Uses of Enum Class
com.sas.lsaf.content.repository.VersionType
Packages that use VersionType
Package
Description
Contains common clinical classes.
Contains common content classes.
Classes and interfaces to manage content in the repository.
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of VersionType in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return VersionTypeModifier and TypeMethodDescriptionBatchFileCreateInfo.getVersionTypeForExistingFiles()Gets the method to generate the next version for existing versioned files.BatchFileCreateInfo.getVersionTypeForNewFiles()Gets the method to generate the first version of created files, ifBatchFileCreateInfo.enableVersioningis true.Methods in com.sas.lsaf.clinical.common with parameters of type VersionTypeModifier and TypeMethodDescriptionvoidBatchFileCreateInfo.setVersionTypeForExistingFiles(VersionType versionTypeForExistingFiles) Sets the method to generate the next version for existing versioned files.voidBatchFileCreateInfo.setVersionTypeForNewFiles(VersionType versionTypeForNewFiles) Gets the method to generate the first version of created files, ifBatchFileCreateInfo.enableVersioningis true. -
Uses of VersionType in com.sas.lsaf.content.common
Methods in com.sas.lsaf.content.common that return VersionTypeMethods in com.sas.lsaf.content.common with parameters of type VersionTypeModifier and TypeMethodDescriptionvoidFileCreateInfo.setVersionType(VersionType versionType) FileCreateInfo.versionType(VersionType versionType) -
Uses of VersionType in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return VersionTypeModifier and TypeMethodDescriptionRepositoryCheckinSpecification.getVersionType()Gets the method to generate the next version.static VersionTypeReturns the enum constant of this class with the specified name.static VersionType[]VersionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.content.repository with parameters of type VersionTypeModifier and TypeMethodDescriptionvoidRepositoryCheckinSpecification.setVersionType(VersionType versionType) Sets the method to generate the next version.Constructors in com.sas.lsaf.content.repository with parameters of type VersionTypeModifierConstructorDescriptionRepositoryCheckinSpecification(boolean enableVersioningForNewFiles, VersionType versionType, String customVersion) Constructor.RepositoryCheckinSpecification(boolean enableVersioningForNewFiles, VersionType versionType, String customVersion, String comment) Constructor.RepositoryCheckinSpecification(String comment, VersionType versionType) Constructor.RepositoryCheckinSpecification(String comment, VersionType versionType, String customVersion) Constructor. -
Uses of VersionType in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return VersionTypeModifier and TypeMethodDescriptionOutputFileSpec.getVersionType()Gets the method to generate the next version.Methods in com.sas.lsaf.execution.job with parameters of type VersionTypeModifier and TypeMethodDescriptionvoidOutputFileSpec.setVersionType(VersionType versionType) Sets the method to generate the next version.JobPublishCheckin.versionType(VersionType versionType, String customVersion) Gets a JobPublishCheckin with the specifiedVersionTypeusing the specified version, if version type is CUSTOM.Constructors in com.sas.lsaf.execution.job with parameters of type VersionTypeModifierConstructorDescriptionOutputFileSpec(boolean enableVersioningForNewFiles, VersionType versionType) The constructor.OutputFileSpec(boolean enableVersioningForNewFiles, VersionType versionType, String customVersion) The constructor.