Uses of Class
com.sas.lsaf.execution.job.JobUpdateException
-
Packages that use JobUpdateException 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 JobUpdateException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobUpdateException Modifier and Type Method Description 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.
-