Enum Class MetadataPermission.Action

java.lang.Object
java.lang.Enum<MetadataPermission.Action>
oracle.as.scheduler.security.MetadataPermission.Action
All Implemented Interfaces:
Serializable, Comparable<MetadataPermission.Action>, java.lang.constant.Constable
Enclosing class:
MetadataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId>

public static enum MetadataPermission.Action extends Enum<MetadataPermission.Action>
Enum of the permissible actions for ESS metadata.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Encapsulation of all permissions for the metadata(s) configured in this MetadataPermission.
    Create permission for the metadata(s) configured in this MetadataPermission.
    Delete permission for the metadata(s) configured in this MetadataPermission.
    Execute permission for the metadata(s) configured in this MetadataPermission.
    Read permission for the metadata(s) configured in this MetadataPermission.
    Update permission for the metadata(s) configured in this MetadataPermission.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the length of the string representation of this enum object
    int
    Returns the mask of this enum string
    char[]
    Returns the array of chars of this enum string
    Returns the string representation of this enum object
    Returns the enum constant of this class with the specified name.
    Returns the enum object associated with the given string.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • READ

      public static final MetadataPermission.Action READ
      Read permission for the metadata(s) configured in this MetadataPermission.
    • CREATE

      public static final MetadataPermission.Action CREATE
      Create permission for the metadata(s) configured in this MetadataPermission.
    • UPDATE

      public static final MetadataPermission.Action UPDATE
      Update permission for the metadata(s) configured in this MetadataPermission.
    • DELETE

      public static final MetadataPermission.Action DELETE
      Delete permission for the metadata(s) configured in this MetadataPermission.
    • EXECUTE

      public static final MetadataPermission.Action EXECUTE
      Execute permission for the metadata(s) configured in this MetadataPermission.
    • ALL

      public static final MetadataPermission.Action ALL
      Encapsulation of all permissions for the metadata(s) configured in this MetadataPermission.
  • Method Details

    • values

      public static MetadataPermission.Action[] 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 MetadataPermission.Action 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
    • mask

      public int mask()
      Returns the mask of this enum string
      Returns:
      int the mask of this enum string
    • toCharArray

      public char[] toCharArray()
      Returns the array of chars of this enum string
      Returns:
      the array of chars of this enum string
    • length

      public int length()
      Returns the length of the string representation of this enum object
      Returns:
      the length of this enum string
    • toString

      public String toString()
      Returns the string representation of this enum object
      Overrides:
      toString in class Enum<MetadataPermission.Action>
      Returns:
      the string representation of this enum
    • valueOfField

      public static MetadataPermission.Action valueOfField(String privStr)
      Returns the enum object associated with the given string. This method throws IllegalArgumentException if an invalid action string is specified
      Parameters:
      privStr - the string representation of this enum
      Returns:
      the enum object