Uses of Class
com.sas.lsaf.execution.job.JobCreateException
-
Packages that use JobCreateException 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 JobCreateException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobCreateException Modifier and Type Method Description Job
JobService. createRepositoryJob(Job job, RepositoryCheckinSpecification jobCheckinSpec, boolean createParents, boolean useRelativePaths)
Creates a job in the repository.Job
JobService. createWorkspaceJob(Job job, boolean createParents, boolean useRelativePaths)
Creates the job in the current user's workspace.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.
-