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 | Method and Description |
---|---|
List<JobParameter> |
Job.getParameters()
Gets the job parameters.
|
List<JobParameter> |
Manifest.getParameters()
Gets the parameters that were used at the time of the job submission.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createWorkspaceJob(String parentPath,
String jobName,
List<JobProgram> programs,
List<JobParameter> parameters,
boolean createParents,
boolean useRelativePaths)
Creates a job in the current user's workspace.
|
void |
Job.setParameters(List<JobParameter> parameters)
Sets the job parameters.
|
Constructor and Description |
---|
Manifest(ManifestFile manifest,
ManifestJob job,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
List<JobParameter> parameters,
Manifest.ManifestType manifestType,
List<ManifestSystemFile> logs,
List<ManifestSystemFile> results,
ManifestMetrics manifestMetrics,
Long totalExecutionTime,
List<ManifestExternalReference> externalInputs,
List<ManifestExternalReference> externalOutputs)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>