com.day.crx.query
Interface CRXQuery
- All Superinterfaces:
- Query
public interface CRXQuery
- extends Query
CRXQuery extends the JCR Query interface with
CRX specific features.
setOption
void setOption(String name,
String value)
throws RepositoryException
- Sets an option for this query.
- Parameters:
name - the name of the option.value - the option value. If null the option with the
given name is removed.
- Throws:
RepositoryException - if the option is invalid or value
is malformed.
NullPointerException - if name is null.
Copyright © 1993-2011 Day Management AG. All Rights Reserved.