Enum CmsOuTreeType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GROUP
      Group.
      OU
      OU.
      ROLE
      Role.
      USER
      User.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmptyMessageKey()
      Returns the key for the empty-message.
      CmsCssIcon getIcon()
      Get the icon.
      java.lang.String getId()
      Gets the id of the type.
      java.lang.String getName()
      Gets the name of the element.
      boolean isExpandable()
      Checks if type is expandable.
      boolean isGroup()
      Checks if the tree type is group-like.
      boolean isOrgUnit()
      Checks if the tree type is OU-like.
      boolean isRole()
      Checks if the tree type is role-like.
      boolean isUser()
      Checks if the tree type is user-like.
      boolean isValidForOu​(CmsObject cms, java.lang.String ou)
      Checks if the tree type is available for a given OU.
      boolean showInOuTable()
      True if type should be shown in OU overview table.
      static CmsOuTreeType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static CmsOuTreeType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait