| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.corebuilders |
The MMBase core builders.
|
| org.mmbase.richtext.builders | |
| org.mmbase.security.implementation.cloudcontext.builders | |
| org.mmbase.storage.search.implementation |
| Modifier and Type | Method and Description |
|---|---|
protected BasicRelationStep |
BasicQuery.addRelationStep(InsRel insrel,
NodeManager otherNodeManager,
int direction) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotRel |
class |
AuthRel |
class |
PosRel
Like InsRel, only with a GUIIndicator tailored for a relation with a 'pos' field.
|
| Modifier and Type | Method and Description |
|---|---|
InsRel |
MMBase.getInsRel()
Returns a reference to the InsRel builder.
|
| Modifier and Type | Method and Description |
|---|---|
InsRel |
RelDef.getBuilder(int rnumber)
Returns the builder of a relation definition.
|
InsRel |
RelDef.getBuilder(MMObjectNode node)
Returns the builder of a relation definition.
|
| Modifier and Type | Method and Description |
|---|---|
MMObjectNode |
RelDef.getDefaultForBuilder(InsRel relBuilder)
Returns the first occurrence of a reldef node of a relation definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdRel
Like InsRel, only with a GUIIndicator tailored for a relation with an 'id' field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RightsRel
The rightsrel relation, connects a 'context' with a 'group'.
|
| Modifier and Type | Method and Description |
|---|---|
BasicRelationStep |
BasicSearchQuery.addRelationStep(InsRel builder,
MMObjectBuilder nextBuilder)
Adds new relationstep to this SearchQuery.
|
BasicRelationStep |
NodeSearchQuery.addRelationStep(InsRel builder,
MMObjectBuilder nextBuilder) |
| Constructor and Description |
|---|
BasicRelationStep(InsRel builder,
Step previous,
Step next)
Creator.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}