com.ibm.wps.portletservice.taskmanager
Interface HumanTaskManagerDelegateFactoryService

All Superinterfaces:
org.apache.jetspeed.portlet.service.PortletService

Deprecated. 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.

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. Returns an instance of the HumanTaskManagerDelegate .
 

Method Detail

getHumanTaskManagerDelegate

com.ibm.task.api.HumanTaskManagerDelegate getHumanTaskManagerDelegate()
                                                                      throws TaskManagerDelegateFactoryServiceException
Deprecated. 
Returns an instance of the HumanTaskManagerDelegate .

Returns:
HumanTaskManagerDelegate The Human Task Manager delegate.
Throws:
TaskManagerDelegateFactoryServiceException - Thrown if an error occurs during processing.