com.ibm.bpe.api

Interface WorkListActions


Deprecated.
  1. public interface WorkListActions
This interface defines symbolic constants for all actions that can be performed on work lists.
Since:
5.0

Field Summary

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

Field Detail

  1. static final java.lang.String COPYRIGHT
Deprecated.
See Also:

NEW_PUBLIC_WORKLIST

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

GET_PUBLIC_WORKLIST_NAMES

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

GET_PUBLIC_WORKLIST

  1. static final int GET_PUBLIC_WORKLIST
Deprecated.
Symbolic constant for work list action get public worklist.
See Also:

DELETE_PUBLIC_WORKLIST

  1. static final int DELETE_PUBLIC_WORKLIST
Deprecated.
Symbolic constant for work list action delete public worklist.
See Also:

EXECUTE_PUBLIC_WORKLIST

  1. static final int EXECUTE_PUBLIC_WORKLIST
Deprecated.
Symbolic constant for work list action execute public worklist.
See Also: