|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HumanTaskManagerDelegateFactoryService
The HumanTaskManagerDelegateFactoryService is a Java Portlet API portlet service that provides access to
a HumanTaskManagerDelegate instance.
An instance of this service can be retrieved the following way:
Context ctx = new InitialContext();
portletServiceHome = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService");
taskManagerDelegateFactory = (HumanTaskManagerDelegateFactoryService) portletServiceHome.getPortletService(HumanTaskManagerDelegateFactoryService.class);
| Method Summary | |
|---|---|
HumanTaskManagerDelegate |
getHumanTaskManagerDelegate()
Deprecated. Returns an instance of the HumanTaskManagerDelegate . |
HumanTaskManagerDelegate |
getHumanTaskManagerDelegate(java.lang.String alias)
Deprecated. Returns an instance of the HumanTaskManagerDelegate . |
| Method Detail |
|---|
HumanTaskManagerDelegate getHumanTaskManagerDelegate()
throws TaskManagerDelegateFactoryServiceException
HumanTaskManagerDelegate .
TaskManagerDelegateFactoryServiceException - Thrown if an error occurs during processing.
HumanTaskManagerDelegate getHumanTaskManagerDelegate(java.lang.String alias)
throws TaskManagerDelegateFactoryServiceException
HumanTaskManagerDelegate .
alias - The alias representing the HumanTaskManager instance for which a delegate should be retrieved.
TaskManagerDelegateFactoryServiceException - Thrown if an error occurs during processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||