| Package | Description |
|---|---|
| org.mmbase.applications.dove |
The Dove classes create a XML-based communication interface with MMBase.
|
| 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.bridge.util.xml |
Contains utility functions that perform XML functionaly on
MMBase bridge objects.
|
| org.mmbase.core.event | |
| org.mmbase.notifications |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Dove.mergeClouds(Map<String,Map<String,Object>> originalNodes,
Map<String,Map<String,Object>> newNodes,
Map<String,Map<String,Object>> originalRelations,
Map<String,Map<String,Object>> newRelations,
Map<Node,Element> addedNodes,
Map<Relation,Element> addedRelations,
Element out,
Cloud cloud)
Performs the put within a transaction.
|
protected boolean |
Dove.putNewRelation(String alias,
Map<String,Object> values,
Map<String,Integer> aliases,
Map<Relation,Element> addedRelations,
Element out,
Cloud cloud)
Creates a new relation.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationManager.createRelation(Node sourceNode,
Node destinationNode)
Adds a relation from this type.
|
Relation |
Node.createRelation(Node destinationNode,
RelationManager relationManager)
Adds a relation between this node and a specified node to the cloud.
|
Relation |
RelationManager.createRelation(Node sourceNode,
RelationManager relationManager)
This method from Node is redeclared here to prevent an ambiguous invocation of method.
|
Relation |
RelationList.getRelation(int index)
Returns the Relation at the indicated postion in the list
|
Relation |
Cloud.getRelation(int number)
Returns the relation with the specified number from this cloud.
|
Relation |
Cloud.getRelation(String number)
Returns the relation with the specified number from this cloud.
|
Relation |
RelationIterator.nextRelation()
Returns the next element in the iterator as a Relation
|
Relation |
RelationIterator.previousRelation()
Returns the previous element in the iterator as a Relation
|
Relation |
Node.toRelation()
Returns this as a Relation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelation |
| Modifier and Type | Method and Description |
|---|---|
Relation |
BasicRelationManager.createRelation(Node sourceNode,
Node destinationNode) |
Relation |
BasicCloud.getRelation(int nodeNumber) |
Relation |
BasicRelationList.getRelation(int index) |
Relation |
BasicCloud.getRelation(String nodeNumber) |
Relation |
BasicRelationList.BasicRelationIterator.nextRelation() |
Relation |
BasicRelationList.BasicRelationIterator.previousRelation() |
Relation |
BasicRelation.toRelation() |
Relation |
VirtualNode.toRelation() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelation_Proxy
RemoteRelation_Proxy in a generated smart proxy of Relation
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RemoteRelationManager_Proxy.createRelation(Node arg0,
Node arg1) |
Relation |
RemoteRelation_Proxy.createRelation(Node arg0,
RelationManager arg1) |
Relation |
RemoteNodeManager_Proxy.createRelation(Node arg0,
RelationManager arg1) |
Relation |
RemoteNode_Proxy.createRelation(Node arg0,
RelationManager arg1) |
Relation |
RemoteRelationManager_Proxy.createRelation(Node arg0,
RelationManager arg1) |
Relation |
RemoteTransaction_Proxy.getRelation(int arg0) |
Relation |
RemoteCloud_Proxy.getRelation(int arg0) |
Relation |
RemoteRelationList_Proxy.getRelation(int arg0) |
Relation |
RemoteTransaction_Proxy.getRelation(String arg0) |
Relation |
RemoteCloud_Proxy.getRelation(String arg0) |
Relation |
RemoteRelationIterator_Proxy.nextRelation() |
Relation |
RemoteRelationIterator_Proxy.previousRelation() |
Relation |
RemoteRelation_Proxy.toRelation() |
Relation |
RemoteNodeManager_Proxy.toRelation() |
Relation |
RemoteNode_Proxy.toRelation() |
Relation |
RemoteRelationManager_Proxy.toRelation() |
| Constructor and Description |
|---|
RemoteRelation_Rmi(Relation originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
CloneUtil.cloneRelation(Node sourceRelation)
Clone relation of the source node to the destination node.
|
static Relation |
CloneUtil.cloneRelation(Node sourceRelation,
Node sourceNode,
Node destNode)
Clone relation of the source node to the destination node.
|
Relation |
NodeWrapper.createRelation(Node destinationNode,
RelationManager relationManager) |
Relation |
MapNode.createRelation(Node destinationNode,
RelationManager relationManager) |
Relation |
AbstractNode.createRelation(Node destinationNode,
RelationManager relationManager) |
Relation |
AbstractCloud.getRelation(int number) |
Relation |
CollectionRelationList.getRelation(int index) |
Relation |
BridgeCollections.UnmodifiableRelationList.getRelation(int index) |
Relation |
BridgeCollections.EmptyRelationList.getRelation(int index) |
Relation |
AbstractCloud.getRelation(String number) |
Relation |
CollectionRelationList.BasicRelationIterator.nextRelation() |
Relation |
BridgeCollections.UnmodifiableRelationIterator.nextRelation() |
Relation |
CollectionRelationList.BasicRelationIterator.previousRelation() |
Relation |
BridgeCollections.UnmodifiableRelationIterator.previousRelation() |
Relation |
NodeWrapper.toRelation() |
Relation |
AbstractNode.toRelation() |
| Modifier and Type | Method and Description |
|---|---|
protected static Node |
Queries.clusterNode(Relation relation,
String relationAlias,
Node node)
Given a 'relation' node
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Generator.add(Relation relation)
Adds one Relation to a DOM Document.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationEvent |
NodeEventHelper.createRelationEventInstance(Relation node,
int eventType,
String machineName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Notification.format(Relation notification,
String text,
Object[] parameters) |
protected Object[] |
Notification.getFormatParameters(Relation notification,
Date date) |
protected String |
Notification.getMessage(Relation notification) |
void |
SMSNotification.send(Relation notification,
Date date) |
abstract void |
Notification.send(Relation notification,
Date date) |
void |
EmailNotification.send(Relation notification,
Date date) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}