See: Description
Interface | Description |
---|---|
JobService |
Service to create, to update and to get jobs.
|
JobSubmissionService |
The service that provides methods to execute jobs in the repository and in the user's workspace and to get the status
of the submitted job.
|
Class | Description |
---|---|
Job |
The client representation of a job.
|
JobCreateInfo |
A data structure to specify the parts of a job to create.
|
JobDescriptor |
A lightweight client representation of a job.
|
JobParameter |
The client representation of a job parameter.
|
JobSubmission |
The job submission object that is used as a token to retrieve the status of a submitted job.
|
JobSubmissionStatus |
The client representation of the status of a job.
|
Manifest |
A client representation of a job manifest in the system.
|
ManifestFile |
The client representation of a file in a job manifest file that is in the system.
|
ManifestInput |
The client representation of an input in a job manifest in the system.
|
ManifestMetrics |
Metrics information for the synchronization of job items.
|
ManifestOutput |
The client representation of an output file in a job manifest file that is in the system.
|
ManifestProgram |
The client representation of a program file that is in a job manifest in the system.
|
ManifestSynchronizationMetrics |
The synchronization information when running a job.
|
OutputFileSpec |
This class provides information about the method to check in outputs that are generated from a job submission.
|
ParameterValue |
A parameter value specifies the value of a job parameter when a job is submitted.
|
Enum | Description |
---|---|
JobParameter.ParameterType | |
JobSubmission.JobSubmissionType |
The allowed types of job submissions.
|
JobSubmissionStatus.DetailStatus |
The valid detailed status values.
|
JobSubmissionStatus.SummaryStatus |
The summary status.
|
Manifest.ManifestType |
The manifest type indicating if the job was run as a published job in the repository or if it was run in the
workspace.
|
ManifestProgram.ExecutionStatus |
Exception | Description |
---|---|
JobCreateException |
Thrown when the creation of a repository job encounters a problem.
|
JobExistsException |
Thrown when an attempt is made to create a job that exists.
|
JobFormatException |
Thrown when the definition of the job is not valid.
|
JobNotFoundException |
Thrown when the specified job is not found.
|
JobSubmissionException |
Thrown when an error is encountered when executing or attempting to execute a job.
|
JobSubmissionNotFoundException |
Thrown when the specified job submission is not found.
|
JobUpdateException |
Thrown when the job cannot be updated.
|
ResultsNotFoundException |
Thrown when the job submission results are not found.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA