Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
BatchFileCreateInfo.getLocation()
Gets the location of the file: the repository or the workspace.
|
SourceLocation |
ExportFileCreateInfo.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ExportFileCreateInfo.setLocation(SourceLocation location) |
Constructor and Description |
---|
BatchFileCreateInfo(String path,
SourceLocation location)
Constructor.
|
BatchFileCreateInfo(String parentPath,
String name,
SourceLocation location)
Constructor.
|
ExportFileCreateInfo(String path,
SourceLocation location) |
ExportFileCreateInfo(String parentPath,
String name,
SourceLocation location) |
Modifier and Type | Method and Description |
---|---|
static SourceLocation |
SourceLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLocation[] |
SourceLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
JobDescriptor.getSourceLocation()
Gets the source location of the job.
|
SourceLocation |
ManifestFile.getSourceLocation()
Gets the location of the file: the repository or the workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDescriptor.setSourceLocation(SourceLocation sourceLocation)
Sets the source location for the job
|
Constructor and Description |
---|
JobDescriptor(String path,
String version,
SourceLocation sourceLocation)
The constructor.
|
ManifestFile(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestInput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
String referencingProgram,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestOutput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
boolean wasCheckedIn,
String checkInErrorMessage,
String referencingProgram,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
ManifestProgram(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
ManifestProgram.ExecutionStatus executionStatus,
Long executionTime,
String executionStatusMessage,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
ExtractFileCreateInfo.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ExtractFileCreateInfo.setLocation(SourceLocation location) |
Constructor and Description |
---|
ExtractFileCreateInfo(String path,
SourceLocation location)
Constructor.
|
ExtractFileCreateInfo(String path,
SourceLocation location,
boolean overwrite)
Constructor.
|
ExtractFileCreateInfo(String parentPath,
String name,
SourceLocation location)
Constructor.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA