Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.instancemanagement.model
Interface IGrabInstanceContextRequest

All Superinterfaces:
java.io.Serializable

public interface IGrabInstanceContextRequest
extends java.io.Serializable

Method Summary
 IInstanceContextConfiguration getInstanceContextConfiguration()
           
 ILocationInfo getLocation()
           
 IProcessInstance getProcessInstance()
          Gets the process instance to which the grab context is requested.
 java.lang.Boolean isSuspendInstanceIfRequired()
          Returns whether the process instance is suspended when executing the request.

 

Method Detail

getProcessInstance

IProcessInstance getProcessInstance()
Gets the process instance to which the grab context is requested.
Returns:
the process instance used for the grab context request

isSuspendInstanceIfRequired

java.lang.Boolean isSuspendInstanceIfRequired()
Returns whether the process instance is suspended when executing the request.
Returns:
true if the process instance will be suspended if possible, false otherwise

getLocation

ILocationInfo getLocation()

getInstanceContextConfiguration

IInstanceContextConfiguration getInstanceContextConfiguration()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.