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 IBaseMigrateInstanceContextResponse

All Known Subinterfaces:
IMigrateInstanceContextResponse, IMigrateMultipleInstancesContextResponse

public interface IBaseMigrateInstanceContextResponse

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

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.