com.ibm.wps.portletservice.taskmanager
Interface HumanTaskManagerDelegateFactoryService

All Superinterfaces:
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.

public interface HumanTaskManagerDelegateFactoryService
extends 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
 HumanTaskManagerDelegate getHumanTaskManagerDelegate()
          Deprecated. Returns an instance of the HumanTaskManagerDelegate .
 

Method Detail

getHumanTaskManagerDelegate

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.