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 |
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) |
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, setValue
public static final String GENERIC_QUERY_SELECT
public static final Escaper escaper
public IncrementalSmartNXQLQuery(String existingQueryPart)
public String buildQuery()
SmartQuery
public boolean isValid()
SmartQuery
public static boolean isValid(String queryPart)
Copyright © 2013 Nuxeo SA. All Rights Reserved.