public class IncrementalSmartNXQLQuery extends IncrementalSmartQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
IncrementalSmartNXQLQuery.SPECIAL_OPERATORS |
| Modifier and Type | Field and Description |
|---|---|
static Escaper |
escaper |
static String |
GENERIC_QUERY_SELECT |
addNotOperator, booleanValue, closeParenthesis, conditionalOperator, datetimeValue, dateValue, escapeValue, existingQueryPart, floatValue, integerValue, leftExpression, logicalOperator, openParenthesis, otherDatetimeValue, otherDateValue, selectedRowName, stringArrayValue, stringListValue, stringValue, value| Constructor and Description |
|---|
IncrementalSmartNXQLQuery(String existingQueryPart) |
| Modifier and Type | Method and Description |
|---|---|
String |
buildQuery()
Returns a String with the built query (or query part).
|
boolean |
isValid()
Returns true if query is valid.
|
static boolean |
isValid(String queryPart) |
clear, clearValues, getAddNotOperator, getBooleanValue, getCloseParenthesis, getConditionalOperator, getDatetimeValue, getDateValue, getEscapeValue, getExistingQueryPart, getFloatValue, getIntegerValue, getLeftExpression, getLogicalOperator, getOpenParenthesis, getOtherDatetimeValue, getOtherDateValue, getSelectedRowName, getSelectedRowNames, getShowAddNotOperator, getShowCloseParenthesis, getShowLogicalOperator, getShowOpenParenthesis, getStringArrayValue, getStringListValue, getStringValue, getValue, setAddNotOperator, setBooleanValue, setCloseParenthesis, setConditionalOperator, setDatetimeValue, setDateValue, setEscapeValue, setExistingQueryPart, setFloatValue, setIntegerValue, setLeftExpression, setLogicalOperator, setOpenParenthesis, setOtherDatetimeValue, setOtherDateValue, setSelectedRowName, setStringArrayValue, setStringListValue, setStringValue, setValuepublic static final String GENERIC_QUERY_SELECT
public IncrementalSmartNXQLQuery(String existingQueryPart)
public String buildQuery()
SmartQuerypublic boolean isValid()
SmartQueryCopyright © 2019 Nuxeo. All rights reserved.