public interface QueryManager extends QueryManager
QueryManager interface that returns the ModeShape-specific
extension interfaces from getQOMFactory() and getQuery(Node).| Modifier and Type | Method and Description |
|---|---|
Query |
createQuery(String statement,
String language) |
QueryObjectModelFactory |
getQOMFactory() |
Query |
getQuery(Node node) |
getSupportedQueryLanguagesQueryObjectModelFactory getQOMFactory()
getQOMFactory in interface QueryManagerQuery createQuery(String statement, String language) throws InvalidQueryException, RepositoryException
createQuery in interface QueryManagerInvalidQueryExceptionRepositoryExceptionQuery getQuery(Node node) throws InvalidQueryException, RepositoryException
getQuery in interface QueryManagerInvalidQueryExceptionRepositoryExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.