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()
Gets the inputs that are associated with the job.
|
Set<ItemSpecification> |
JobCreateInfo.getInputs()
Gets the inputs for the job.
|
Set<ItemSpecification> |
Job.getOutputs()
Gets the outputs that are associated with the job.
|
Set<ItemSpecification> |
JobCreateInfo.getOutputs()
Gets the outputs for the job.
|
List<ItemSpecification> |
Job.getPrograms()
Gets the programs associated with the 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.
|
void |
Job.setInputs(Set<ItemSpecification> inputs)
Sets the inputs to associate with the job.
|
void |
JobCreateInfo.setInputs(Set<ItemSpecification> inputs)
Sets the inputs for the job.
|
void |
Job.setOutputs(Set<ItemSpecification> outputs)
Sets the outputs to associate with the job.
|
void |
JobCreateInfo.setOutputs(Set<ItemSpecification> outputs)
Sets the outputs for the job.
|
void |
Job.setPrograms(List<ItemSpecification> programs)
Sets the programs to associate with the job.
|
void |
JobCreateInfo.setPrograms(List<ItemSpecification> programs)
Sets the programs for the job.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA