| 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.storage.search.implementation |
| Modifier and Type | Method and Description |
|---|---|
AggregatedField |
Query.addAggregatedField(Step step,
Field field,
int aggregationType)
Add an aggregated field to a step
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedField |
BasicQuery.addAggregatedField(Step step,
Field field,
int aggregationType) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteAggregatedField_Proxy
RemoteAggregatedField_Proxy in a generated smart proxy of AggregatedField
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
AggregatedField |
RemoteQuery_Proxy.addAggregatedField(Step arg0,
Field arg1,
int arg2) |
AggregatedField |
RemoteNodeQuery_Proxy.addAggregatedField(Step arg0,
Field arg1,
int arg2) |
| Constructor and Description |
|---|
RemoteAggregatedField_Rmi(AggregatedField originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedField |
AbstractQueryWrapper.addAggregatedField(Step step,
Field field,
int aggregationType) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAggregatedField
Basic implementation.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}