Uses of Class
com.sas.lsaf.execution.job.JobNotFoundException
-
Packages that use JobNotFoundException 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 JobNotFoundException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobNotFoundException Modifier and Type Method Description Job
JobService. getRepositoryJob(java.lang.String path, java.lang.String version)
Gets the job from the specified path in the repository.boolean
JobService. getRunAsOwner(java.lang.String jobPath)
Indicates whether the repository job runs as the job owner.Job
JobService. getWorkspaceJob(java.lang.String path)
Gets the job from the path in the workspace.void
JobService. setRunAsOwner(java.lang.String jobPath, boolean value)
Sets the repository job to run as the job owner.Job
JobService. updateRepositoryJob(Job job, RepositoryCheckinSpecification checkinSpec)
Updates the job in the repository with the information in the job.Job
JobService. updateWorkspaceJob(Job job)
Updates the job in the workspace with the information to the specified job.
-