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

public class MyWorkflowInstancesControlPanelEntry
extends WorkflowControlPanelEntry

Author:
Miguel Pastor

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

MyWorkflowInstancesControlPanelEntry

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