IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface WorkListActions


Deprecated.

public interface WorkListActions

This interface defines symbolic constants for all actions that can be performed on work lists.

Since:
5.0

Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
static int DELETE_PUBLIC_WORKLIST
          Deprecated. Symbolic constant for work list action delete public worklist.
static int EXECUTE_PUBLIC_WORKLIST
          Deprecated. Symbolic constant for work list action execute public worklist.
static int GET_PUBLIC_WORKLIST
          Deprecated. Symbolic constant for work list action get public worklist.
static int GET_PUBLIC_WORKLIST_NAMES
          Deprecated. Symbolic constant for work list action get names of all public worklists.
static int NEW_PUBLIC_WORKLIST
          Deprecated. Symbolic constant for work list action create new public worklist.
 

Field Detail

COPYRIGHT

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

NEW_PUBLIC_WORKLIST

static final int NEW_PUBLIC_WORKLIST
Deprecated. 
Symbolic constant for work list action create new public worklist.

See Also:
Constant Field Values

GET_PUBLIC_WORKLIST_NAMES

static final int GET_PUBLIC_WORKLIST_NAMES
Deprecated. 
Symbolic constant for work list action get names of all public worklists.

See Also:
Constant Field Values

GET_PUBLIC_WORKLIST

static final int GET_PUBLIC_WORKLIST
Deprecated. 
Symbolic constant for work list action get public worklist.

See Also:
Constant Field Values

DELETE_PUBLIC_WORKLIST

static final int DELETE_PUBLIC_WORKLIST
Deprecated. 
Symbolic constant for work list action delete public worklist.

See Also:
Constant Field Values

EXECUTE_PUBLIC_WORKLIST

static final int EXECUTE_PUBLIC_WORKLIST
Deprecated. 
Symbolic constant for work list action execute public worklist.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8