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 IBaseMigrateInstanceContextResponse

All Known Subinterfaces:
IMigrateInstanceContextResponse, IMigrateMultipleInstancesContextResponse

public interface IBaseMigrateInstanceContextResponse

Base interface for migration context response.


Method Summary
 java.lang.Iterable<IActivityInfo> getActivitiesInConflict()
          Gets an iterable collection of removed activities in the new process model.
 java.lang.Iterable<IVariableItem> getAddedDataObjects()
          Gets an iterable collection of added Data Objects in the new process model
 

Method Detail

getAddedDataObjects

java.lang.Iterable<IVariableItem> getAddedDataObjects()
Gets an iterable collection of added Data Objects in the new process model

Returns:
the added data objects

getActivitiesInConflict

java.lang.Iterable<IActivityInfo> getActivitiesInConflict()
Gets an iterable collection of removed activities in the new process model.

Returns:
the removed activities

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.