com.ibm.portal.taskui.dynamicui
Interface DynamicPageHandle

All Superinterfaces:
TaskUIHandle

Deprecated. This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet.

public interface DynamicPageHandle
extends TaskUIHandle

The DynamicPageHandle contains information about a dynamic page that is used as a task page.

Since:
6.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getConfigurationName()
          Deprecated. Returns the name of the dynamic ui configuration to which the dynamic page belongs to.
 ObjectID getPageID()
          Deprecated. Returns the object id of the dynamic page.
 

Method Detail

getConfigurationName

java.lang.String getConfigurationName()
Deprecated. 
Returns the name of the dynamic ui configuration to which the dynamic page belongs to.

Returns:
String The configuration name.

getPageID

ObjectID getPageID()
Deprecated. 
Returns the object id of the dynamic page.

Returns:
ObjectID The object id of the dynamic page.