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.createRepositoryJob(JobCreateInfo jobInfo,
RepositoryCheckinSpecification jobCheckinSpec)
Creates job in workspace and checks it into the repository
|
Job |
JobService.createWorkspaceJob(JobCreateInfo jobInfo)
Creates job in workspace based on information specified on JobCreateInfo
|
Job |
JobService.createWorkspaceJob(String parentPath,
String jobName,
List<ItemSpecification> tasks,
Set<JobParameter> parameters,
boolean createParents)
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
|
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 specified path in the workspace
|
Job |
JobService.updateRepositoryJob(Job job,
RepositoryCheckinSpecification checkinSpec)
Updates the job in the repository with information on the specified Job
|
Job |
JobService.updateWorkspaceJob(Job job)
Updates the job in the workspace with information on the specified Job
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.updateRepositoryJob(Job job,
RepositoryCheckinSpecification checkinSpec)
Updates the job in the repository with information on the specified Job
|
Job |
JobService.updateWorkspaceJob(Job job)
Updates the job in the workspace with information on the specified Job
|
Constructor and Description |
---|
Job(Job job)
Copy constructor
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA