Skip navigation links

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


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

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

Skip navigation links

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


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