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<JobProgram> |
Job.getPrograms()
Gets the programs that are associated with the job.
|
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.setPrograms(List<JobProgram> programs)
Sets the programs to associate with the job.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>