|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessInstanceActions
This interface defines symbolic constants for all actions that can be performed on
process instances. These constants are to be used when determining the actions
allowed in the current process instance execution state.
Currently allowed actions are returned
when calling the getAvailableActions()
method on a process instance.
Field Summary | |
---|---|
static int |
CLAIMPROCESSOWNERSHIP
Symbolic constant for process instance action claim process ownership |
static java.lang.String |
COPYRIGHT
|
static int |
CREATEMESSAGE
Symbolic constant for process instance action create message. |
static int |
CREATEWORKITEM
Symbolic constant for process instance action create work item. |
static int |
DELETE
Symbolic constant for process instance action delete. |
static int |
DELETEWORKITEM
Symbolic constant for process instance action delete work item. |
static int |
FORCETERMINATE
Symbolic constant for process instance action force terminate. |
static int |
FORCETERMINATEANDCOMPENSATE
Symbolic constant for process instance force terminate and compensate. |
static int |
GETACTIVEEVENTHANDLER
Symbolic constant for process instance action get active event handlers. |
static int |
GETACTIVITYINSTANCE
Symbolic constant for process instance action get avtivity instance. |
static int |
GETALLACTIVITIES
Symbolic constant for process instance action get all activities. |
static int |
GETALLVARIABLENAMES
Symbolic constant for process instance action get all variable names. |
static int |
GETALLWORKITEMS
Symbolic constant for process instance action get all work items. |
static int |
GETCORRELATIONSETINSTANCES
Symbolic constant for process instance action get correlation set instances |
static int |
GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY. |
static int |
GETCUSTOMPROPERTY
Symbolic constant for process instance action get customer property. |
static int |
GETCUSTOMPROPERTYNAMES
Symbolic constant for process instance action get customer property names. |
static int |
GETFAULTMESSAGE
Symbolic constant for process instance action get fault message. |
static int |
GETINITIALVARIABLEVALUE
Symbolic constant for process instance action get initial variable value. |
static int |
GETINPUTMESSAGE
Symbolic constant for process instance action get input message. |
static int |
GETOUTPUTMESSAGE
Symbolic constant for process instance action get output message. |
static int |
GETPROCESSINSTANCE
Symbolic constant for process instance action get process instance. |
static int |
GETROLEINFO
Symbolic constant for process instance action to retrieve role related information. |
static int |
GETUISETTINGS
Symbolic constant for process instance action get UI settings. |
static int |
GETVARIABLE
Symbolic constant for process instance action get variable. |
static int |
GETWORKITEMS
Symbolic constant for process instance action get workitems. |
static int |
INITIALIZECORRELATIONSET
Symbolic constant for process instance action initialize correlation set |
static int |
MIGRATE
Symbolic constant for process instance action migrate |
static int |
RESTART
Symbolic constant for process instance action restart. |
static int |
RESUME
Symbolic constant for process instance action resume. |
static int |
SENDEVENT
Symbolic constant for process instance action send event. |
static int |
SETCUSTOMATTRIBUTE
Deprecated. Use SETCUSTOMPROPERTY. |
static int |
SETCUSTOMPROPERTY
Symbolic constant for process instance action set customer property. |
static int |
SETVARIABLE
Symbolic constant for process instance action set variable. |
static int |
SUSPEND
Symbolic constant for process instance action suspend. |
static int |
TRANSFERWORKITEM
Symbolic constant for process instance action transfer work item. |
static int |
UNINITIALIZECORRELATIONSET
Symbolic constant for process instance action delete correlation set |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int FORCETERMINATE
static final int GETINPUTMESSAGE
static final int GETOUTPUTMESSAGE
static final int GETFAULTMESSAGE
static final int GETVARIABLE
static final int GETCUSTOMATTRIBUTE
static final int GETCUSTOMPROPERTY
static final int SETCUSTOMATTRIBUTE
static final int SETCUSTOMPROPERTY
static final int DELETE
static final int GETPROCESSINSTANCE
static final int GETUISETTINGS
static final int SENDEVENT
static final int GETALLWORKITEMS
static final int GETALLACTIVITIES
static final int CREATEMESSAGE
static final int CREATEWORKITEM
static final int DELETEWORKITEM
static final int TRANSFERWORKITEM
static final int SETVARIABLE
static final int GETWORKITEMS
static final int FORCETERMINATEANDCOMPENSATE
static final int SUSPEND
static final int RESUME
static final int GETACTIVITYINSTANCE
static final int RESTART
static final int GETACTIVEEVENTHANDLER
static final int GETALLVARIABLENAMES
static final int GETINITIALVARIABLEVALUE
static final int CLAIMPROCESSOWNERSHIP
static final int GETCUSTOMPROPERTYNAMES
static final int GETCORRELATIONSETINSTANCES
static final int INITIALIZECORRELATIONSET
static final int UNINITIALIZECORRELATIONSET
static final int MIGRATE
static final int GETROLEINFO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |