Uses of Interface
org.apache.portals.graffito.jcr.query.Query

Packages that use Query
org.apache.portals.graffito.jcr.persistence   
org.apache.portals.graffito.jcr.persistence.impl   
org.apache.portals.graffito.jcr.query   
org.apache.portals.graffito.jcr.query.impl   
 

Uses of Query in org.apache.portals.graffito.jcr.persistence
 

Methods in org.apache.portals.graffito.jcr.persistence with parameters of type Query
 java.lang.Object PersistenceManager.getObject(Query query)
          Retrieve an object matching to a query
 java.util.Iterator PersistenceManager.getObjectIterator(Query query)
          Retrieve some objects matching to a query.
 java.util.Collection PersistenceManager.getObjects(Query query)
          Retrieve some objects matching to a query
 void PersistenceManager.remove(Query query)
          Remove all objects matching to a query
 

Uses of Query in org.apache.portals.graffito.jcr.persistence.impl
 

Methods in org.apache.portals.graffito.jcr.persistence.impl with parameters of type Query
 java.lang.Object PersistenceManagerImpl.getObject(Query query)
           
 java.util.Iterator PersistenceManagerImpl.getObjectIterator(Query query)
           
 java.util.Collection PersistenceManagerImpl.getObjects(Query query)
           
 void PersistenceManagerImpl.remove(Query query)
           
 

Uses of Query in org.apache.portals.graffito.jcr.query
 

Methods in org.apache.portals.graffito.jcr.query that return Query
 Query QueryManager.createQuery(Filter filter)
          Create a new empty query
 

Methods in org.apache.portals.graffito.jcr.query with parameters of type Query
 java.lang.String QueryManager.buildJCRExpression(Query query)
          Build a JCR search expression from a Query
 

Uses of Query in org.apache.portals.graffito.jcr.query.impl
 

Classes in org.apache.portals.graffito.jcr.query.impl that implement Query
 class QueryImpl
          Default Query implementation
 

Methods in org.apache.portals.graffito.jcr.query.impl that return Query
 Query QueryManagerImpl.createQuery(Filter filter)
           
 

Methods in org.apache.portals.graffito.jcr.query.impl with parameters of type Query
 java.lang.String QueryManagerImpl.buildJCRExpression(Query query)
           
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.