Package | Description |
---|---|
com.sas.hls.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.getJobInRepository(String path,
String version)
Gets the job from the specified path in the repository
|
Job |
JobService.getJobInWorkspace(String path)
Gets the job from the specified path in the workspace
|
List<JobSubmission> |
JobExecutionService.getJobSubmissionsByJobPath(String jobPath)
Get job submission entries for the repository job specified by the job path
|
JobSubmission |
JobExecutionService.getLatestJobSubmissionByJobPath(String jobPath)
Get the latest job submission entry for the repository job specified by the job path
|
boolean |
JobService.getRunAsOwner(Job job)
Get the flag that defines whether the repository job will run as the owner.
|
void |
JobService.setRunAsOwner(Job job,
boolean value)
Sets if the repository job will run as the owner.
|
JobSubmission |
JobExecutionService.submitJobInRepository(String jobPath,
String version,
Set<ParameterValue> params)
Submits job in the repository.
|
JobSubmission |
JobExecutionService.submitJobInWorkspace(String jobPath,
Set<ParameterValue> params)
Submits job in the current user's workspace.
|
JobSubmission |
JobExecutionService.submitJobInWorkspaceAndPopulate(String jobPath,
Set<ParameterValue> params,
boolean useRelativePaths)
Submits job in the workspace and updates the input and output specifications in the job based on inputs and
outputs accessed during the job run.
|
Job |
JobService.updateJobInRepository(Job job,
ResourceCheckinSpecification checkinSpec)
Updates the job in the repository with information on the specified Job
|
Job |
JobService.updateJobInWorkspace(Job job)
Updates the job in the workspace with information on the specified Job
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA