Enum Class Resources
- All Implemented Interfaces:
Serializable
,Comparable<Resources>
,Constable
,Resource
The set of built-in Resource
names.
- Author:
- Daniel Meyer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionreturns the name of the resourceint
an integer representing the type of the resource.static Resources
Returns the enum constant of this class with the specified name.static Resources[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
APPLICATION
-
USER
-
GROUP
-
GROUP_MEMBERSHIP
-
AUTHORIZATION
-
FILTER
-
PROCESS_DEFINITION
-
TASK
-
PROCESS_INSTANCE
-
DEPLOYMENT
-
DECISION_DEFINITION
-
TENANT
-
TENANT_MEMBERSHIP
-
BATCH
-
DECISION_REQUIREMENTS_DEFINITION
-
REPORT
-
DASHBOARD
-
OPERATION_LOG_CATEGORY
-
OPTIMIZE
Deprecated. -
HISTORIC_TASK
-
HISTORIC_PROCESS_INSTANCE
-
SYSTEM
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
resourceName
Description copied from interface:Resource
returns the name of the resource- Specified by:
resourceName
in interfaceResource
-
resourceType
public int resourceType()Description copied from interface:Resource
an integer representing the type of the resource.- Specified by:
resourceType
in interfaceResource
- Returns:
- the type identitfyer of the resource
-