See: Description
Interface | Description |
---|---|
JobService |
Service for creating, updating, and getting jobs.
|
JobSubmissionService |
Service that provides methods for executing jobs in the repository and in the user's workspace and for getting the
status of the submitted job.
|
Class | Description |
---|---|
Job |
The client representation of a job.
|
JobCreateInfo |
A data structure for specifying the parts of a job to be created.
|
JobDescriptor |
A lightweight client representation of a job.
|
JobParameter |
Client representation of a job parameter.
|
JobSubmission |
Job submission object that is used as a token for obtaining status of a submitted job.
|
JobSubmissionStatus |
Client representation of the status of a job
|
Manifest |
A client representation of a job manifest in the system.
|
ManifestFile |
A client representation of a file in a job manifest in the system.
|
ManifestInput |
A client representation of an input in a job manifest in the system.
|
ManifestMetrics |
Metrics information for synchronization of job items.
|
ManifestOutput |
A client representation of an output file in a job manifest in the system.
|
ManifestProgram |
A client representation of a program file in a job manifest in the system.
|
ManifestSynchronizationMetrics |
Synchronization information when running a job.
|
OutputFileSpec |
Provides information for how to check in outputs generated from a job submission.
|
ParameterValue |
Parameter value is used to specify value of job parameter when a job is submitted.
|
Enum | Description |
---|---|
JobParameter.ParameterType | |
JobSubmission.JobSubmissionType |
The allowed types of job submissions.
|
JobSubmissionStatus.DetailStatus |
Detailed status values possible.
|
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 creation encountered a problem.
|
JobExistsException |
Thrown when an attempt is made to create a job which already exists.
|
JobFormatException |
Thrown when the definition of the job is not valid.
|
JobNotFoundException |
Thrown when the specified job can not be found.
|
JobSubmissionException |
Thrown when an error is encountered while executing or attempting to execute a job.
|
JobSubmissionNotFoundException |
Thrown when the specified job submission can not be found.
|
JobUpdateException |
Thrown when the job could not be updated
|
ResultsNotFoundException |
Thrown when job submission results are not found.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA