| 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.
|
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
Node.getFieldValue(Field field)
Returns the value of the specified field as a
FieldValue object. |
FieldValue |
Node.getFieldValue(String fieldName)
Returns the value of the specified field as a
FieldValue object. |
FieldValue |
Node.getFunctionValue(String functionName,
List<?> parameters)
Returns the value of the specified function on the node.
|
FieldValue |
Module.getFunctionValue(String functionName,
List<?> parameters)
Executes a function on this module with the given parameters, and returns the result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFieldValue
This is the basic implementation of the Field Value interface.
|
class |
BasicFunctionValue
This implementation of the Field Value interface is used by
Node.getFunctionValue(java.lang.String, java.util.List<?>) of
Node. |
| Modifier and Type | Method and Description |
|---|---|
protected FieldValue |
BasicNode.createFunctionValue(Object result) |
protected FieldValue |
VirtualNode.createFunctionValue(Object result) |
FieldValue |
ModuleHandler.getFunctionValue(String functionName,
List<?> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteFieldValue_Proxy
RemoteFieldValue_Proxy in a generated smart proxy of FieldValue
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
RemoteRelation_Proxy.getFieldValue(Field arg0) |
FieldValue |
RemoteNodeManager_Proxy.getFieldValue(Field arg0) |
FieldValue |
RemoteNode_Proxy.getFieldValue(Field arg0) |
FieldValue |
RemoteRelationManager_Proxy.getFieldValue(Field arg0) |
FieldValue |
RemoteRelation_Proxy.getFieldValue(String arg0) |
FieldValue |
RemoteNodeManager_Proxy.getFieldValue(String arg0) |
FieldValue |
RemoteNode_Proxy.getFieldValue(String arg0) |
FieldValue |
RemoteRelationManager_Proxy.getFieldValue(String arg0) |
FieldValue |
RemoteRelation_Proxy.getFunctionValue(String arg0,
List<?> arg1) |
FieldValue |
RemoteNodeManager_Proxy.getFunctionValue(String arg0,
List<?> arg1) |
FieldValue |
RemoteNode_Proxy.getFunctionValue(String arg0,
List<?> arg1) |
FieldValue |
RemoteModule_Proxy.getFunctionValue(String arg0,
List<?> arg1) |
FieldValue |
RemoteRelationManager_Proxy.getFunctionValue(String arg0,
List<?> arg1) |
| Constructor and Description |
|---|
RemoteFieldValue_Rmi(FieldValue originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldValue
This abstract version of
FieldValue only leaves AbstractFieldValue.get() to implement. |
| Modifier and Type | Method and Description |
|---|---|
protected FieldValue |
AbstractNode.createFunctionValue(Object result) |
FieldValue |
NodeWrapper.getFieldValue(Field field) |
FieldValue |
AbstractNode.getFieldValue(Field field) |
FieldValue |
NodeWrapper.getFieldValue(String fieldName) |
FieldValue |
AbstractNode.getFieldValue(String fieldName) |
FieldValue |
NodeWrapper.getFunctionValue(String functionName,
List<?> parameters) |
FieldValue |
AbstractNode.getFunctionValue(String functionName,
List<?> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static FieldValue |
NodeFunction.getFunctionValue(Node node,
String function)
Utility function, for easy call of function on node by one string.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}