Enum Class ContentTypeEnum

java.lang.Object
java.lang.Enum<ContentTypeEnum>
com.atlassian.confluence.search.service.ContentTypeEnum
All Implemented Interfaces:
Serializable, Comparable<ContentTypeEnum>, Constable

public enum ContentTypeEnum extends Enum<ContentTypeEnum>
An enum representing the different content types that may be specified in a search.
  • Enum Constant Details

  • Method Details

    • values

      public static ContentTypeEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ContentTypeEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getRepresentation

      public String getRepresentation()
    • hasRepresentation

      public boolean hasRepresentation(String key)
    • getType

      public Class<? extends com.atlassian.core.bean.EntityObject> getType()
    • getTypeName

      public String getTypeName()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ContentTypeEnum>
    • getByRepresentation

      public static ContentTypeEnum getByRepresentation(String representation)
      Parameters:
      representation - the String representation of the enum. e.g. Page.CONTENT_TYPE
      Returns:
      the ContentTypeEnum for the supplied String. null is returned if the parameter does not map to a ContentTypeEnum.
    • getByClassName

      public static ContentTypeEnum getByClassName(String className)
      Parameters:
      className - fully qualified class name e.g. "com.atlassian.confluence.pages.Page"
      Returns:
      the ContentTypeEnum for the supplied class name. null if none found.
    • forEntity

      public static ContentTypeEnum forEntity(ContentTypeAware entity)
      Since:
      9.3