| 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 |
|---|---|
FieldList |
NodeManager.createFieldList()
Returns a new, empty field list for this nodemanager
|
FieldList |
CloudContext.createFieldList()
Returns a new, empty field list
|
FieldList |
NodeManager.getFields()
Returns a list of all fields defined for this node manager.
|
FieldList |
NodeManager.getFields(int order)
Retrieve a subset of field types of this NodeManager, depending on a given order.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFieldList
A list of fields
|
| Modifier and Type | Method and Description |
|---|---|
FieldList |
BasicNodeManager.createFieldList() |
FieldList |
BasicCloudContext.createFieldList() |
FieldList |
BasicNodeManager.getFields() |
FieldList |
BasicNodeManager.getFields(int order) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteFieldList_Proxy
RemoteFieldList_Proxy in a generated smart proxy of FieldList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
FieldList |
RemoteCloudContext_Proxy.createFieldList() |
FieldList |
RemoteNodeManager_Proxy.createFieldList() |
FieldList |
RemoteRelationManager_Proxy.createFieldList() |
FieldList |
RemoteNodeManager_Proxy.getFields() |
FieldList |
RemoteRelationManager_Proxy.getFields() |
FieldList |
RemoteNodeManager_Proxy.getFields(int arg0) |
FieldList |
RemoteRelationManager_Proxy.getFields(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
FieldList |
RemoteFieldList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteFieldList_Rmi(FieldList originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
FieldList |
AbstractNodeManager.createFieldList() |
FieldList |
AbstractCloudContext.createFieldList() |
FieldList |
AbstractNodeManager.getFields() |
FieldList |
AbstractNodeManager.getFields(int sortOrder) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}