Class WorkflowControlPanelEntry

Object
com.liferay.portal.kernel.portlet.BaseControlPanelEntry
com.liferay.portal.workflow.WorkflowControlPanelEntry
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.ControlPanelEntry
Direct Known Subclasses:
MyWorkflowTasksControlPanelEntry

public class WorkflowControlPanelEntry extends com.liferay.portal.kernel.portlet.BaseControlPanelEntry
Author:
Jorge Ferrer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    hasAccessPermissionDenied(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group, com.liferay.portal.kernel.model.Portlet portlet)
     

    Methods inherited from class com.liferay.portal.kernel.portlet.BaseControlPanelEntry

    getDefaultPlid, hasAccessPermission, hasAccessPermissionExplicitlyGranted, hasPermissionImplicitlyGranted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkflowControlPanelEntry

      public WorkflowControlPanelEntry()
  • Method Details

    • hasAccessPermissionDenied

      protected boolean hasAccessPermissionDenied(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group, com.liferay.portal.kernel.model.Portlet portlet) throws Exception
      Overrides:
      hasAccessPermissionDenied in class com.liferay.portal.kernel.portlet.BaseControlPanelEntry
      Throws:
      Exception