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