Liferay 6.0-ee

com.liferay.portal.workflow
Class MyWorkflowControlPanelEntry

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

public class MyWorkflowControlPanelEntry
extends WorkflowControlPanelEntry


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

MyWorkflowControlPanelEntry

public MyWorkflowControlPanelEntry()
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.0-ee