CreateJobResult
From
(Difference between revisions)
m (→Description) |
m (→Description) |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | Contains the results for attempting to create a new job. Will either contain a [[ | + | Contains the results for attempting to create a new job. Will either contain a [[JobCustomerTemporalIDBean]] containing the identification details for the newly created job, or a failure object as listed below, indicating the reason for failing to create the job. |
+ | |||
+ | == Success Mode == | ||
+ | The JobID field will contain a valid [[JobCustomerTemporalIDBean]] object, containing the EService identification and primary key information for the newly created job, and the update index of the customer. | ||
== Failure Modes == | == Failure Modes == | ||
Line 14: | Line 17: | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|[[CustomerPKMismatchFailure]] | |[[CustomerPKMismatchFailure]] | ||
− | |The Customer primary key in the [[ | + | |The Customer primary key in the [[JobCustomerBean]], did not match the customer primary key in the [[CustomerBean]]. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|[[ConcurrentUpdateFailure]] | |[[ConcurrentUpdateFailure]] | ||
Line 22: | Line 25: | ||
|One or more fields contained invalid values. | |One or more fields contained invalid values. | ||
|} | |} | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:34, 29 April 2005
[edit] Description
Contains the results for attempting to create a new job. Will either contain a JobCustomerTemporalIDBean containing the identification details for the newly created job, or a failure object as listed below, indicating the reason for failing to create the job.
[edit] Success Mode
The JobID field will contain a valid JobCustomerTemporalIDBean object, containing the EService identification and primary key information for the newly created job, and the update index of the customer.
[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. |
CustomerPKMismatchFailure | The Customer primary key in the JobCustomerBean, did not match the customer 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. |
ValidationFailure | One or more fields contained invalid values. |