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 ILocationInfo

All Superinterfaces:
java.io.Serializable

public interface ILocationInfo
extends java.io.Serializable

Provides information about the location of an process instance in a particular business process. Usually, an ILocationInfo object contains information about the flow element (activities, gateways or events) and the instance's information that is placed in such element.


Method Summary
 IActivityInfo getActivityInfo()
          Gets metadata information for the activity defined in the current location.
 IProcessInstanceInfo getProcessInstanceInfo()
          Gets runtime id information for the Process Instance.
 java.lang.Boolean isRoot()
          Return whether this location represents the root location or not.
 

Method Detail

getActivityInfo

IActivityInfo getActivityInfo()
Gets metadata information for the activity defined in the current location.

Returns:
a IActivityInfo

isRoot

java.lang.Boolean isRoot()
Return whether this location represents the root location or not.

Returns:
true if this location is the root, false otherwise.

getProcessInstanceInfo

IProcessInstanceInfo getProcessInstanceInfo()
Gets runtime id information for the Process Instance.

Returns:
a IProcessInstance with basic runtime information.

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.