com.ibm.bpe.api

Interface ProcessInstanceActionIndex


  1. public interface ProcessInstanceActionIndex
This interface defines symbolic constants to be used as a column index for the array of available action flags - see getAvailableActionFlags().
Since:
7.0.0.2 - introduced in 6.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
CLAIMPROCESSOWNERSHIP
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEMESSAGE
  1. static
  2. int
CREATEWORKITEM
  1. static
  2. int
DELETE
  1. static
  2. int
DELETEWORKITEM
  1. static
  2. int
FORCETERMINATE
  1. static
  2. int
FORCETERMINATEANDCOMPENSATE
  1. static
  2. int
GETACTIVEEVENTHANDLER
  1. static
  2. int
GETALLACTIVITIES
  1. static
  2. int
GETALLVARIABLENAMES
  1. static
  2. int
GETALLWORKITEMS
  1. static
  2. int
GETCORRELATIONSETINSTANCES
  1. static
  2. int
GETCUSTOMPROPERTY
  1. static
  2. int
GETCUSTOMPROPERTYNAMES
  1. static
  2. int
GETFAULTMESSAGE
  1. static
  2. int
GETINITIALVARIABLEVALUE
  1. static
  2. int
GETINPUTMESSAGE
  1. static
  2. int
GETOUTPUTMESSAGE
  1. static
  2. int
GETPROCESSINSTANCE
  1. static
  2. int
GETROLEINFO
  1. static
  2. int
GETUISETTINGS
  1. static
  2. int
GETVARIABLE
  1. static
  2. int
GETWORKITEMS
  1. static
  2. int
INITIALIZECORRELATIONSET
  1. static
  2. int
MAX_COUNT
  1. static
  2. int
MIGRATE
  1. static
  2. int
RESTART
  1. static
  2. int
RESUME
  1. static
  2. int
SETCUSTOMPROPERTY
  1. static
  2. int
SETVARIABLE
  1. static
  2. int
SUSPEND
  1. static
  2. int
TESTMIGRATION
  1. static
  2. int
TRANSFERWORKITEM
  1. static
  2. int
UNINITIALIZECORRELATIONSET

Field Detail

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

CREATEMESSAGE

  1. static final int CREATEMESSAGE
See Also:

CREATEWORKITEM

  1. static final int CREATEWORKITEM
See Also:

DELETE

  1. static final int DELETE
See Also:

DELETEWORKITEM

  1. static final int DELETEWORKITEM
See Also:

FORCETERMINATE

  1. static final int FORCETERMINATE
See Also:

FORCETERMINATEANDCOMPENSATE

  1. static final int FORCETERMINATEANDCOMPENSATE
See Also:

GETACTIVEEVENTHANDLER

  1. static final int GETACTIVEEVENTHANDLER
See Also:

GETALLACTIVITIES

  1. static final int GETALLACTIVITIES
See Also:

GETALLWORKITEMS

  1. static final int GETALLWORKITEMS
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
See Also:

GETFAULTMESSAGE

  1. static final int GETFAULTMESSAGE
See Also:

GETINPUTMESSAGE

  1. static final int GETINPUTMESSAGE
See Also:

GETOUTPUTMESSAGE

  1. static final int GETOUTPUTMESSAGE
See Also:

GETPROCESSINSTANCE

  1. static final int GETPROCESSINSTANCE
See Also:

GETUISETTINGS

  1. static final int GETUISETTINGS
See Also:

GETVARIABLE

  1. static final int GETVARIABLE
See Also:

GETWORKITEMS

  1. static final int GETWORKITEMS
See Also:

RESTART

  1. static final int RESTART
See Also:

RESUME

  1. static final int RESUME
See Also:

SETCUSTOMPROPERTY

  1. static final int SETCUSTOMPROPERTY
See Also:

SETVARIABLE

  1. static final int SETVARIABLE
See Also:

SUSPEND

  1. static final int SUSPEND
See Also:

TRANSFERWORKITEM

  1. static final int TRANSFERWORKITEM
See Also:

GETALLVARIABLENAMES

  1. static final int GETALLVARIABLENAMES
See Also:

GETINITIALVARIABLEVALUE

  1. static final int GETINITIALVARIABLEVALUE
See Also:

CLAIMPROCESSOWNERSHIP

  1. static final int CLAIMPROCESSOWNERSHIP
See Also:

GETCUSTOMPROPERTYNAMES

  1. static final int GETCUSTOMPROPERTYNAMES
See Also:

GETCORRELATIONSETINSTANCES

  1. static final int GETCORRELATIONSETINSTANCES
See Also:

INITIALIZECORRELATIONSET

  1. static final int INITIALIZECORRELATIONSET
See Also:

UNINITIALIZECORRELATIONSET

  1. static final int UNINITIALIZECORRELATIONSET
See Also:

MIGRATE

  1. static final int MIGRATE
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
See Also:

TESTMIGRATION

  1. static final int TESTMIGRATION
See Also:

MAX_COUNT

  1. static final int MAX_COUNT
See Also: