com.ibm.task.api
Interface AvailableActionsResult
All Superinterfaces:
java.io.Serializable
- public interface AvailableActionsResult
- extends java.io.Serializable
Since:
7.5
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT_
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAvailableActions(TKIID tkiid)
Returns the actions the logged-on user may perform on the specified task instance.
|
Field Detail
COPYRIGHT_
- static final java.lang.String COPYRIGHT_
See Also:
Method Detail
getAvailableActions
- int[] getAvailableActions(TKIID tkiid)
Returns the actions the logged-on user may perform on the specified task instance.
Parameters:
tkiid
- The object ID of the task instance whose actions are to be determined. Returns:
int[] -
The set of possible actions for the specified task instance.
Returns null if there are no available actions.