Uses of Class
com.sas.hls.resource.repository.VersionType

Packages that use VersionType
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

Uses of VersionType in com.sas.hls.resource.repository
 

Methods in com.sas.hls.resource.repository that return VersionType
 VersionType NewFileCheckinSpecification.getVersionType()
          Get the versionType of this specification.
 VersionType ResourceCheckinSpecification.getVersionType()
           
static VersionType ResourceCheckinSpecification.toVersionType(String versionTypeString)
          Convert string to equivalent version type.
static VersionType VersionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VersionType[] VersionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.hls.resource.repository with parameters of type VersionType
 void NewFileCheckinSpecification.setVersionType(VersionType versionType)
          Set the versionType of this specification.
 

Constructors in com.sas.hls.resource.repository with parameters of type VersionType
NewFileCheckinSpecification(boolean enableVersioningForNewFiles, VersionType versionType)
          Constructor specifying if new files should be versioned, and what type of versioning should they use.
NewFileCheckinSpecification(boolean enableVersioning, VersionType versionType, String customVersionValue)
          Constructor specifying if new files should be versioned, what type of versioning should they use, and the customVersion to use if versioning type is CUSTOM.
ResourceCheckinSpecification(String comment, VersionType versionType)
           
ResourceCheckinSpecification(String comment, VersionType versionType, String customVersion)
           
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA