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 IGrabInstanceContextResponse

All Superinterfaces:
AvailableFlowChangesResponse, AvailableVariablesResponse, InstanceContextResponse, java.io.Serializable

public interface IGrabInstanceContextResponse
extends java.io.Serializable, AvailableFlowChangesResponse, AvailableVariablesResponse, InstanceContextResponse

Method Summary
 boolean isInstanceSuspended()
          Returns whether the process instance was suspended as part of the request.

 

Methods inherited from interface oracle.bpm.services.instancemanagement.model.AvailableFlowChangesResponse
getAvailableFlowChanges

 

Methods inherited from interface oracle.bpm.services.instancemanagement.model.AvailableVariablesResponse
getAvailableCorrelationKeys, getAvailableInstanceAttributes, getAvailableVariables

 

Methods inherited from interface oracle.bpm.services.instancemanagement.model.InstanceContextResponse
getGrabInstanceContext

 

Method Detail

isInstanceSuspended

boolean isInstanceSuspended()
Returns whether the process instance was suspended as part of the request.
Returns:
true if the instance was suspended in the request, false otherwise

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.