com.ibm.task.api
Interface EscalationResult
All Superinterfaces:
java.io.Serializable
- public interface EscalationResult
- extends java.io.Serializable
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getESIID()
Returns the object identifier of the escalation instance that has been processed.
|
|
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
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.