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 IFlowChangeItem

All Superinterfaces:
java.io.Serializable

public interface IFlowChangeItem
extends java.io.Serializable

An item representing an Alter Flow change.


Method Summary
 IOpenActivityInfo getSourceActivity()
          Gets the source activity of this flow change.
 IActivityInfo getTargetActivity()
          Gets the target activity to perform this flow change.
 java.lang.Iterable<IActivityInfo> getValidGrabTargetActivities()
          Gets an iterable collection of the valid targets to alter this flow, based on the source activity.
 void setTargetActivity(IActivityInfo targetActivity)
          Sets the target activity to perform this flow change.
 

Method Detail

setTargetActivity

void setTargetActivity(IActivityInfo targetActivity)
Sets the target activity to perform this flow change.

Parameters:
targetActivity - the target activity to alter the flow

getTargetActivity

IActivityInfo getTargetActivity()
Gets the target activity to perform this flow change.

Returns:
the target activity to alter the flow to

getSourceActivity

IOpenActivityInfo getSourceActivity()
Gets the source activity of this flow change.

Returns:
the source activity to alter the flow from

getValidGrabTargetActivities

java.lang.Iterable<IActivityInfo> getValidGrabTargetActivities()
Gets an iterable collection of the valid targets to alter this flow, based on the source activity.

Returns:
an iterable collection of valid target 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.