com.liferay.portlet.workflow.service.impl
Class WorkflowTaskServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portlet.workflow.service.impl.WorkflowTaskServiceImpl
All Implemented Interfaces:
com.liferay.portlet.workflow.service.WorkflowTaskService

public class WorkflowTaskServiceImpl
extends PrincipalBean
implements com.liferay.portlet.workflow.service.WorkflowTaskService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
WorkflowTaskServiceImpl()
           
 
Method Summary
 java.util.Map updateTask(long taskId, java.lang.String transition, java.util.Map parameterMap)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTaskServiceImpl

public WorkflowTaskServiceImpl()
Method Detail

updateTask

public java.util.Map updateTask(long taskId,
                                java.lang.String transition,
                                java.util.Map parameterMap)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Specified by:
updateTask in interface com.liferay.portlet.workflow.service.WorkflowTaskService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException