| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeManager
This class represents a node's type information object - what used to be the 'builder'.
|
class |
BasicRelation |
class |
BasicRelationManager |
| Modifier and Type | Method and Description |
|---|---|
protected BasicNode |
BasicNodeManager.createBasicNode()
BasicNodeManager is garantueed to return BasicNode's.
|
protected BasicNode |
BasicRelationManager.createBasicNode() |
(package private) BasicNode |
BasicTransaction.makeNode(MMObjectNode node,
String nodeNumber) |
(package private) BasicNode |
BasicCloud.makeNode(MMObjectNode node,
String nodeNumber) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
BasicTransaction.add(BasicNode node) |
(package private) int |
BasicCloud.add(BasicNode node)
Marks the given node as 'being edited'.
|
protected void |
BasicTransaction.afterCommit(BasicNode n) |
protected void |
BasicCloud.afterCommit(BasicNode n)
This method is called after a of a certain
node.
|
(package private) void |
BasicTransaction.createAlias(BasicNode node,
String aliasName) |
(package private) void |
BasicCloud.createAlias(BasicNode node,
String aliasName) |
protected void |
BasicTransaction.setValue(BasicNode node,
String fieldName,
Object value) |
protected void |
BasicCloud.setValue(BasicNode node,
String fieldName,
Object value) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}