| Package | Description |
|---|---|
| org.mmbase.applications.vprowizards.spring.action | |
| 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.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.richtext |
| Modifier and Type | Field and Description |
|---|---|
protected RelationManager |
AbstractRelationAction.relationManager |
| Modifier and Type | Method and Description |
|---|---|
RelationManager |
Relation.getRelationManager()
Retrieves the RelationManager used
|
RelationManager |
Cloud.getRelationManager(int relationManagerId)
Returns the specified relation manager.
|
RelationManager |
RelationManagerList.getRelationManager(int index)
Returns the RelationManager at the indicated postion in the list
|
RelationManager |
Cloud.getRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns the specified relation manager.
|
RelationManager |
Cloud.getRelationManager(String roleName)
Returns the specified relation manager.
|
RelationManager |
Cloud.getRelationManager(String sourceManagerName,
String destinationManagerName,
String roleName)
Returns the specified relation manager.
|
RelationManager |
RelationManagerIterator.nextRelationManager()
Returns the next element in the iterator as a RelationManager
|
RelationManager |
RelationManagerIterator.previousRelationManager()
Returns the previous element in the iterator as a RelationManager
|
RelationManager |
Node.toRelationManager()
Returns this as a RelationManager.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationManager |
| Modifier and Type | Method and Description |
|---|---|
RelationManager |
BasicRelation.getRelationManager() |
RelationManager |
BasicRelationManagerList.getRelationManager(int index) |
RelationManager |
BasicCloud.getRelationManager(int number) |
(package private) RelationManager |
BasicCloud.getRelationManager(int sourceManagerId,
int destinationManagerId,
int roleId)
Retrieves a RelationManager.
|
RelationManager |
BasicCloud.getRelationManager(NodeManager source,
NodeManager destination,
String roleName) |
RelationManager |
BasicCloud.getRelationManager(String roleName) |
RelationManager |
BasicCloud.getRelationManager(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationManager |
BasicRelationManagerList.BasicRelationManagerIterator.nextRelationManager() |
RelationManager |
BasicRelationManagerList.BasicRelationManagerIterator.previousRelationManager() |
RelationManager |
BasicRelationManager.toRelationManager() |
RelationManager |
VirtualNode.toRelationManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationManager_Proxy
RemoteRelationManager_Proxy in a generated smart proxy of RelationManager
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
RemoteRelationManager_Rmi(RelationManager originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
RelationManager |
AbstractCloud.getRelationManager(int relationManagerId)
On default we don't associated number id's with node managers
|
RelationManager |
BridgeCollections.UnmodifiableRelationManagerList.getRelationManager(int index) |
RelationManager |
BridgeCollections.EmptyRelationManagerList.getRelationManager(int index) |
RelationManager |
AbstractCloud.getRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManager |
AbstractCloud.getRelationManager(String roleName) |
RelationManager |
AbstractCloud.getRelationManager(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationManager |
BridgeCollections.UnmodifiableRelationManagerIterator.nextRelationManager() |
RelationManager |
BridgeCollections.UnmodifiableRelationManagerIterator.previousRelationManager() |
RelationManager |
NodeWrapper.toRelationManager() |
RelationManager |
AbstractNode.toRelationManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchUtil.addRelationSortOrder(NodeQuery query,
RelationManager role,
String sortName,
String sortDirection)
Add a sort order to a query for a field of the relation manager.
|
Relation |
NodeWrapper.createRelation(Node destinationNode,
RelationManager relationManager) |
Relation |
MapNode.createRelation(Node destinationNode,
RelationManager relationManager) |
Relation |
AbstractNode.createRelation(Node destinationNode,
RelationManager relationManager) |
| Modifier and Type | Method and Description |
|---|---|
protected RelationManager |
Related.AbstractProcessor.getRelationManager(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Mmxf.createTree(Node node,
Node root,
RelationManager relationManager,
int depth,
String titleField,
String xmlField,
Writer feedBack)
Creates a a tree of Nodes from an mmxf DOM-Node.
|
static Node |
Mmxf.createTree(Node node,
RelationManager relationManager,
int depth,
Writer buf)
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}