Enum Class SpacePermission

java.lang.Object
java.lang.Enum<SpacePermission>
com.atlassian.confluence.it.SpacePermission
All Implemented Interfaces:
Permission, Serializable, Comparable<SpacePermission>, Constable

@Deprecated public enum SpacePermission extends Enum<SpacePermission> implements Permission
Deprecated.
Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.api.permissions.SpacePermission} alternative
See Also:
  • Enum Constant Details

    • VIEW

      public static final SpacePermission VIEW
      Deprecated.
    • CONTENT_OWN_REMOVE

      public static final SpacePermission CONTENT_OWN_REMOVE
      Deprecated.
    • PAGE_EDIT

      public static final SpacePermission PAGE_EDIT
      Deprecated.
    • PAGE_REMOVE

      public static final SpacePermission PAGE_REMOVE
      Deprecated.
    • PAGE_RESTRICT

      public static final SpacePermission PAGE_RESTRICT
      Deprecated.
    • BLOG_EDIT

      public static final SpacePermission BLOG_EDIT
      Deprecated.
    • BLOG_REMOVE

      public static final SpacePermission BLOG_REMOVE
      Deprecated.
    • COMMENT

      public static final SpacePermission COMMENT
      Deprecated.
    • COMMENT_REMOVE

      public static final SpacePermission COMMENT_REMOVE
      Deprecated.
    • ATTACHMENT_CREATE

      public static final SpacePermission ATTACHMENT_CREATE
      Deprecated.
    • ATTACHMENT_REMOVE

      public static final SpacePermission ATTACHMENT_REMOVE
      Deprecated.
    • SPACE_EXPORT

      public static final SpacePermission SPACE_EXPORT
      Deprecated.
    • MAIL_REMOVE

      public static final SpacePermission MAIL_REMOVE
      Deprecated.
    • ADMINISTER

      public static final SpacePermission ADMINISTER
      Deprecated.
  • Method Details

    • values

      public static SpacePermission[] values()
      Deprecated.
      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 SpacePermission valueOf(String name)
      Deprecated.
      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
    • getValue

      public String getValue()
      Deprecated.
      Specified by:
      getValue in interface Permission
    • getLowerValue

      public String getLowerValue()
      Deprecated.
      Specified by:
      getLowerValue in interface Permission
      Returns:
      the value converted to lower-case
    • fromValue

      public static SpacePermission fromValue(String str)
      Deprecated.