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 IGrabMultipleInstancesContextRequest

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMigrateMultipleInstancesContextRequest

public interface IGrabMultipleInstancesContextRequest
extends java.io.Serializable

Method Summary
 IInstanceContextConfiguration getInstanceContextConfiguration()
           
 java.lang.Iterable<ILocationInfo> getLocations()
           
 java.lang.String getProcessDN()
          Gets the process DN of the process instances used for this request.
 java.lang.Iterable<IProcessInstance> getProcessInstances()
          Gets the process instances to which the grab context is requested.
 boolean isSuspendInstancesIfRequired()
          Returns whether the process instance is suspended when executing the request.

 

Method Detail

getProcessDN

java.lang.String getProcessDN()
Gets the process DN of the process instances used for this request. The process DN is used to ensure all the process instances in the request belong to the same process.
Returns:
the process DN

getProcessInstances

java.lang.Iterable<IProcessInstance> getProcessInstances()
Gets the process instances to which the grab context is requested.
Returns:
an iterable collection of process instances

isSuspendInstancesIfRequired

boolean isSuspendInstancesIfRequired()
Returns whether the process instance is suspended when executing the request.
Returns:
true if the process instance will be suspended if possible, false otherwise

getLocations

java.lang.Iterable<ILocationInfo> getLocations()

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.