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

      Fields 
      Modifier and Type Field and Description
      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

      • 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 Business Process ManagerTM
Release 8