public interface AvailableActionsResult
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_ |
Modifier and Type | Method and Description |
---|---|
int[] |
getAvailableActions(TKIID tkiid)
Returns the actions the logged-on user may perform on the specified task instance.
|
static final java.lang.String COPYRIGHT_
int[] getAvailableActions(TKIID tkiid)
tkiid
- The object ID of the task instance whose actions are to be determined.