Liferay 6.1.2-ce-ga3

com.liferay.portal.workflow
Class MyWorkflowTasksControlPanelEntry

java.lang.Object
  extended by com.liferay.portlet.BaseControlPanelEntry
      extended by com.liferay.portal.workflow.WorkflowControlPanelEntry
          extended by com.liferay.portal.workflow.MyWorkflowTasksControlPanelEntry
All Implemented Interfaces:
ControlPanelEntry

public class MyWorkflowTasksControlPanelEntry
extends WorkflowControlPanelEntry


Constructor Summary
MyWorkflowTasksControlPanelEntry()
           
 
Method Summary
 boolean isVisible(PermissionChecker permissionChecker, Portlet portlet)
           
 
Methods inherited from class com.liferay.portal.workflow.WorkflowControlPanelEntry
isVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyWorkflowTasksControlPanelEntry

public MyWorkflowTasksControlPanelEntry()
Method Detail

isVisible

public boolean isVisible(PermissionChecker permissionChecker,
                         Portlet portlet)
                  throws Exception
Specified by:
isVisible in interface ControlPanelEntry
Overrides:
isVisible in class WorkflowControlPanelEntry
Throws:
Exception

Liferay 6.1.2-ce-ga3