IBM WebSphere Application ServerTM
Release 8

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
static java.lang.String COPYRIGHT_
           
 
Method Summary
 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.

IBM WebSphere Application ServerTM
Release 8