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.
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createRepositoryJob(Job job,
RepositoryCheckinSpecification jobCheckinSpec,
boolean createParents,
boolean useRelativePaths)
Creates a job in the repository.
|
Job |
JobService.createWorkspaceJob(Job job,
boolean createParents,
boolean useRelativePaths)
Creates the job in the current user's workspace.
|
Job |
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.
|
Job |
JobService.getRepositoryJob(String path,
String version)
Gets the job from the specified path in the repository.
|
Job |
JobService.getWorkspaceJob(String path)
Gets the job from the path in the workspace.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createRepositoryJob(Job job,
RepositoryCheckinSpecification jobCheckinSpec,
boolean createParents,
boolean useRelativePaths)
Creates a job in the repository.
|
Job |
JobService.createWorkspaceJob(Job job,
boolean createParents,
boolean useRelativePaths)
Creates the job in the current user's workspace.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleJobInfo.setJob(Job job)
Sets the job to run.
|
Constructor and Description |
---|
ScheduleJobInfo(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.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>