ModeShape Distribution 3.0.0.Beta4

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).


Method Summary
 QueryObjectModelFactory getQOMFactory()
           
 Query getQuery(Node node)
           
 
Methods inherited from interface javax.jcr.query.QueryManager
createQuery, getSupportedQueryLanguages
 

Method Detail

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

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.