|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 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 activie 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 |
GETALLWORKITEMS
Symbolic constant for process instance action get all work items. |
static int |
GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY. |
static int |
GETCUSTOMPROPERTY
Symbolic constant for process instance action get customer property. |
static int |
GETFAULTMESSAGE
Symbolic constant for process instance action get fault message. |
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 |
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 |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int FORCETERMINATE
public static final int GETINPUTMESSAGE
public static final int GETOUTPUTMESSAGE
public static final int GETFAULTMESSAGE
public static final int GETVARIABLE
public static final int GETCUSTOMATTRIBUTE
public static final int GETCUSTOMPROPERTY
public static final int SETCUSTOMATTRIBUTE
public static final int SETCUSTOMPROPERTY
public static final int DELETE
public static final int GETPROCESSINSTANCE
public static final int GETUISETTINGS
public static final int SENDEVENT
public static final int GETALLWORKITEMS
public static final int GETALLACTIVITIES
public static final int CREATEMESSAGE
public static final int CREATEWORKITEM
public static final int DELETEWORKITEM
public static final int TRANSFERWORKITEM
public static final int SETVARIABLE
public static final int GETWORKITEMS
public static final int FORCETERMINATEANDCOMPENSATE
public static final int SUSPEND
public static final int RESUME
public static final int GETACTIVITYINSTANCE
public static final int RESTART
public static final int GETACTIVEEVENTHANDLER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |