com.ibm.bpe.api
Interface WorkItemActions


public interface WorkItemActions

This interface defines symbolic constants for all actions that can be performed on work items. These constants are to be used when determining the actions allowed on the current work item.

Since:
5.1

Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
static int CREATEWORKITEM
          Deprecated. Symbolic constant for work item action create work item.
static int DELETEWORKITEM
          Deprecated. Symbolic constant for work item action delete work item.
static int TRANSFERWORKITEM
          Deprecated. Symbolic constant for work item action transfer work item.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values

CREATEWORKITEM

public static final int CREATEWORKITEM
Deprecated. 
Symbolic constant for work item action create work item.

See Also:
Constant Field Values

DELETEWORKITEM

public static final int DELETEWORKITEM
Deprecated. 
Symbolic constant for work item action delete work item.

See Also:
Constant Field Values

TRANSFERWORKITEM

public static final int TRANSFERWORKITEM
Deprecated. 
Symbolic constant for work item action transfer work item.

See Also:
Constant Field Values