|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGrabInstanceContextRequest
Defines on object that represents a request to get state data and the available flow changes for a single instance.
Example:
IProcessInstance processInstance = getProcessInstance(...);
IInstanceContextConfiguration configuration = ...;
IGrabInstanceContextRequest request =
GrabInstanceContextRequest.create(processInstance,
true,
LocationInfo.ROOT_LOCATION,
configuration);
The class GrabInstanceContextRequest
contains the factory methods to build a grab instance context request.
IGrabInstanceContext,
GrabInstanceContextRequest| Method Summary | |
|---|---|
IInstanceContextConfiguration |
getInstanceContextConfiguration()
Returns the configuration of this request. |
ILocationInfo |
getLocation()
Returns the location of the tree-structure activities hierarchy of the process that is specifying this request. |
IProcessInstance |
getProcessInstance()
Gets the process instance to which the grab context is requested. |
java.lang.Boolean |
isSuspendInstanceIfRequired()
Returns whether the process instance should be suspended before executing this request. |
| Method Detail |
|---|
IProcessInstance getProcessInstance()
java.lang.Boolean isSuspendInstanceIfRequired()
ILocationInfo getLocation()
ILocationInfo pointing to some node (process or
activity) of the tree-structure activities hierarchy of the process.LocationInfo,
IGrabInstanceContextIInstanceContextConfiguration getInstanceContextConfiguration()
IInstanceContextConfiguration instance of this request
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||