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 a job in workspace and checks the file into the repository.
|
Job |
JobService.createWorkspaceJob(JobCreateInfo jobInfo)
Creates a job in workspace based on information that is specified in 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.
|
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 on the specified job.
|
Modifier and Type | Method and Description |
---|---|
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 on the specified job.
|
Constructor and Description |
---|
Job(Job job)
Copies the job.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA