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 AvailableFlowChangesResponse

All Known Subinterfaces:
IGrabInstanceContextResponse, IGrabMultipleInstancesContextResponse, IMigrateInstanceContextResponse, IMigrateMultipleInstancesContextResponse

public interface AvailableFlowChangesResponse

This interface represents a response that contains the available flow changes for a process instance.


Method Summary
 java.lang.Iterable<IFlowChangeItem> getAvailableFlowChanges()
          Gets an Iterable collection of available flow changes for a process instance.
 

Method Detail

getAvailableFlowChanges

java.lang.Iterable<IFlowChangeItem> getAvailableFlowChanges()
Gets an Iterable collection of available flow changes for a process instance.

Returns:
the available flow changes

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.