Uses of Class
com.sas.lsaf.execution.job.Job
Packages that use Job
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
Service and class definitions to manage schedules.
-
Uses of Job in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobModifier and TypeMethodDescriptionJobService.createRepositoryJob(Job job, RepositoryCheckinSpecification jobCheckinSpec, boolean createParents, boolean useRelativePaths) Creates a job in the repository.JobService.createWorkspaceJob(Job job, boolean createParents, boolean useRelativePaths) Creates the job in the current user's workspace.JobService.createWorkspaceJob(String parentPath, String jobName, List<JobProgram> programs, List<JobParameter> parameters, boolean createParents, boolean useRelativePaths) Creates a job in the current user's workspace.JobService.getRepositoryJob(String path, String version) Gets the job from the specified path in the repository.JobService.getWorkspaceJob(String path) Gets the job from the path in the workspace.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.Methods in com.sas.lsaf.execution.job with parameters of type JobModifier and TypeMethodDescriptionJobService.createRepositoryJob(Job job, RepositoryCheckinSpecification jobCheckinSpec, boolean createParents, boolean useRelativePaths) Creates a job in the repository.JobService.createWorkspaceJob(Job job, boolean createParents, boolean useRelativePaths) Creates the job in the current user's workspace.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. -
Uses of Job in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule with parameters of type JobConstructors in com.sas.lsaf.schedule with parameters of type JobModifierConstructorDescriptionScheduleJobInfo(Job job) The constructor that specifies a job.ScheduleJobInfo(Job job, List<ParameterValue> parameterValues) The constructor that specifies the job and parameter values to use when the job is submitted.