Class CmsProjectsToolHandler

java.lang.Object
org.opencms.workplace.tools.A_CmsToolHandler
org.opencms.workplace.tools.projects.CmsProjectsToolHandler
All Implemented Interfaces:
org.opencms.workplace.tools.I_CmsToolHandler

public class CmsProjectsToolHandler extends org.opencms.workplace.tools.A_CmsToolHandler
Users management tool handler that hides the tool if the current user has not the needed privileges.

Since:
6.0.0
  • Field Summary

    Fields inherited from class org.opencms.workplace.tools.A_CmsToolHandler

    ARG_PARAM_NAME, ARG_PATH_NAME, ARGS_PROPERTY_DEFINITION, ARGUMENT_SEPARATOR, DEFAULT_DISABLED_HELPTEXT, VALUE_SEPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getParameters(org.opencms.workplace.CmsWorkplace wp)
     
    boolean
    isEnabled(org.opencms.file.CmsObject cms)
     
    boolean
    isVisible(org.opencms.file.CmsObject cms)
     

    Methods inherited from class org.opencms.workplace.tools.A_CmsToolHandler

    getConfirmationMessage, getDisabledHelpText, getGroup, getHelpText, getIconPath, getLink, getName, getPath, getPosition, getShortName, getSmallIconPath, isEnabled, isVisible, setConfirmationMessage, setDisabledHelpText, setGroup, setHelpText, setIconPath, setLink, setLink, setName, setParameters, setParameterString, setPath, setPosition, setShortName, setSmallIconPath, setup, toString

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getParameters

      public Map getParameters(org.opencms.workplace.CmsWorkplace wp)
      Specified by:
      getParameters in interface org.opencms.workplace.tools.I_CmsToolHandler
      Overrides:
      getParameters in class org.opencms.workplace.tools.A_CmsToolHandler
      See Also:
      • A_CmsToolHandler.getParameters(org.opencms.workplace.CmsWorkplace)
    • isEnabled

      public boolean isEnabled(org.opencms.file.CmsObject cms)
      See Also:
      • I_CmsToolHandler.isEnabled(org.opencms.file.CmsObject)
    • isVisible

      public boolean isVisible(org.opencms.file.CmsObject cms)
      See Also:
      • I_CmsToolHandler.isVisible(org.opencms.file.CmsObject)