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()
Returns the job submission details at the time of this job submission.
|
JobSubmission |
JobSubmissionService.getJobSubmission(String id)
Gets the current job submission for a specific submission of a job.
|
JobSubmission |
JobSubmissionService.getJobSubmissionBySasSession(String sessionId)
Get the
JobSubmission containing job information and job execution status for job that created the
specified SAS session. |
JobSubmission |
JobSubmissionService.getLatestJobSubmissionByJobPath(String path)
Get the latest job submission entry for the repository job specified by the job path
|
JobSubmission |
JobSubmissionService.submitAndPopulateWorkspaceJob(String path,
Set<ParameterValue> parameterValues,
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.
|
JobSubmission |
JobSubmissionService.submitRepositoryJob(String path,
String version,
Set<ParameterValue> parameterValues)
Submits job in the repository.
|
JobSubmission |
JobSubmissionService.submitWorkspaceJob(String path,
Set<ParameterValue> parameterValues)
Submits job in the current user's workspace.
|
Modifier and Type | Method and Description |
---|---|
List<JobSubmission> |
JobSubmissionService.getJobSubmissionsByJobPath(String path)
Get job submission entries for the repository job specified by the job path
|
Constructor and Description |
---|
Manifest(ManifestFile job,
String jobDescription,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
Set<JobParameter> parameters,
Manifest.ManifestType manifestType,
ManifestFile log,
ManifestFile lst,
ManifestMetrics manifestMetrics)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA