public static interface GQL.ParserCallback
Modifier and Type | Method and Description |
---|---|
void |
term(java.lang.String property,
java.lang.String value,
boolean optional)
A GQL term was parsed.
|
void term(java.lang.String property, java.lang.String value, boolean optional) throws RepositoryException
property
- the name of the property or an empty string if the
term is not prefixed.value
- the value of the term.optional
- whether this term is prefixed with an OR operator.RepositoryException
- if an error occurs while processing the
term."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"