| 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 |
|---|---|
FieldValueBetweenConstraint |
Query.createConstraint(StepField f,
Object o1,
Object o2)
Create a constraint (for use with this Query object).
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueBetweenConstraint |
BasicQuery.createConstraint(StepField f,
Object o1,
Object o2) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteFieldValueBetweenConstraint_Proxy
RemoteFieldValueBetweenConstraint_Proxy in a generated smart proxy of FieldValueBetweenConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
FieldValueBetweenConstraint |
RemoteQuery_Proxy.createConstraint(StepField arg0,
Object arg1,
Object arg2) |
FieldValueBetweenConstraint |
RemoteNodeQuery_Proxy.createConstraint(StepField arg0,
Object arg1,
Object arg2) |
| Constructor and Description |
|---|
RemoteFieldValueBetweenConstraint_Rmi(FieldValueBetweenConstraint originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
FieldValueBetweenConstraint |
AbstractQueryWrapper.createConstraint(StepField f,
Object o1,
Object o2) |
static FieldValueBetweenConstraint |
SearchUtil.createDatetimeConstraint(NodeQuery query,
Field field,
long from,
long to)
Create a date and time constraint for a query
The value is matched on likelihood (wildcard % match).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFieldValueBetweenConstraint
Basic implementation.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}