Package | Description |
---|---|
com.sas.lsaf.content.common |
Contains common content classes.
|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
VersionType |
FileCreateInfo.getVersionType() |
Modifier and Type | Method and Description |
---|---|
void |
FileCreateInfo.setVersionType(VersionType versionType) |
FileCreateInfo |
FileCreateInfo.versionType(VersionType versionType) |
Modifier and Type | Method and Description |
---|---|
VersionType |
RepositoryCheckinSpecification.getVersionType()
Gets the method to generate the next version.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryCheckinSpecification.setVersionType(VersionType versionType)
Sets the method to generate the next version.
|
Constructor and Description |
---|
RepositoryCheckinSpecification(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.
|
Modifier and Type | Method and Description |
---|---|
VersionType |
OutputFileSpec.getVersionType()
Gets how the next version should be generated.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputFileSpec.setVersionType(VersionType versionType)
Sets how the next version should be generated.
|
Constructor and Description |
---|
OutputFileSpec(boolean enableVersioningForNewFiles,
VersionType versionType)
Constructor.
|
OutputFileSpec(boolean enableVersioningForNewFiles,
VersionType versionType,
String customVersion)
Constructor.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA