com.ibm.task.api
Interface EscalationResult
- All Superinterfaces:
- java.io.Serializable
public interface EscalationResult
- extends java.io.Serializable
Returns the result of an API call that processes multiple escalation instances,
for example, the result of a bulkTransferWorkItem(ESIID[], ...), call.
- Since:
- 6.1
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
ESIID |
getESIID()
Returns the object identifier of the escalation instance that has been processed. |
TaskException |
getTaskException()
Returns the TaskException object that describes any error that occurred during processing. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getESIID
ESIID getESIID()
- Returns the object identifier of the escalation instance that has been processed.
getTaskException
TaskException getTaskException()
- Returns the TaskException object that describes any error that occurred during processing.
Returns null if processing completed successfully.