| Package | Description |
|---|---|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.storage.search.implementation | |
| org.mmbase.storage.search.legacy |
| Modifier and Type | Method and Description |
|---|---|
(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 | 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationStep
Basic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BasicStep |
BasicSearchQuery.addStep(MMObjectBuilder builder)
Adds new step to this SearchQuery.
|
BasicStep |
NodeSearchQuery.addStep(MMObjectBuilder builder) |
BasicStep |
BasicSearchQuery.addStep(String name) |
BasicStep |
BasicStep.setAlias(String alias)
Sets alias property.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static StepField |
ConstraintParser.getField(String token,
List<BasicStep> steps,
SearchQuery query)
Creates
StepField corresponding to field indicated by
token, of one of the specified steps. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}