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
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT_
-
Method Summary
Methods Modifier and Type Method and Description int[]
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:
- Constant Field Values
-
-
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.
-
-