{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.taskui.dynamicui
Interface DynamicPageHandleDeprecated. This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet.
- All Superinterfaces:
- TaskUIHandle
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.
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD