Uses of Class
com.sas.lsaf.execution.job.JobFormatException
-
Packages that use JobFormatException 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 JobFormatException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobFormatException 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.Job
JobService. getWorkspaceJob(java.lang.String path)
Gets the job from the path in the workspace.
-