protected static class MongoDBQueryBuilder.FieldInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fieldPrefix
Prefix before the wildcard.
|
protected String |
fieldSuffix
Part after wildcard.
|
protected String |
fieldWildcard
Wildcard part after *
|
protected String |
fullField
MongoDB field including wildcards (not used as-is).
|
protected boolean |
hasWildcard |
protected boolean |
isBoolean |
protected boolean |
isTrueOrNullBoolean
Boolean system properties only use TRUE or NULL, not FALSE, so queries must be updated accordingly.
|
protected String |
projectionField
MongoDB field for projection.
|
protected String |
prop
NXQL property.
|
protected String |
queryField
MongoDB field for query.
|
protected final String queryField
protected final String projectionField
protected final boolean isBoolean
protected final boolean isTrueOrNullBoolean
protected final boolean hasWildcard
protected final String fieldPrefix
protected final String fieldWildcard
protected final String fieldSuffix
Copyright © 2015 Nuxeo SA. All rights reserved.