| 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 |
|---|---|
FieldValueInConstraint |
Query.createConstraint(StepField f,
SortedSet<? extends Object> v)
Create a constraint (for use with this Query object).
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueInConstraint |
BasicQuery.createConstraint(StepField f,
SortedSet<? extends Object> v) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteFieldValueInConstraint_Proxy
RemoteFieldValueInConstraint_Proxy in a generated smart proxy of FieldValueInConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
FieldValueInConstraint |
RemoteQuery_Proxy.createConstraint(StepField arg0,
SortedSet<?> arg1) |
FieldValueInConstraint |
RemoteNodeQuery_Proxy.createConstraint(StepField arg0,
SortedSet<?> arg1) |
| Constructor and Description |
|---|
RemoteFieldValueInConstraint_Rmi(FieldValueInConstraint originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
FieldValueInConstraint |
AbstractQueryWrapper.createConstraint(StepField f,
SortedSet<? extends Object> v) |
static FieldValueInConstraint |
SearchUtil.createInConstraint(Query query,
Field field,
SortedSet<? extends Object> set)
Create a constraint for the query which limits the values in the result based on the set
|
static FieldValueInConstraint |
SearchUtil.createTypeConstraints(NodeQuery query,
List<String> types)
Create a constraint for the query which limits the node types of the nodes in the result
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFieldValueInConstraint
Basic implementation.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}