com.ibm.bpe.api

Interface WorkItemActions


Deprecated.
  1. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Deprecated.
  1. static
  2. int
CREATEWORKITEM
Deprecated. Symbolic constant for work item action create work item.
  1. static
  2. int
DELETEWORKITEM
Deprecated. Symbolic constant for work item action delete work item.
  1. static
  2. int
TRANSFERWORKITEM
Deprecated. Symbolic constant for work item action transfer work item.

Field Detail

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

CREATEWORKITEM

  1. static final int CREATEWORKITEM
Deprecated.
Symbolic constant for work item action create work item.
See Also:

DELETEWORKITEM

  1. static final int DELETEWORKITEM
Deprecated.
Symbolic constant for work item action delete work item.
See Also:

TRANSFERWORKITEM

  1. static final int TRANSFERWORKITEM
Deprecated.
Symbolic constant for work item action transfer work item.
See Also: