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.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.getRepositoryJob(String path,
String version)
Gets the job from the specified path in the repository.
|
boolean |
JobService.getRunAsOwner(String jobPath)
Indicates whether the repository job runs as the job owner.
|
Job |
JobService.getWorkspaceJob(String path)
Gets the job from the path in the workspace.
|
void |
JobService.setRunAsOwner(String jobPath,
boolean value)
Sets the repository job to run as the job owner.
|
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.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>