com.ibm.task.api
Interface AvailableActionsResult
- All Superinterfaces:
- java.io.Serializable
public interface AvailableActionsResult
- extends java.io.Serializable
Returns the result of a request for available actions.
- Since:
- 7.5
Method Summary |
int[] |
getAvailableActions(TKIID tkiid)
Returns the actions the logged-on user may perform on the specified task instance. |
COPYRIGHT_
static final java.lang.String COPYRIGHT_
- See Also:
- Constant Field Values
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.