Enum Class Resources

java.lang.Object
java.lang.Enum<Resources>
org.camunda.bpm.engine.authorization.Resources
All Implemented Interfaces:
Serializable, Comparable<Resources>, Constable, Resource

public enum Resources extends Enum<Resources> implements Resource

The set of built-in Resource names.

Author:
Daniel Meyer
  • Enum Constant Details

    • APPLICATION

      public static final Resources APPLICATION
    • USER

      public static final Resources USER
    • GROUP

      public static final Resources GROUP
    • GROUP_MEMBERSHIP

      public static final Resources GROUP_MEMBERSHIP
    • AUTHORIZATION

      public static final Resources AUTHORIZATION
    • FILTER

      public static final Resources FILTER
    • PROCESS_DEFINITION

      public static final Resources PROCESS_DEFINITION
    • TASK

      public static final Resources TASK
    • PROCESS_INSTANCE

      public static final Resources PROCESS_INSTANCE
    • DEPLOYMENT

      public static final Resources DEPLOYMENT
    • DECISION_DEFINITION

      public static final Resources DECISION_DEFINITION
    • TENANT

      public static final Resources TENANT
    • TENANT_MEMBERSHIP

      public static final Resources TENANT_MEMBERSHIP
    • BATCH

      public static final Resources BATCH
    • DECISION_REQUIREMENTS_DEFINITION

      public static final Resources DECISION_REQUIREMENTS_DEFINITION
    • REPORT

      public static final Resources REPORT
    • DASHBOARD

      public static final Resources DASHBOARD
    • OPERATION_LOG_CATEGORY

      public static final Resources OPERATION_LOG_CATEGORY
    • OPTIMIZE

      @Deprecated public static final Resources OPTIMIZE
      Deprecated.
    • HISTORIC_TASK

      public static final Resources HISTORIC_TASK
    • HISTORIC_PROCESS_INSTANCE

      public static final Resources HISTORIC_PROCESS_INSTANCE
    • SYSTEM

      public static final Resources SYSTEM
  • Method Details

    • values

      public static Resources[] 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 Resources 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
    • resourceName

      public String resourceName()
      Description copied from interface: Resource
      returns the name of the resource
      Specified by:
      resourceName in interface Resource
    • resourceType

      public int resourceType()
      Description copied from interface: Resource
      an integer representing the type of the resource.
      Specified by:
      resourceType in interface Resource
      Returns:
      the type identitfyer of the resource