PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.wps.portletservice.taskmanager
Interface HumanTaskManagerDelegateFactoryServiceDeprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. Human Task processing functionality is handled by the new Universal Tasklist Portlet.
- All Superinterfaces:
- org.apache.jetspeed.portlet.service.PortletService
public interface HumanTaskManagerDelegateFactoryService- extends org.apache.jetspeed.portlet.service.PortletService
The HumanTaskManagerDelegateFactoryService is a IBM Portlet API portlet service that provides access to a HumanTaskManagerDelegate instance. An instance of this service can be retrieved the following way:
taskManagerDelegateFactory = (HumanTaskManagerDelegateFactoryService) portletConfig.getContext().getService(HumanTaskManagerDelegateFactoryService.class);
- Since:
- 5.1.1
Method Summary com.ibm.task.api.HumanTaskManagerDelegate getHumanTaskManagerDelegate()
Deprecated. Return an instance of the HumanTaskManagerDelegate .
Method Detail getHumanTaskManagerDelegate
com.ibm.task.api.HumanTaskManagerDelegate getHumanTaskManagerDelegate() throws TaskManagerDelegateFactoryServiceExceptionPREV CLASS NEXT CLASS
- Deprecated.
- Returns an instance of the HumanTaskManagerDelegate .
- Returns:
- HumanTaskManagerDelegate The Human Task Manager delegate.
- Throws:
- TaskManagerDelegateFactoryServiceException - Thrown if an error occurs during processing.
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD