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 IActivityPathInfo

All Superinterfaces:
java.io.Serializable

public interface IActivityPathInfo
extends java.io.Serializable

This interface represents a path from the process root level to a certain process flow element such as activities, events or gateways. The path is represented by a sequence of ILocationInfo. The elements of the sequence are ordered such that its first element represents the process root level.


Method Summary
 int getLength()
          Returns the number of ILocationInfo nodes of the path.
 java.lang.Iterable<ILocationInfo> getLocations()
          Returns an Iterable of ILocationInfo that represents the activity path.
 

Method Detail

getLocations

java.lang.Iterable<ILocationInfo> getLocations()
Returns an Iterable of ILocationInfo that represents the activity path.

Returns:
an Iterable of ILocationInfo,

getLength

int getLength()
Returns the number of ILocationInfo nodes of the path.

Returns:
the length of the path

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.