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 |
---|---|
JobSubmission |
Manifest.getJobSubmission() |
JobSubmission |
JobExecutionService.getJobSubmissionForSasSession(String identifier)
Get the
JobSubmission containing job information and job execution status for job that created the specified SAS session. |
JobSubmission |
JobExecutionService.getLatestJobSubmissionByJobPath(String jobPath)
Get the latest job submission entry for the repository job specified by the job path
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<JobSubmission> |
JobExecutionService.getJobSubmissionsByJobPath(String jobPath)
Get job submission entries for the repository job specified by the job path
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobExecutionService.getJobSubmissionStatus(JobSubmission jobSubmission)
Gets the current job submission status for a specific submission of a job.
|
Constructor and Description |
---|
Manifest(String jobName,
String jobPath,
String jobDescription,
String jobVersion,
ManifestFile job,
JobSubmission jobSubmission,
List<ManifestTask> tasks,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
Set<JobParameter> parameters,
Manifest.ManifestType manifestType,
ManifestFile log,
ManifestFile lst,
String releaseVersion) |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA