com.ibm.bpe.api
Interface ProcessInstanceActions
- public interface ProcessInstanceActions
getAvailableActions()
method on a process instance.
Since:
7.0 - introduced in 5.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CLAIMPROCESSOWNERSHIP
Symbolic constant for process instance action claim process ownership
|
|
COPYRIGHT
|
|
CREATEMESSAGE
Symbolic constant for process instance action create message.
|
|
CREATEWORKITEM
Symbolic constant for process instance action create work item.
|
|
DELETE
Symbolic constant for process instance action delete.
|
|
DELETEWORKITEM
Symbolic constant for process instance action delete work item.
|
|
FORCETERMINATE
Symbolic constant for process instance action force terminate.
|
|
FORCETERMINATEANDCOMPENSATE
Symbolic constant for process instance force terminate and compensate.
|
|
GETACTIVEEVENTHANDLER
Symbolic constant for process instance action get active event handlers.
|
|
GETACTIVITYINSTANCE
Symbolic constant for process instance action get avtivity instance.
|
|
GETALLACTIVITIES
Symbolic constant for process instance action get all activities.
|
|
GETALLVARIABLENAMES
Symbolic constant for process instance action get all variable names.
|
|
GETALLWORKITEMS
Symbolic constant for process instance action get all work items.
|
|
GETCORRELATIONSETINSTANCES
Symbolic constant for process instance action get correlation set instances
|
|
GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
|
|
GETCUSTOMPROPERTY
Symbolic constant for process instance action get customer property.
|
|
GETCUSTOMPROPERTYNAMES
Symbolic constant for process instance action get customer property names.
|
|
GETFAULTMESSAGE
Symbolic constant for process instance action get fault message.
|
|
GETINITIALVARIABLEVALUE
Symbolic constant for process instance action get initial variable value.
|
|
GETINPUTMESSAGE
Symbolic constant for process instance action get input message.
|
|
GETOUTPUTMESSAGE
Symbolic constant for process instance action get output message.
|
|
GETPROCESSINSTANCE
Symbolic constant for process instance action get process instance.
|
|
GETROLEINFO
Symbolic constant for process instance action to retrieve role related information.
|
|
GETUISETTINGS
Symbolic constant for process instance action get UI settings.
|
|
GETVARIABLE
Symbolic constant for process instance action get variable.
|
|
GETWORKITEMS
Symbolic constant for process instance action get workitems.
|
|
INITIALIZECORRELATIONSET
Symbolic constant for process instance action initialize correlation set
|
|
MIGRATE
Symbolic constant for process instance action migrate
|
|
RESTART
Symbolic constant for process instance action restart.
|
|
RESUME
Symbolic constant for process instance action resume.
|
|
SENDEVENT
Deprecated. As of version 7.5, no replacement.
|
|
SETCUSTOMATTRIBUTE
Deprecated. Use SETCUSTOMPROPERTY.
|
|
SETCUSTOMPROPERTY
Symbolic constant for process instance action set customer property.
|
|
SETVARIABLE
Symbolic constant for process instance action set variable.
|
|
SUSPEND
Symbolic constant for process instance action suspend.
|
|
TESTMIGRATION
Symbolic constant for test migration method which is used to test if a given instance
can be migrated to the target template.
|
|
TRANSFERWORKITEM
Symbolic constant for process instance action transfer work item.
|
|
UNINITIALIZECORRELATIONSET
Symbolic constant for process instance action delete correlation set
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
FORCETERMINATE
- static final int FORCETERMINATE
Symbolic constant for process instance action force terminate.
See Also:
GETINPUTMESSAGE
- static final int GETINPUTMESSAGE
Symbolic constant for process instance action get input message.
See Also:
GETOUTPUTMESSAGE
- static final int GETOUTPUTMESSAGE
Symbolic constant for process instance action get output message.
See Also:
GETFAULTMESSAGE
- static final int GETFAULTMESSAGE
Symbolic constant for process instance action get fault message.
See Also:
GETVARIABLE
- static final int GETVARIABLE
Symbolic constant for process instance action get variable.
See Also:
GETCUSTOMATTRIBUTE
- static final int GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
Symbolic constant for process instance action get customer attribute.
See Also:
GETCUSTOMPROPERTY
- static final int GETCUSTOMPROPERTY
Symbolic constant for process instance action get customer property.
See Also:
SETCUSTOMATTRIBUTE
- static final int SETCUSTOMATTRIBUTE
Deprecated. Use SETCUSTOMPROPERTY.
Symbolic constant for process instance action set customer attribute.
See Also:
SETCUSTOMPROPERTY
- static final int SETCUSTOMPROPERTY
Symbolic constant for process instance action set customer property.
See Also:
DELETE
- static final int DELETE
Symbolic constant for process instance action delete.
See Also:
GETPROCESSINSTANCE
- static final int GETPROCESSINSTANCE
Symbolic constant for process instance action get process instance.
See Also:
GETUISETTINGS
- static final int GETUISETTINGS
Symbolic constant for process instance action get UI settings.
See Also:
SENDEVENT
- static final int SENDEVENT
Deprecated. As of version 7.5, no replacement.
Symbolic constant for process instance action send event.
See Also:
GETALLWORKITEMS
- static final int GETALLWORKITEMS
Symbolic constant for process instance action get all work items.
See Also:
GETALLACTIVITIES
- static final int GETALLACTIVITIES
Symbolic constant for process instance action get all activities.
See Also:
CREATEMESSAGE
- static final int CREATEMESSAGE
Symbolic constant for process instance action create message.
See Also:
CREATEWORKITEM
- static final int CREATEWORKITEM
Symbolic constant for process instance action create work item.
See Also:
DELETEWORKITEM
- static final int DELETEWORKITEM
Symbolic constant for process instance action delete work item.
See Also:
TRANSFERWORKITEM
- static final int TRANSFERWORKITEM
Symbolic constant for process instance action transfer work item.
See Also:
SETVARIABLE
- static final int SETVARIABLE
Symbolic constant for process instance action set variable.
See Also:
GETWORKITEMS
- static final int GETWORKITEMS
Symbolic constant for process instance action get workitems.
See Also:
FORCETERMINATEANDCOMPENSATE
- static final int FORCETERMINATEANDCOMPENSATE
Symbolic constant for process instance force terminate and compensate.
See Also:
SUSPEND
- static final int SUSPEND
Symbolic constant for process instance action suspend.
See Also:
RESUME
- static final int RESUME
Symbolic constant for process instance action resume.
See Also:
GETACTIVITYINSTANCE
- static final int GETACTIVITYINSTANCE
Symbolic constant for process instance action get avtivity instance.
See Also:
RESTART
- static final int RESTART
Symbolic constant for process instance action restart.
See Also:
GETACTIVEEVENTHANDLER
- static final int GETACTIVEEVENTHANDLER
Symbolic constant for process instance action get active event handlers.
See Also:
GETALLVARIABLENAMES
- static final int GETALLVARIABLENAMES
Symbolic constant for process instance action get all variable names.
See Also:
GETINITIALVARIABLEVALUE
- static final int GETINITIALVARIABLEVALUE
Symbolic constant for process instance action get initial variable value.
See Also:
CLAIMPROCESSOWNERSHIP
- static final int CLAIMPROCESSOWNERSHIP
Symbolic constant for process instance action claim process ownership
See Also:
GETCUSTOMPROPERTYNAMES
- static final int GETCUSTOMPROPERTYNAMES
Symbolic constant for process instance action get customer property names.
See Also:
GETCORRELATIONSETINSTANCES
- static final int GETCORRELATIONSETINSTANCES
Symbolic constant for process instance action get correlation set instances
See Also:
INITIALIZECORRELATIONSET
- static final int INITIALIZECORRELATIONSET
Symbolic constant for process instance action initialize correlation set
See Also:
UNINITIALIZECORRELATIONSET
- static final int UNINITIALIZECORRELATIONSET
Symbolic constant for process instance action delete correlation set
See Also:
MIGRATE
- static final int MIGRATE
Symbolic constant for process instance action migrate
See Also:
GETROLEINFO
- static final int GETROLEINFO
Symbolic constant for process instance action to retrieve role related information.
States whether getUsersInRole() can be called.
TESTMIGRATION
- static final int TESTMIGRATION
Symbolic constant for test migration method which is used to test if a given instance
can be migrated to the target template.
See Also: