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

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

A context response containing state data and available flow changes for a single instance restricted the requested location.

See Also:
AvailableFlowChangesResponse, InstanceContextResponse, ILocationInfo, IGrabInstanceContextRequest

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

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

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