GetJobTypeNamesResult
From
(Difference between revisions)
m (→Failure Modes) |
|||
Line 14: | Line 14: | ||
|[[AccessDeniedFailure]] | |[[AccessDeniedFailure]] | ||
|The username or password was incorrect, or lacked the right to complete this function. | |The username or password was incorrect, or lacked the right to complete this function. | ||
− | } | + | |} |
Latest revision as of 01:27, 3 June 2005
[edit] Description
Returns a list of at least one job type for the organisation (every organisation must set up at least one job type while running through the Organisation Creation wizard).
[edit] Success Mode
The field jobTypeNames is populated with an array of one or more strings, each string being the name of a job type. One of these strings must be used when calling createJob using a JobBean or JobCustomerBean, in the JobType field of the bean.
[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. |