Enum Class BuilderToken.GLOBAL
java.lang.Object
java.lang.Enum<BuilderToken.GLOBAL>
fr.gouv.vitam.common.database.builder.request.configuration.BuilderToken.GLOBAL
- All Implemented Interfaces:
Serializable
,Comparable<BuilderToken.GLOBAL>
,Constable
- Enclosing class:
- BuilderToken
Global model
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAction part (in case of update)Data part (in case of insert)Facets part (aggregations)Filter part (limit, order by, ...Projection part (returned fields for Query)Query part (where condition)Roots part (departure of the request)Deprecated.: DSL with $rules is no more supportedThreshold part (in case of update) the client uses the re-defined threshold function to further limit the potential impact of the change as does the instance parameter -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static BuilderToken.GLOBAL
Returns the enum constant of this class with the specified name.static BuilderToken.GLOBAL[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROOTS
Roots part (departure of the request) -
QUERY
Query part (where condition) -
FILTER
Filter part (limit, order by, ... for Query, or isMulti for others) -
PROJECTION
Projection part (returned fields for Query) -
FACETS
Facets part (aggregations) -
ACTION
Action part (in case of update) -
THRESOLD
Threshold part (in case of update) the client uses the re-defined threshold function to further limit the potential impact of the change as does the instance parameter -
RULES
Deprecated.: DSL with $rules is no more supportedAction part (in case of update) -
DATA
Data part (in case of insert)
-
-
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
-
exactToken
- Returns:
- the exact token
-