Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.0)
E25378-04


oracle.bpm.services.instancemanagement.model
Interface IActivityInfo

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

public interface IActivityInfo
extends java.io.Serializable

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.

 

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

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.0)
E25378-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.