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 IGrabMultipleInstancesContextResponse

All Superinterfaces:
AvailableFlowChangesResponse, oracle.bpm.services.instancemanagement.model.impl.IMultipleInstancesContextResponse, java.io.Serializable

public interface IGrabMultipleInstancesContextResponse
extends java.io.Serializable, AvailableFlowChangesResponse, oracle.bpm.services.instancemanagement.model.impl.IMultipleInstancesContextResponse

A context response containing state data and available flow changes for multiple instances.

See Also:
AvailableFlowChangesResponse, IMultipleInstancesContextResponse

Method Summary
 java.lang.Iterable<java.lang.Boolean> getInstancesSuspended()
          Returns whether the process instances were 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.impl.IMultipleInstancesContextResponse
getGrabInstancesContext
 

Method Detail

getInstancesSuspended

java.lang.Iterable<java.lang.Boolean> getInstancesSuspended()
Returns whether the process instances were suspended as part of the request.

Returns:
true if the instances were 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.