Uses of Class
com.sas.lsaf.execution.job.JobExistsException
Packages that use JobExistsException
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of JobExistsException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobExistsExceptionModifier and TypeMethodDescriptionJobService.createRepositoryJob(Job job, RepositoryCheckinSpecification jobCheckinSpec, boolean createParents, boolean useRelativePaths) Creates a job in the repository.JobService.createWorkspaceJob(Job job, boolean createParents, boolean useRelativePaths) Creates the job in the current user's workspace.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.