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<ItemSpecification> |
Job.getInputs()
Get the set of inputs associated with this job
|
Set<ItemSpecification> |
JobCreateInfo.getInputs()
Gets the inputs for the job.
|
Set<ItemSpecification> |
Job.getOutputs()
Get the set of outputs associated with this job
|
Set<ItemSpecification> |
JobCreateInfo.getOutputs()
Gets the outputs for the job.
|
List<ItemSpecification> |
Job.getPrograms()
Get the programs associated with this job.
|
List<ItemSpecification> |
JobCreateInfo.getPrograms()
Gets the programs for the job.
|
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 while optionally being able to specify tasks and parameters.
|
void |
Job.setInputs(Set<ItemSpecification> inputs)
Set the set of inputs associated with this job
|
void |
JobCreateInfo.setInputs(Set<ItemSpecification> inputs)
Sets the inputs for the job.
|
void |
Job.setOutputs(Set<ItemSpecification> outputs)
Set the set of outputs associated with this job
|
void |
JobCreateInfo.setOutputs(Set<ItemSpecification> outputs)
Sets the outputs for the job.
|
void |
Job.setPrograms(List<ItemSpecification> programs)
Set the programs associated with this job.
|
void |
JobCreateInfo.setPrograms(List<ItemSpecification> programs)
Sets the programs for the job.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA