public interface WorkBasketResult
extends java.io.Serializable
removeAsDistributionTarget
call.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
TaskException |
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
|
WBID |
getWBID()
Returns the object identifier of the work basket that has been processed.
|
java.lang.String |
getWorkBasketName()
Returns the name of the work basket that has been processed.
|
static final java.lang.String COPYRIGHT
WBID getWBID()
java.lang.String getWorkBasketName()
TaskException getTaskException()