Enum Class PageUpdateType

java.lang.Object
java.lang.Enum<PageUpdateType>
org.exoplatform.wiki.service.PageUpdateType
All Implemented Interfaces:
Serializable, Comparable<PageUpdateType>, Constable

public enum PageUpdateType extends Enum<PageUpdateType>
Page update types
  • Enum Constant Details

    • ADD_PAGE

      public static final PageUpdateType ADD_PAGE
    • EDIT_PAGE_TITLE

      public static final PageUpdateType EDIT_PAGE_TITLE
    • EDIT_PAGE_CONTENT

      public static final PageUpdateType EDIT_PAGE_CONTENT
    • EDIT_PAGE_CONTENT_AND_TITLE

      public static final PageUpdateType EDIT_PAGE_CONTENT_AND_TITLE
    • EDIT_PAGE_PERMISSIONS

      public static final PageUpdateType EDIT_PAGE_PERMISSIONS
    • MOVE_PAGE

      public static final PageUpdateType MOVE_PAGE
  • Method Details

    • values

      public static PageUpdateType[] 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 PageUpdateType 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