| 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.mock |
This package provides a completely 'virtual' implementation of the bridge.
|
| org.mmbase.bridge.remote.proxy | |
| 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 |
|---|---|
Cloud |
CloudContext.getCloud(String name,
String authenticationType,
Map<String,?> loginInfo)
Returns the cloud with the specified name, with authentication
|
Cloud |
CloudContext.getCloud(String name,
UserContext user)
Returns the cloud with the specified name, based on an existing User object.
|
Field |
NodeManager.getField(String name)
Returns the field with the specified name.
|
FieldValue |
Node.getFieldValue(String fieldName)
Returns the value of the specified field as a
FieldValue object. |
Module |
CloudContext.getModule(String name)
Returns the module with the specified name.
|
Node |
Cloud.getNode(int number)
Returns the node with the specified number from this cloud.
|
Node |
Cloud.getNode(String number)
Returns the node with the specified number from this cloud.
|
Node |
Cloud.getNodeByAlias(String alias)
Returns the node with the specified alias from this cloud.
|
NodeManager |
Cloud.getNodeManager(int nodeManagerId)
Returns the specified node manager.
|
NodeManager |
Cloud.getNodeManager(String name)
Returns the specified node manager.
|
NodeManager |
NodeManager.getParent()
Retrieve the parent of this NodeManager (the Nodemanager that this nodemanager extends from)
|
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.
|
RelationManager |
Cloud.getRelationManager(int relationManagerId)
Returns the specified relation manager.
|
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.
|
RelationManagerList |
Cloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns all relation managers available in this cloud that follow the specified filter.
|
RelationManagerList |
Cloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName)
Returns all relation managers available in this cloud that follow the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicCloudContext.checkExists(String cloudName) |
void |
BasicNode.deleteRelations(String type) |
ActionRepository |
BasicCloudContext.getActionRepository() |
AuthenticationData |
BasicCloudContext.getAuthentication() |
(package private) BasicNodeManager |
BasicCloud.getBasicNodeManager(MMObjectBuilder bul) |
(package private) BasicNodeManager |
BasicCloud.getBasicNodeManager(String nodeManagerName) |
Cloud |
BasicCloudContext.getCloud(String cloudName,
String authenticationType,
Map<String,?> loginInfo) |
Cloud |
BasicCloudContext.getCloud(String cloudName,
UserContext user) |
Field |
BasicNodeManager.getField(String fieldName) |
Module |
BasicCloudContext.getModule(String moduleName) |
Node |
BasicCloud.getNode(int nodeNumber) |
Node |
BasicTransaction.getNode(String nodeNumber) |
Node |
BasicCloud.getNode(String nodeNumber) |
Node |
BasicCloud.getNodeByAlias(String aliasname) |
NodeManager |
BasicCloud.getNodeManager(int nodeManagerId)
Retrieves a node manager
|
NodeManager |
BasicCloud.getNodeManager(String nodeManagerName) |
NodeManager |
BasicNodeManager.getParent() |
Relation |
BasicCloud.getRelation(int nodeNumber) |
Relation |
BasicCloud.getRelation(String nodeNumber) |
RelationManager |
BasicCloud.getRelationManager(int number) |
RelationManager |
BasicCloud.getRelationManager(NodeManager source,
NodeManager destination,
String roleName) |
RelationManager |
BasicCloud.getRelationManager(String roleName) |
RelationManager |
BasicCloud.getRelationManager(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationManagerList |
BasicCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManagerList |
BasicCloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Cloud |
MockCloudContext.getCloud(String name,
UserContext user) |
Node |
MockCloud.getNode(int number) |
NodeManager |
MockCloud.getNodeManager(String name) |
NodeManager |
MockNodeManager.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Cloud |
UriRemoteCloudContext_Proxy.getCloud(String name,
String authenticationType,
Map<String,?> loginInfo) |
Cloud |
UriRemoteCloudContext_Proxy.getCloud(String name,
UserContext user) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapNode.deleteRelations(String type) |
void |
AbstractNode.deleteRelations(String type) |
Cloud |
AbstractCloudContext.getCloud(String name,
String authenticationType,
Map<String,?> loginInfo) |
Field |
AbstractNodeManager.getField(String fieldName) |
Field |
MapNodeManager.getField(String fieldName) |
FieldValue |
NodeWrapper.getFieldValue(String fieldName) |
FieldValue |
AbstractNode.getFieldValue(String fieldName) |
Module |
AbstractCloudContext.getModule(String name) |
Node |
AbstractCloud.getNode(String number) |
Node |
AbstractCloud.getNodeByAlias(String alias) |
NodeManager |
AbstractCloud.getNodeManager(int nodeManagerId)
On default we don't associate number id's with node managers
|
Relation |
AbstractCloud.getRelation(int number) |
Relation |
AbstractCloud.getRelation(String number) |
RelationManager |
AbstractCloud.getRelationManager(int relationManagerId)
On default we don't associated number id's with node managers
|
RelationManager |
AbstractCloud.getRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManager |
AbstractCloud.getRelationManager(String roleName) |
RelationManager |
AbstractCloud.getRelationManager(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationManagerList |
AbstractCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManagerList |
AbstractCloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationList |
MapNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
AbstractNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
MapNode.getRelations(String role,
String nodeManager) |
RelationList |
AbstractNode.getRelations(String role,
String nodeManager) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}