| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.storage.search.implementation | |
| org.mmbase.storage.search.implementation.database |
| Modifier and Type | Method and Description |
|---|---|
RelationStep |
Query.addRelationStep(NodeManager otherManager)
If you need to add a 'related' NodeManager without specifying a role/searchDir
simply use these addRelationStep.
|
RelationStep |
Query.addRelationStep(NodeManager nodeManager,
String role,
String searchDir)
Adds new Relation step to the query.
|
| Modifier and Type | Method and Description |
|---|---|
RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager) |
RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager,
String role,
String direction) |
protected RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager,
String role,
String direction,
boolean warnOnImpossibleStep) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationStep_Proxy
RemoteRelationStep_Proxy in a generated smart proxy of RelationStep
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
RelationStep |
RemoteQuery_Proxy.addRelationStep(NodeManager arg0) |
RelationStep |
RemoteNodeQuery_Proxy.addRelationStep(NodeManager arg0) |
RelationStep |
RemoteQuery_Proxy.addRelationStep(NodeManager arg0,
String arg1,
String arg2) |
RelationStep |
RemoteNodeQuery_Proxy.addRelationStep(NodeManager arg0,
String arg1,
String arg2) |
| Constructor and Description |
|---|
RemoteRelationStep_Rmi(RelationStep originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
RelationStep |
AbstractQueryWrapper.addRelationStep(NodeManager otherManager) |
RelationStep |
AbstractQueryWrapper.addRelationStep(NodeManager nodeManager,
String role,
String searchDir) |
RelationStep |
TreeList.grow(NodeManager nodeManager,
String role,
String searchDir)
Grows branches of the Tree, which means that one new query will be created which is one
relationStep longer than the longest one until now.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationStep
Basic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicSqlHandler.appendRelationConstraints(StringBuilder sbRelations,
RelationStep relationStep,
boolean multipleSteps) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}