| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.core.util | |
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.gui.html | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.security.implementation.cloudcontext.workflow |
| Constructor and Description |
|---|
BasicNodeQuery(BasicNodeManager nodeManager,
NodeSearchQuery q) |
| Modifier and Type | Method and Description |
|---|---|
NodeSearchQuery |
StorageConnector.getSearchQuery(String where)
Creates search query that retrieves nodes matching a specified
constraint.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StorageConnector.addSubResult(NodeSearchQuery query,
List<Integer> subResult,
List<MMObjectNode> result) |
| Modifier and Type | Field and Description |
|---|---|
protected NodeSearchQuery |
MMServers.query |
| Modifier and Type | Method and Description |
|---|---|
int |
MMTable.count(NodeSearchQuery query)
Counts number of nodes matching a specified constraint.
|
List<MMObjectNode> |
MMTable.getNodes(NodeSearchQuery query)
Returns nodes matching a specified constraint.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static NodeSearchQuery |
HtmlBase.getSearchQuery(MMObjectBuilder bul,
String where,
String sorted,
String directions) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeSearchQuery> |
ContextProvider.getContextQueries() |
Collection<NodeSearchQuery> |
BasicContextProvider.getContextQueries() |
| Constructor and Description |
|---|
BasicContextProvider(NodeSearchQuery... q) |
| Constructor and Description |
|---|
BuilderNames(Collection<NodeSearchQuery> b) |
| Constructor and Description |
|---|
WorkFlowContextProvider(NodeSearchQuery... q) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}