org.modeshape.jcr.api.query
Interface QueryManager
- All Superinterfaces:
- QueryManager
public interface QueryManager
- extends QueryManager
A specialization of the standard JCR QueryManager interface that returns the ModeShape-specific
extension interfaces from getQOMFactory() and getQuery(Node).
getQOMFactory
QueryObjectModelFactory getQOMFactory()
- Specified by:
getQOMFactory in interface QueryManager
getQuery
Query getQuery(Node node)
throws InvalidQueryException,
RepositoryException
- Specified by:
getQuery in interface QueryManager
- Throws:
InvalidQueryException
RepositoryException
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.