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 |
---|---|
Set<JobParameter> |
Job.getParameters()
Gets the job parameters.
|
Set<JobParameter> |
JobCreateInfo.getParameters()
Gets the parameters for the job.
|
Set<JobParameter> |
Manifest.getParameters()
Gets the parameters used at the time of the job submission.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createWorkspaceJob(String parentPath,
String jobName,
List<ItemSpecification> tasks,
Set<JobParameter> parameters,
boolean createParents)
Creates a job in the current user's workspace.
|
void |
Job.setParameters(Set<JobParameter> parameters)
Sets the job parameters.
|
void |
JobCreateInfo.setParameters(Set<JobParameter> parameters)
Sets the parameters for the job.
|
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