| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.storage.search.implementation | |
| org.mmbase.storage.search.legacy |
| Modifier and Type | Field and Description |
|---|---|
protected BasicSearchQuery |
BasicQuery.query
The core query which is 'wrapped'
|
| Modifier and Type | Method and Description |
|---|---|
BasicSearchQuery |
BasicQuery.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicQuery.removeSecurityConstraintFromClone(BasicSearchQuery clone) |
| Constructor and Description |
|---|
BasicQuery(Cloud c,
BasicSearchQuery q) |
| Modifier and Type | Method and Description |
|---|---|
BasicSearchQuery |
ClusterBuilder.getMultiLevelSearchQuery(List<String> snodes,
List<String> fields,
String pdistinct,
List<String> tables,
String where,
List<String> sortFields,
List<String> directions,
int searchDir)
|
BasicSearchQuery |
ClusterBuilder.getMultiLevelSearchQuery(List<String> snodes,
List<String> fields,
String pdistinct,
List<String> tables,
String where,
List<String> sortFields,
List<String> directions,
List<Integer> searchDirs)
Creates search query that selects all the objects that match the
searchkeys.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ClusterBuilder.addFields(BasicSearchQuery query,
String expression,
Map<String,BasicStep> stepsByAlias,
Map<String,BasicStepField> fieldsByAlias)
Retrieves fieldnames from an expression, and adds these to a search
query.
|
(package private) void |
ClusterBuilder.addRelationDirections(BasicSearchQuery query,
List<Integer> searchDirs,
Map<String,Integer> roles)
Adds relation directions.
|
(package private) void |
ClusterBuilder.addSortOrders(BasicSearchQuery query,
List<String> fieldNames,
List<String> directions,
Map<String,BasicStepField> fieldsByAlias)
Adds sorting orders to a search query.
|
(package private) Map<String,BasicStep> |
ClusterBuilder.addSteps(BasicSearchQuery query,
List<String> tables,
Map<String,Integer> roles,
boolean includeAllReference,
Map<String,BasicStepField> fieldsByAlias)
Creates a full chain of steps, adds these to the specified query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeSearchQuery
A
NodeSearchQuery implements a SearchQuery
that retrieves nodes of one specified nodetype. |
| Modifier and Type | Method and Description |
|---|---|
BasicSearchQuery |
BasicSearchQuery.clone() |
BasicSearchQuery |
BasicSearchQuery.setDistinct(boolean distinct)
Sets distinct.
|
BasicSearchQuery |
BasicSearchQuery.setMaxNumber(int maxNumber)
Sets maxNumber.
|
BasicSearchQuery |
BasicSearchQuery.setOffset(int offset)
Sets offset.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryConvertor.setConstraint(BasicSearchQuery query,
String where)
Sets constraint for a
BasicSearchQuery object. |
(package private) Constraint |
DBQuery.toConstraint(BasicSearchQuery query)
Converts this query to a constraint for a search query.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}