Enum Class BuilderToken.FILTERARGS
java.lang.Object
java.lang.Enum<BuilderToken.FILTERARGS>
fr.gouv.vitam.common.database.builder.request.configuration.BuilderToken.FILTERARGS
- All Implemented Interfaces:
Serializable
,Comparable<BuilderToken.FILTERARGS>
,Constable
- Enclosing class:
- BuilderToken
Specific values for Filter arguments
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCache could be used for this requestCache should not be used for this requestQuery should not have a timeout (scrolling)Query concerns ObjectGroupsQuery concerns OthersQuery should chouQuery concerns Units -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static BuilderToken.FILTERARGS
Returns the enum constant of this class with the specified name.static BuilderToken.FILTERARGS[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CACHE
Cache could be used for this request -
NOCACHE
Cache should not be used for this request -
NOTIMEOUT
Query should not have a timeout (scrolling) -
TRACK_TOTAL_HITS
Query should chou -
OTHERS
Query concerns Others -
UNITS
Query concerns Units -
OBJECTGROUPS
Query concerns ObjectGroups
-
-
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
-