public interface ClaimResult
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_ |
Modifier and Type | Method and Description |
---|---|
ClientObjectWrapper |
getInputMessage()
Returns the input message of the claimed task.
|
TaskException |
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
|
TKIID |
getTKIID()
Returns the object identifier of the task instance that has been processed.
|
static final java.lang.String COPYRIGHT_
TKIID getTKIID()
ClientObjectWrapper getInputMessage()
TaskException getTaskException()
If the claim request refers to a query table, a ClaimResult is only returned when a task instance is successfully claimed. This means that getTaskException() always returns null.