org.alfresco.jcr.query
Class QueryManagerImpl
java.lang.Object
org.alfresco.jcr.query.QueryManagerImpl
- All Implemented Interfaces:
- javax.jcr.query.QueryManager
public class QueryManagerImpl
- extends java.lang.Object
- implements javax.jcr.query.QueryManager
Alfresco implementation of JCR Query Manager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRPATH_COLUMN
public static org.alfresco.service.namespace.QName JCRPATH_COLUMN
JCRSCORE_COLUMN
public static org.alfresco.service.namespace.QName JCRSCORE_COLUMN
QueryManagerImpl
public QueryManagerImpl(SessionImpl session)
- Construct
- Parameters:
session
- session
createQuery
public javax.jcr.query.Query createQuery(java.lang.String statement,
java.lang.String language)
throws javax.jcr.query.InvalidQueryException,
javax.jcr.RepositoryException
- Specified by:
createQuery
in interface javax.jcr.query.QueryManager
- Throws:
javax.jcr.query.InvalidQueryException
javax.jcr.RepositoryException
getQuery
public javax.jcr.query.Query getQuery(javax.jcr.Node node)
throws javax.jcr.query.InvalidQueryException,
javax.jcr.RepositoryException
- Specified by:
getQuery
in interface javax.jcr.query.QueryManager
- Throws:
javax.jcr.query.InvalidQueryException
javax.jcr.RepositoryException
getSupportedQueryLanguages
public java.lang.String[] getSupportedQueryLanguages()
throws javax.jcr.RepositoryException
- Specified by:
getSupportedQueryLanguages
in interface javax.jcr.query.QueryManager
- Throws:
javax.jcr.RepositoryException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.