|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| org.apache.jackrabbit.spi.commons.query.jsr283.qom | |
| org.apache.jackrabbit.spi.commons.query.qom | |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||