| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RelationList |
NodeManager.createRelationList()
Returns a new, empty relation list for this nodemanager
|
RelationList |
CloudContext.createRelationList()
Returns a new, empty relation list
Note that it is generally better to use
Cloud.createRelationList() or NodeManager.createRelationList(). |
RelationList |
Cloud.createRelationList()
Returns a new, empty relation list for this cloud
|
RelationList |
Node.getRelations()
Returns all relation nodes attached to this node.
|
RelationList |
RelationManager.getRelations(Node node)
Retrieves all the relations of this type from a given node.
|
RelationList |
Node.getRelations(String role)
Returns all relation nodes attached to this node that have a specific
role
|
RelationList |
Node.getRelations(String role,
NodeManager nodeManager)
Returns all relation nodes attached to this node that have a specific
role, or refer a node from a specific nodemanager
|
RelationList |
Node.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
Node.getRelations(String role,
String nodeManager)
Returns all relation nodes attached to this node that have a specific
role, or refer a node from a specific nodemanager
|
RelationList |
RelationList.subRelationList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationList
A list of relations
|
| Modifier and Type | Method and Description |
|---|---|
RelationList |
BasicNodeManager.createRelationList() |
RelationList |
BasicCloud.createRelationList() |
RelationList |
BasicCloudContext.createRelationList() |
RelationList |
BasicRelationManager.getRelations(Node node) |
RelationList |
BasicNode.getRelations(String role,
NodeManager nodeManager,
String searchDir)
Returns a list of relations of the given node.
|
RelationList |
BasicNode.getRelations(String role,
String otherNodeManager) |
RelationList |
BasicRelationList.subRelationList(int fromIndex,
int toIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationList_Proxy
RemoteRelationList_Proxy in a generated smart proxy of RelationList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
RelationList |
RemoteTransaction_Proxy.createRelationList() |
RelationList |
RemoteCloudContext_Proxy.createRelationList() |
RelationList |
RemoteNodeManager_Proxy.createRelationList() |
RelationList |
RemoteCloud_Proxy.createRelationList() |
RelationList |
RemoteRelationManager_Proxy.createRelationList() |
RelationList |
RemoteRelation_Proxy.getRelations() |
RelationList |
RemoteNodeManager_Proxy.getRelations() |
RelationList |
RemoteNode_Proxy.getRelations() |
RelationList |
RemoteRelationManager_Proxy.getRelations() |
RelationList |
RemoteRelationManager_Proxy.getRelations(Node arg0) |
RelationList |
RemoteRelation_Proxy.getRelations(String arg0) |
RelationList |
RemoteNodeManager_Proxy.getRelations(String arg0) |
RelationList |
RemoteNode_Proxy.getRelations(String arg0) |
RelationList |
RemoteRelationManager_Proxy.getRelations(String arg0) |
RelationList |
RemoteRelation_Proxy.getRelations(String arg0,
NodeManager arg1) |
RelationList |
RemoteNodeManager_Proxy.getRelations(String arg0,
NodeManager arg1) |
RelationList |
RemoteNode_Proxy.getRelations(String arg0,
NodeManager arg1) |
RelationList |
RemoteRelationManager_Proxy.getRelations(String arg0,
NodeManager arg1) |
RelationList |
RemoteRelation_Proxy.getRelations(String arg0,
NodeManager arg1,
String arg2) |
RelationList |
RemoteNodeManager_Proxy.getRelations(String arg0,
NodeManager arg1,
String arg2) |
RelationList |
RemoteNode_Proxy.getRelations(String arg0,
NodeManager arg1,
String arg2) |
RelationList |
RemoteRelationManager_Proxy.getRelations(String arg0,
NodeManager arg1,
String arg2) |
RelationList |
RemoteRelation_Proxy.getRelations(String arg0,
String arg1) |
RelationList |
RemoteNodeManager_Proxy.getRelations(String arg0,
String arg1) |
RelationList |
RemoteNode_Proxy.getRelations(String arg0,
String arg1) |
RelationList |
RemoteRelationManager_Proxy.getRelations(String arg0,
String arg1) |
RelationList |
RemoteRelationList_Proxy.subRelationList(int arg0,
int arg1) |
| Modifier and Type | Method and Description |
|---|---|
RelationList |
RemoteRelationList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteRelationList_Rmi(RelationList originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.EmptyRelationList |
(package private) static class |
BridgeCollections.UnmodifiableRelationList |
class |
CollectionRelationList
A list of
Relations, based on a Collection of Nodes |
| Modifier and Type | Field and Description |
|---|---|
static RelationList |
BridgeCollections.EMPTY_RELATIONLIST |
| Modifier and Type | Method and Description |
|---|---|
RelationList |
AbstractCloud.createRelationList() |
RelationList |
AbstractNodeManager.createRelationList() |
RelationList |
AbstractCloudContext.createRelationList() |
static RelationList |
SearchUtil.findRelations(Node source,
Node destination,
String role,
String searchdir)
Finds the relation-nodes between two specified nodes
|
static RelationList |
SearchUtil.findRelations(Node parent,
String managerName,
String role,
String sortName,
String sortDirection)
Search for a list of relations which are related to the parent node.
|
static RelationList |
SearchUtil.findRelations(Node parent,
String managerName,
String role,
String sortName,
String sortDirection,
String searchdir)
Search for a list of relations which are related to the parent node.
|
RelationList |
NodeWrapper.getRelations() |
RelationList |
AbstractNode.getRelations() |
RelationList |
NodeWrapper.getRelations(String role) |
RelationList |
AbstractNode.getRelations(String role) |
RelationList |
NodeWrapper.getRelations(String role,
NodeManager nodeManager) |
RelationList |
AbstractNode.getRelations(String role,
NodeManager nodeManager) |
RelationList |
NodeWrapper.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
MapNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
AbstractNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
NodeWrapper.getRelations(String role,
String nodeManager) |
RelationList |
MapNode.getRelations(String role,
String nodeManager) |
RelationList |
AbstractNode.getRelations(String role,
String nodeManager) |
RelationList |
BridgeCollections.UnmodifiableRelationList.subRelationList(int fromIndex,
int toIndex) |
RelationList |
BridgeCollections.EmptyRelationList.subRelationList(int fromIndex,
int toIndex) |
static RelationList |
BridgeCollections.unmodifiableRelationList(RelationList relationList)
Makes a RelationList unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationList |
BridgeCollections.unmodifiableRelationList(RelationList relationList)
Makes a RelationList unmodifiable.
|
| Constructor and Description |
|---|
UnmodifiableRelationList(RelationList relationList) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}