Liferay 6.1.2-ce-ga3

com.liferay.portal.workflow
Class MyWorkflowInstancesControlPanelEntry

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

public class MyWorkflowInstancesControlPanelEntry
extends WorkflowControlPanelEntry


Constructor Summary
MyWorkflowInstancesControlPanelEntry()
           
 
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

MyWorkflowInstancesControlPanelEntry

public MyWorkflowInstancesControlPanelEntry()
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