IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface WorkItemActions


Deprecated.

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

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

CREATEWORKITEM

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

See Also:
Constant Field Values

DELETEWORKITEM

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

See Also:
Constant Field Values

TRANSFERWORKITEM

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

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8