Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.Column

Packages that use Column
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of Column in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query that return Column
 Column[] QueryObjectModelImpl.getColumns()
          Gets the columns for this query.
 

Uses of Column in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return Column
 Column QueryObjectModelFactory.column(String propertyName)
          Identifies a property in the default selector to include in the tabular view of query results.
 Column QueryObjectModelFactory.column(String propertyName, String columnName)
          Identifies a property in the default selector to include in the tabular view of query results.
 Column QueryObjectModelFactory.column(String selectorName, String propertyName, String columnName)
          Identifies a property in the specified selector to include in the tabular view of query results.
 Column[] QueryObjectModel.getColumns()
          Gets the columns for this query.
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom with parameters of type Column
 QueryObjectModel QueryObjectModelFactory.createQuery(Selector selector, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one selector.
 QueryObjectModel QueryObjectModelFactory.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 

Uses of Column in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement Column
 class ColumnImpl
          ColumnImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return Column
 Column QueryObjectModelFactoryImpl.column(String propertyName)
          Identifies a property in the default selector to include in the tabular view of query results.
 Column QueryObjectModelFactoryImpl.column(String propertyName, String columnName)
          Identifies a property in the default selector to include in the tabular view of query results.
 Column QueryObjectModelFactoryImpl.column(String selectorName, String propertyName, String columnName)
          Identifies a property in the specified selector to include in the tabular view of query results.
 

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type Column
 QueryObjectModel QueryObjectModelFactoryImpl.createQuery(Selector selector, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one selector.
 QueryObjectModel QueryObjectModelFactoryImpl.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 



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