Uses of Class
com.sas.lsaf.execution.job.JobProgram
-
Packages that use JobProgram 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. -
-
Uses of JobProgram in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return types with arguments of type JobProgram Modifier and Type Method Description java.util.List<JobProgram>
Job. getPrograms()
Gets the programs that are associated with the job.Method parameters in com.sas.lsaf.execution.job with type arguments of type JobProgram Modifier and Type Method Description Job
JobService. createWorkspaceJob(java.lang.String parentPath, java.lang.String jobName, java.util.List<JobProgram> programs, java.util.List<JobParameter> parameters, boolean createParents, boolean useRelativePaths)
Creates a job in the current user's workspace.void
Job. setPrograms(java.util.List<JobProgram> programs)
Sets the programs to associate with the job.
-