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 |
---|---|
JobSubmission |
Manifest.getJobSubmission()
Gets the job submission details at the time of the job submission.
|
JobSubmission |
JobSubmissionService.getJobSubmission(String id)
Gets the current job submission for a specific submission of a job.
|
JobSubmission |
JobSubmissionService.getJobSubmissionBySession(String sessionId)
Gets the
JobSubmission , which contains job information and the job execution status for the job that
created the session. |
JobSubmission |
JobSubmissionService.getLatestJobSubmissionByJobPath(String path)
Gets the latest job submission entry for the repository job by the job path.
|
JobSubmission |
JobSubmissionService.submitAndPopulateWorkspaceJob(String path,
List<ParameterValue> parameterValues,
boolean useRelativePaths)
Submits the job in the workspace and updates the input and output specifications in the job based on inputs and
outputs that are accessed during the job run.
|
JobSubmission |
JobSubmissionService.submitRepositoryJob(String path,
String version,
List<ParameterValue> parameterValues)
Submits the job in the repository.
|
JobSubmission |
JobSubmissionService.submitTestJob(String path,
List<ParameterValue> parameterValues)
Submits the job as it would for a published job, which accesses items in the repository, but outputs are not
checked in.
|
JobSubmission |
JobSubmissionService.submitWorkspaceJob(String path,
List<ParameterValue> parameterValues)
Submits the job in the current user's workspace.
|
Modifier and Type | Method and Description |
---|---|
List<JobSubmission> |
JobSubmissionService.getJobSubmissionsByJobPath(String path)
Gets job submission entries for the repository job by the job path.
|
Constructor and Description |
---|
Manifest(ManifestFile manifest,
ManifestJob job,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
List<JobParameter> parameters,
Manifest.ManifestType manifestType,
List<ManifestSystemFile> logs,
List<ManifestSystemFile> results,
ManifestMetrics manifestMetrics,
Long totalExecutionTime,
List<ManifestExternalReference> externalInputs,
List<ManifestExternalReference> externalOutputs)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>