com.ibm.task.api
Interface WorkBasketResult
All Superinterfaces:
java.io.Serializable
- public interface WorkBasketResult
- extends java.io.Serializable
removeAsDistributionTarget
call.
Since:
6.2.0.3
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
|
|
getWBID()
Returns the object identifier of the work basket that has been processed.
|
|
|
getWorkBasketName()
Returns the name of the work basket that has been processed.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getWBID
- WBID getWBID()
Returns the object identifier of the work basket that has been processed.
May be null when the work basket name is specified.
getWorkBasketName
- java.lang.String getWorkBasketName( )
Returns the name of the work basket that has been processed.
May be null when the object identifier of the work basket is specified.
getTaskException
- TaskException getTaskException( )
Returns the TaskException object that describes any error that occurred during processing.
Returns null if processing completed successfully.