public class ParserTokens extends BuilderToken
Modifier and Type | Class and Description |
---|---|
static class |
ParserTokens.PROJECTIONARGS
specific fields: nbunits, dua, ...
|
BuilderToken.FILTERARGS, BuilderToken.GLOBAL, BuilderToken.MULTIFILTER, BuilderToken.PROJECTION, BuilderToken.QUERY, BuilderToken.QUERYARGS, BuilderToken.RANGEARGS, BuilderToken.SELECTFILTER, BuilderToken.UPDATEACTION, BuilderToken.UPDATEACTIONARGS
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HASH_PREFIX
Default prefix for internal variable
|
static char |
DEFAULT_HASH_PREFIX_CHAR
Default prefix for internal variable
|
static char |
DEFAULT_UNDERSCORE_PREFIX_CHAR
Default underscore prefix for command
|
DEFAULT_PREFIX, DEFAULT_PREFIX_CHAR
Modifier and Type | Method and Description |
---|---|
static boolean |
isAnArrayVariable(String name)
Check field name for know if it is an array field for single collection or multiple collection
|
static boolean |
isSingleProtectedVariable(String name)
Check field name for know if it is protected for single collection
|
public static final String DEFAULT_HASH_PREFIX
public static final char DEFAULT_HASH_PREFIX_CHAR
public static final char DEFAULT_UNDERSCORE_PREFIX_CHAR
public static boolean isSingleProtectedVariable(String name)
name
- name of the fieldpublic static boolean isAnArrayVariable(String name)
name
- name of the fieldCopyright © 2018 Vitam. All rights reserved.