Uses of Class
com.sas.hls.job.exception.JobExistsException

Packages that use JobExistsException
com.sas.hls.job 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.hls.job
 

Methods in com.sas.hls.job that throw JobExistsException
 Job JobService.createJobInWorkspace(CreateJobInfo jobInfo)
          Creates job in workspace based on information specified on CreateJobInfo
 Job JobService.createJobInWorkspace(String parentPath, String jobName, List<ResourceSpecification> tasks, Set<JobParameter> parameters, boolean createParents)
          Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
 Job JobService.createJobInWorkspaceAndRepository(CreateJobInfo jobInfo, NewFileCheckinSpecification jobCheckinSpec)
          Creates job in workspace and checks it into the repository
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA