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 IMigrateInstanceContextRequest

All Superinterfaces:
java.io.Serializable

public interface IMigrateInstanceContextRequest
extends java.io.Serializable

A request to get state data for a single instance.

Example:

         IProcessInstance processInstance = getProcessInstance(...);
         IMigrateInstanceContextRequest request = MigrateInstanceContextRequest.create(processInstance);
     


Method Summary
 IInstanceContextConfiguration getInstanceContextConfiguration()
          Returns the configuration of this request.
 ILocationInfo getLocation()
          Returns the location of the tree-structure activities hierarchy of the process that is specifying this request.
 IProcessInstance getProcessInstance()
          Gets the process instance to which the grab context is requested.
 

Method Detail

getProcessInstance

IProcessInstance getProcessInstance()
Gets the process instance to which the grab context is requested.

Returns:
the process instance used for the grab context request

getLocation

ILocationInfo getLocation()
Returns the location of the tree-structure activities hierarchy of the process that is specifying this request.

Returns:
an ILocationInfo pointing to some node (process or activity) of the tree-structure activities hierarchy of the process.
See Also:
LocationInfo, IGrabInstanceContext

getInstanceContextConfiguration

IInstanceContextConfiguration getInstanceContextConfiguration()
Returns the configuration of this request.

Returns:
an IInstanceContextConfiguration instance of this request.

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.