com.ibm.task.api

Interface AvailableActionsResult

All Superinterfaces:
java.io.Serializable

  1. public interface AvailableActionsResult
  2. extends java.io.Serializable
Returns the result of a request for available actions.
Since:
7.5

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT_

Method Summary

Modifier and Type Method and Description
  1. int[]
getAvailableActions(TKIID tkiid)
Returns the actions the logged-on user may perform on the specified task instance.

Field Detail

  1. static final java.lang.String COPYRIGHT_
See Also:

Method Detail

getAvailableActions

  1. 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.