ProgressJobStatusResult
From
(Difference between revisions)
Latest revision as of 04:29, 29 April 2005
[edit] Description
Indicates the success or failure to progress a job from one state to the next, in accordance with its expected life cycle.
[edit] Success Mode
Returns the update index of the job after it has progressed to its new state.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function.
primary key in the CustomerBean. |
ConcurrentUpdateFailure | The update index of the Job or Customer bean, did not match the update index stored on the server. |
JobNotFoundFailure | A job with a primary key matching the reqested primary key was not found on the server. |
UnknownJobStatusProgressionFailure | The new status passed in was not recognized as a valid JobStatus, and has been rejected by the server. |
ValidationFailure | One or more fields contained invalid values. |