public interface CRXQuery
CRXQuery
extends the JCR Query
interface with
CRX specific features.Modifier and Type | Method and Description |
---|---|
void |
setOption(java.lang.String name,
java.lang.String value)
Sets an option for this query.
|
void setOption(java.lang.String name, java.lang.String value) throws RepositoryException
name
- the name of the option.value
- the option value. If null
the option with the
given name
is removed.RepositoryException
- if the option is invalid or value
is malformed.java.lang.NullPointerException
- if name is null
."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"