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:
com.liferay.portlet.ControlPanelEntry

public class MyWorkflowTasksControlPanelEntry
extends WorkflowControlPanelEntry

View Source

Author:
Jorge Ferrer

Constructor Summary
MyWorkflowTasksControlPanelEntry()
           
 
Method Summary
 boolean isVisible(com.liferay.portal.security.permission.PermissionChecker permissionChecker, com.liferay.portal.model.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(com.liferay.portal.security.permission.PermissionChecker permissionChecker,
                         com.liferay.portal.model.Portlet portlet)
                  throws java.lang.Exception
Specified by:
isVisible in interface com.liferay.portlet.ControlPanelEntry
Overrides:
isVisible in class WorkflowControlPanelEntry
Throws:
java.lang.Exception