Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
VersionType |
OutputFileSpec.getVersionType() |
Constructor and Description |
---|
OutputFileSpec(boolean enableVersioningForNewFiles,
VersionType versionType,
String customVersionValue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NewFileCheckinSpecification.setVersionType(VersionType versionType)
Set the versionType of this specification.
|
Constructor and Description |
---|
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.
|
NewFileCheckinSpecification(boolean enableVersioning,
VersionType versionType,
String customVersionValue,
String comment)
Constructor specifying if new files should be versioned, what type of versioning should they use, the
customVersion to use if versioning type is CUSTOM, and optionally, a comment.
|
ResourceCheckinSpecification(String comment,
VersionType versionType) |
ResourceCheckinSpecification(String comment,
VersionType versionType,
String customVersion) |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA