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 IActivityInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IOpenActivityInfo

public interface IActivityInfo
extends java.io.Serializable

An IActivityInfo instance contains the very basic information about a BPMN flow element.


Method Summary
 java.lang.String getDisplayName()
          Gets the localized display name for this activity, using the locale specified in the request.
 java.lang.String getId()
          Gets the native activity id for this activity.
 java.lang.String getProcessId()
          Gets the process id where this activity is defined.
 

Method Detail

getId

java.lang.String getId()
Gets the native activity id for this activity.

Returns:
the activity id

getDisplayName

java.lang.String getDisplayName()
Gets the localized display name for this activity, using the locale specified in the request.

Returns:
a localized display name

getProcessId

java.lang.String getProcessId()
Gets the process id where this activity is defined.

Returns:
the process id

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.