Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ManifestInput
The client representation of an input in a job manifest in the system.
|
class |
ManifestOutput
The client representation of an output file in a job manifest file that is in the system.
|
class |
ManifestProgram
The client representation of a program file that is in a job manifest in the system.
|
Modifier and Type | Method and Description |
---|---|
ManifestFile |
Manifest.getJob()
Gets the job information at the time of the job submission.
|
ManifestFile |
Manifest.getLog()
Gets the SAS log file information at the time of the job submission.
|
ManifestFile |
Manifest.getLst()
Gets the SAS listing file information at the time of the job submission.
|
Constructor and Description |
---|
Manifest(ManifestFile job,
String jobDescription,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
Set<JobParameter> parameters,
Manifest.ManifestType manifestType,
ManifestFile log,
ManifestFile lst,
ManifestMetrics manifestMetrics,
Long totalExecutionTime)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA