Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
com.sas.lsaf.clinical.tlf |
Contains classes for global tlf information in the system.
|
com.sas.lsaf.content.common |
Contains common content 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.
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
BatchFileCreateInfo.getLocation()
Gets the location of the file: the repository or the workspace.
|
SourceLocation |
ExportFileCreateInfo.getLocation()
Gets the location of the file: the repository or the workspace.
|
SourceLocation |
ClinicalUpdateResult.getValidationReportSourceLocation()
Gets the source location (repository or workspace) of the validation report, if a validation path is specified.
|
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.
|
ClinicalUpdateResult(ValidationResult validationResult,
String validationReportPath,
SourceLocation validationReportSourceLocation)
It is not intended or recommended that the consumer of this API construct these objects.
|
ExportFileCreateInfo(String path,
SourceLocation location)
Constructor.
|
ExportFileCreateInfo(String parentPath,
String name,
SourceLocation location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
StudyTablesImportInfo.getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import files.
|
Modifier and Type | Method and Description |
---|---|
StudyUpdateResult |
StudyService.importStudyFromDefine(String studyId,
String standardId,
String definePath,
String defineVersion,
SourceLocation defineSourceLocation,
UpdateAction codeListUpdateAction,
ExportFileCreateInfo validationInfo)
Imports metadata from a Define-XML file and updates study components based on the contents of the file.
|
void |
StudyTablesImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import files.
|
Constructor and Description |
---|
StudyComponentImportInfo(String importFilePath,
String importFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
StudyTablesImportInfo(String tablesImportFilePath,
String tablesImportFileVersion,
String columnsImportFilePath,
String columnsImportFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
StudyUpdateResult(Study study,
ValidationResult validationResult,
String validationReportPath,
SourceLocation validationReportSourceLocation)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
TlfImportInfo.getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import file.
|
Modifier and Type | Method and Description |
---|---|
void |
TlfImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import file.
|
Constructor and Description |
---|
TlfImportInfo(String sectionsFilePath,
String sectionsFileVersion,
String tlfsFilePath,
String tlfsFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
TlfUpdateResult(TlfTemplate tlfTemplate,
String validationReportPath,
SourceLocation validationReportSourceLocation,
ValidationResult validationResult)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
FileImportInfo.getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import file.
|
Constructor and Description |
---|
FileImportInfo(String importFilePath,
String importFileVersion,
SourceLocation importFileSourceLocation)
Constructor.
|
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 |
Job.getSourceLocation()
Gets the source location of the job.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setSourceLocation(SourceLocation sourceLocation)
Sets the source location of the job.
|
Constructor and Description |
---|
Job(String path,
String version,
SourceLocation sourceLocation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
ExtractFileCreateInfo.getLocation()
Gets the location of the file: Workspace or Repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtractFileCreateInfo.setLocation(SourceLocation location)
Sets the location of the file: Workspace or Repository.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SourceLocation |
ScheduleJobInfo.getSourceLocation()
Gets the source location of the job.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleJobInfo.setSourceLocation(SourceLocation sourceLocation)
Sets the source location of the job.
|
Constructor and Description |
---|
ScheduleJobInfo(String path,
SourceLocation sourceLocation)
The constructor that specifies the job path and source location.
|
ScheduleJobInfo(String path,
String version,
SourceLocation sourceLocation)
The constructor that specifies the job path, version and source location.
|
ScheduleJobInfo(String path,
String version,
SourceLocation sourceLocation,
List<ParameterValue> parameterValues)
The constructor that specifies the job path, job version, source location and override job parameter values.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>