Uses of Class
com.sas.lsaf.execution.job.JobProgram
Packages that use JobProgram
Package
Description
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 JobProgramModifier and TypeMethodDescriptionJob.getPrograms()Gets the programs that are associated with the job.Method parameters in com.sas.lsaf.execution.job with type arguments of type JobProgramModifier and TypeMethodDescriptionJobService.createWorkspaceJob(String parentPath, String jobName, List<JobProgram> programs, List<JobParameter> parameters, boolean createParents, boolean useRelativePaths) Creates a job in the current user's workspace.voidJob.setPrograms(List<JobProgram> programs) Sets the programs to associate with the job.