| 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.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.jsp.taglib.tree | |
| org.mmbase.bridge.mock |
This package provides a completely 'virtual' implementation of the 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.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.lucene | |
| org.mmbase.notifications | |
| org.mmbase.richtext.processors.xml | |
| org.mmbase.util | |
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| org.mmbase.versioning |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
NodeManager.createNodeList()
Returns a new, empty node list for this nodemanager
|
NodeList |
CloudContext.createNodeList()
Returns a new, empty node list.
|
NodeList |
Cloud.createNodeList()
Returns a new, empty node list for this cloud
|
NodeList |
Query.getList()
Executes the query and returns the resulting node list.
|
NodeList |
NodeManager.getList(NodeQuery query)
Executes a query and returns the result as nodes of this NodeManager (or of extensions)
|
NodeList |
Cloud.getList(Query query)
Executes a query and returns the result as a Cluster Node List (also if the query is a
NodeQuery). |
NodeList |
NodeManager.getList(String command,
Map parameters)
Retrieve info (as a list of virtual nodes) from a node manager based on a command string.
|
NodeList |
Module.getList(String command,
Map<String,?> parameters)
Retrieve info (as a list of virtual nodes) from a module based on a command string.
|
NodeList |
Module.getList(String command,
Map<String,?> parameters,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp)
Retrieve info from a module based on a command string
Similar to the LIST command in SCAN.
|
NodeList |
NodeManager.getList(String command,
Map parameters,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp)
Retrieve info from a node manager based on a command string
Similar to the LIST command in SCAN.
|
NodeList |
NodeManager.getList(String constraints,
String orderby,
String directions)
Returns a list of nodes belonging to this node manager.
|
NodeList |
Cloud.getList(String startNodes,
String nodePath,
String fields,
String constraints,
String orderby,
String directions,
String searchDir,
boolean distinct)
Returns a list of virtual nodes that are composed by fields of other
nodes.
|
NodeList |
Transaction.getNodes() |
NodeList |
Node.getRelatedNodes()
Returns all related nodes.
|
NodeList |
Node.getRelatedNodes(NodeManager nodeManager)
Returns all related nodes that have a specific node manager.
|
NodeList |
Node.getRelatedNodes(NodeManager nodeManager,
String role,
String searchDir)
Returns all related nodes that have a specific node manager and role.
|
NodeList |
Node.getRelatedNodes(String nodeManager)
Returns all related nodes that have a specific node manager.
|
NodeList |
Node.getRelatedNodes(String nodeManager,
String role,
String searchDir)
Returns all related nodes that have a specific node manager and role.
|
NodeList |
NodeList.subNodeList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeList
A list of nodes
|
| Modifier and Type | Method and Description |
|---|---|
NodeList |
BasicNodeManager.createNodeList() |
NodeList |
BasicCloud.createNodeList() |
NodeList |
BasicCloudContext.createNodeList() |
protected NodeList |
BasicCloud.getLastStepList(Query query)
Based on multi-level query.
|
NodeList |
BasicNodeQuery.getList() |
NodeList |
BasicQuery.getList() |
NodeList |
BasicNodeManager.getList(NodeQuery query) |
NodeList |
BasicCloud.getList(Query query) |
NodeList |
BasicNodeManager.getList(String command,
Map parameters) |
NodeList |
ModuleHandler.getList(String command,
Map<String,?> parameters) |
NodeList |
ModuleHandler.getList(String command,
Map<String,?> parameters,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp) |
NodeList |
BasicNodeManager.getList(String command,
Map parameters,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp) |
NodeList |
BasicNodeManager.getList(String constraints,
String sorted,
String directions) |
NodeList |
BasicCloud.getList(String startNodes,
String nodePath,
String fields,
String constraints,
String orderby,
String directions,
String searchDir,
boolean distinct) |
NodeList |
BasicTransaction.getNodes() |
protected NodeList |
BasicNode.getRelatedNodes(NodeManager otherManager,
String role)
Get related nodes for this node
|
NodeList |
BasicNode.getRelatedNodes(NodeManager otherManager,
String role,
String searchDir) |
protected NodeList |
BasicCloud.getResultNodeList(Query query)
Aggregating query result.
|
protected NodeList |
BasicCloud.getSecureList(Query query)
Result with Cluster Nodes (checked security)
|
NodeList |
BasicNodeList.subNodeList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeList |
AbstractNodeListTag.getNodeList(Query query) |
| Constructor and Description |
|---|
BranchLoopStatus(Node c,
NodeList s) |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
MockCloud.getList(Query query) |
NodeList |
MockTransaction.getNodes() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNodeList_Proxy
RemoteNodeList_Proxy in a generated smart proxy of NodeList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
RemoteTransaction_Proxy.createNodeList() |
NodeList |
RemoteCloudContext_Proxy.createNodeList() |
NodeList |
RemoteNodeManager_Proxy.createNodeList() |
NodeList |
RemoteCloud_Proxy.createNodeList() |
NodeList |
RemoteRelationManager_Proxy.createNodeList() |
NodeList |
RemoteQuery_Proxy.getList() |
NodeList |
RemoteNodeQuery_Proxy.getList() |
NodeList |
RemoteNodeManager_Proxy.getList(NodeQuery arg0) |
NodeList |
RemoteRelationManager_Proxy.getList(NodeQuery arg0) |
NodeList |
RemoteTransaction_Proxy.getList(Query arg0) |
NodeList |
RemoteCloud_Proxy.getList(Query arg0) |
NodeList |
RemoteNodeManager_Proxy.getList(String arg0,
Map arg1) |
NodeList |
RemoteRelationManager_Proxy.getList(String arg0,
Map arg1) |
NodeList |
RemoteModule_Proxy.getList(String arg0,
Map<String,?> arg1) |
NodeList |
RemoteModule_Proxy.getList(String arg0,
Map<String,?> arg1,
javax.servlet.ServletRequest arg2,
javax.servlet.ServletResponse arg3) |
NodeList |
RemoteNodeManager_Proxy.getList(String arg0,
Map arg1,
javax.servlet.ServletRequest arg2,
javax.servlet.ServletResponse arg3) |
NodeList |
RemoteRelationManager_Proxy.getList(String arg0,
Map arg1,
javax.servlet.ServletRequest arg2,
javax.servlet.ServletResponse arg3) |
NodeList |
RemoteNodeManager_Proxy.getList(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteRelationManager_Proxy.getList(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteTransaction_Proxy.getList(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
String arg5,
String arg6,
boolean arg7) |
NodeList |
RemoteCloud_Proxy.getList(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
String arg5,
String arg6,
boolean arg7) |
NodeList |
RemoteTransaction_Proxy.getNodes() |
NodeList |
RemoteRelation_Proxy.getRelatedNodes() |
NodeList |
RemoteNodeManager_Proxy.getRelatedNodes() |
NodeList |
RemoteNode_Proxy.getRelatedNodes() |
NodeList |
RemoteRelationManager_Proxy.getRelatedNodes() |
NodeList |
RemoteRelation_Proxy.getRelatedNodes(NodeManager arg0) |
NodeList |
RemoteNodeManager_Proxy.getRelatedNodes(NodeManager arg0) |
NodeList |
RemoteNode_Proxy.getRelatedNodes(NodeManager arg0) |
NodeList |
RemoteRelationManager_Proxy.getRelatedNodes(NodeManager arg0) |
NodeList |
RemoteRelation_Proxy.getRelatedNodes(NodeManager arg0,
String arg1,
String arg2) |
NodeList |
RemoteNodeManager_Proxy.getRelatedNodes(NodeManager arg0,
String arg1,
String arg2) |
NodeList |
RemoteNode_Proxy.getRelatedNodes(NodeManager arg0,
String arg1,
String arg2) |
NodeList |
RemoteRelationManager_Proxy.getRelatedNodes(NodeManager arg0,
String arg1,
String arg2) |
NodeList |
RemoteRelation_Proxy.getRelatedNodes(String arg0) |
NodeList |
RemoteNodeManager_Proxy.getRelatedNodes(String arg0) |
NodeList |
RemoteNode_Proxy.getRelatedNodes(String arg0) |
NodeList |
RemoteRelationManager_Proxy.getRelatedNodes(String arg0) |
NodeList |
RemoteRelation_Proxy.getRelatedNodes(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteNodeManager_Proxy.getRelatedNodes(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteNode_Proxy.getRelatedNodes(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteRelationManager_Proxy.getRelatedNodes(String arg0,
String arg1,
String arg2) |
NodeList |
RemoteNodeList_Proxy.subNodeList(int arg0,
int arg1) |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
RemoteNodeList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteNodeList_Rmi(NodeList originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.EmptyNodeList |
(package private) static class |
BridgeCollections.UnmodifiableNodeList |
class |
CollectionNodeList
A (fixed-size) list of nodes, based on a Collection of Nodes.
|
class |
GrowingTreeList
This version of
TreeList is automaticly growing with the same 'branch' every time when that is possible. |
class |
TreeList
Queries a Tree from MMBase.
|
| Modifier and Type | Field and Description |
|---|---|
static NodeList |
BridgeCollections.EMPTY_NODELIST |
(package private) NodeList |
TreeList.Branch.leafResult |
(package private) NodeList |
TreeList.Branch.result |
| Modifier and Type | Method and Description |
|---|---|
static NodeList |
Queries.addToResult(Query q,
Node n)
Explores a query object, and creates a certain new relation object, which would make the
given node appear in the query's result.
|
NodeList |
AbstractCloud.createNodeList() |
NodeList |
AbstractNodeManager.createNodeList() |
NodeList |
AbstractCloudContext.createNodeList() |
static NodeList |
SearchUtil.findNodeList(Cloud cloud,
String managerName)
Search for nodes which contain a field value.
|
static NodeList |
SearchUtil.findNodeList(Cloud cloud,
String managerName,
String fieldname,
Object value)
Search for nodes which contain a field value.
|
static NodeList |
SearchUtil.findNodeList(Cloud cloud,
String managerName,
String fieldname,
Object value,
String sortName)
Search for nodes which contain a field value.
|
static NodeList |
SearchUtil.findNodeList(Cloud cloud,
String managerName,
String fieldname,
Object value,
String sortName,
String sortDirection)
Retrieve nodes which contain a field value.
|
static NodeList |
SearchUtil.findOrderedNodeList(Cloud cloud,
String managerName,
String sortName)
Retrieve nodes which are sorted on the field name
|
static NodeList |
SearchUtil.findOrderedNodeList(Cloud cloud,
String managerName,
String sortName,
String sortDirection)
Retrieve nodes which are sorted on the field name
|
static NodeList |
SearchUtil.findRelatedNodeList(Node parent,
String managerName,
String role)
Search for nodes which are related to the parent node.
|
static NodeList |
SearchUtil.findRelatedNodeList(Node parent,
String managerName,
String role,
String fieldname,
Object value)
Search for nodes which are related to the parent node and contain a field value.
|
static NodeList |
SearchUtil.findRelatedNodeList(Node parent,
String managerName,
String role,
String fieldname,
Object value,
String sortName)
Search for nodes which are related to the parent node and contain a field value.
|
static NodeList |
SearchUtil.findRelatedNodeList(Node parent,
String managerName,
String role,
String fieldname,
Object value,
String sortName,
String sortDirection)
Search for nodes which are related to the parent node and contain a field value.
|
static NodeList |
SearchUtil.findRelatedNodeList(Node parent,
String managerName,
String role,
String fieldname,
Object value,
String sortName,
String sortDirection,
String searchdir)
Search for nodes which are related to the parent node and contain a field value.
|
static NodeList |
SearchUtil.findRelatedOrderedNodeList(Node parent,
String managerName,
String role,
String sortName)
Search for nodes which are related to the parent node and contain a field value.
|
static NodeList |
SearchUtil.findRelatedOrderedNodeList(Node parent,
String managerName,
String role,
String sortName,
String sortDirection)
Search for nodes which are related to the parent node and contain a field value.
|
protected NodeList |
TreeList.getLeafList(int queryNumber)
Executes one query as a 'leaf' query.
|
protected NodeList |
GrowingTreeList.getLeafList(int queryNumber) |
NodeList |
AbstractQueryWrapper.getList() |
protected NodeList |
TreeList.getList(int queryNumber)
Executes one query if that did not happen yet, and stores the result in the 'results' List
|
protected NodeList |
GrowingTreeList.getList(int queryNumber) |
NodeList |
AbstractNodeManager.getList(NodeQuery query) |
NodeList |
AbstractCloud.getList(Query query) |
NodeList |
AbstractNodeManager.getList(String command,
Map parameters) |
NodeList |
AbstractNodeManager.getList(String command,
Map parameters,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp) |
NodeList |
AbstractNodeManager.getList(String constraints,
String sorted,
String directions) |
NodeList |
AbstractCloud.getList(String startNodes,
String nodePath,
String fields,
String constraints,
String orderby,
String directions,
String searchDir,
boolean distinct) |
NodeList |
NodeWrapper.getRelatedNodes() |
NodeList |
AbstractNode.getRelatedNodes() |
NodeList |
NodeWrapper.getRelatedNodes(NodeManager nodeManager) |
NodeList |
AbstractNode.getRelatedNodes(NodeManager nodeManager) |
NodeList |
NodeWrapper.getRelatedNodes(NodeManager nodeManager,
String role,
String searchDir) |
NodeList |
MapNode.getRelatedNodes(NodeManager nodeManager,
String role,
String searchDir) |
NodeList |
AbstractNode.getRelatedNodes(NodeManager nodeManager,
String role,
String searchDir) |
static NodeList |
Queries.getRelatedNodes(Node node,
NodeManager otherNodeManager,
String role,
String direction,
String relationFields,
String sortOrders)
Queries a list of cluster nodes, using a
NodeQuery (so al fields of
one step are available), plus some fields of the relation step. |
NodeList |
NodeWrapper.getRelatedNodes(String nodeManager) |
NodeList |
AbstractNode.getRelatedNodes(String type) |
NodeList |
NodeWrapper.getRelatedNodes(String nodeManager,
String role,
String searchDir) |
NodeList |
AbstractNode.getRelatedNodes(String type,
String role,
String searchDir) |
static NodeList |
Queries.getRelations(Query q,
Node n)
Explores a query object, returns the relations the node has within the query.
|
NodeList |
TreeList.TreeItr.getSiblings() |
NodeList |
TreeIterator.getSiblings()
Returns all nodes with the same parent as the most recently return Node (include that node
itself).
|
static NodeList |
Queries.removeFromResult(Query q,
Node n)
Deletes the relations with a node from a queries resulting relations list.
|
static NodeList |
Queries.removeFromResultOnce(Query q,
Node n)
Remove one node from query, but just once leaving other relations with same node intact.
|
NodeList |
TreeList.subList(int start,
int end) |
NodeList |
TreeList.subNodeList(int start,
int end) |
NodeList |
CollectionNodeList.subNodeList(int fromIndex,
int toIndex) |
NodeList |
BridgeCollections.UnmodifiableNodeList.subNodeList(int fromIndex,
int toIndex) |
NodeList |
BridgeCollections.EmptyNodeList.subNodeList(int fromIndex,
int toIndex) |
static NodeList |
BridgeCollections.unmodifiableNodeList(NodeList nodeList)
Makes a NodeList unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchUtil.addNodesConstraints(Query query,
Field field,
NodeList nodes)
Add a constraint to the query which limits the nodes in the result based on the number
|
static SortedSet<Integer> |
SearchUtil.createNodesConstraints(NodeList nodes)
Create a set with the node numbers of the list of nodes
|
static NodeQuery |
SearchUtil.createRelatedNodeListQuery(NodeList parentNodes,
String managerName,
String role)
Create a query for a list of nodes which are related to the parent node and contain a field value.
|
static NodeQuery |
SearchUtil.createRelatedNodeListQuery(NodeList parentNodes,
String managerName,
String role,
String searchdir)
Create a query for a list of nodes which are related to the parent node and contain a field value.
|
static NodeList |
BridgeCollections.unmodifiableNodeList(NodeList nodeList)
Makes a NodeList unmodifiable.
|
| Constructor and Description |
|---|
UnmodifiableNodeList(NodeList nodeList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Related.AbstractProcessor.createRelation(Node node,
Node dest,
NodeList rl) |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
ProcessorModule.GetNodeListFunction.getFunctionValue(Parameters arguments) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeList |
Properties.getPropertyNodes(Node node) |
| Modifier and Type | Field and Description |
|---|---|
protected Function<NodeList> |
Lucene.searchFunction
This function starts a search fro a given string.
|
| Modifier and Type | Method and Description |
|---|---|
NodeList |
Searcher.search(Cloud cloud,
String value) |
NodeList |
Searcher.search(Cloud cloud,
String value,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Query extraQuery,
int offset,
int max) |
NodeList |
Searcher.search(Cloud cloud,
String value,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.search.Query extraQuery,
String[] fields,
int offset,
int max,
int explain) |
NodeList |
Searcher.search(Cloud cloud,
String value,
int offset,
int max) |
NodeList |
Searcher.search(Cloud cloud,
String value,
org.apache.lucene.search.Query extraQuery,
int offset,
int max) |
NodeList |
Searcher.search(Cloud cloud,
String value,
String[] sortFields,
org.apache.lucene.search.Query extraQuery,
int offset,
int max) |
NodeList |
Searcher.search(Cloud cloud,
String value,
String[] sortFields,
org.apache.lucene.search.Query extraQuery,
int offset,
int max,
int explain) |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
Notifyable.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
static NodeList |
Util.get(Cloud cloud,
NodeList list,
String field,
String value)
Just searches the nodes in a NodeList for which a certain field has a certain value.
|
static NodeList |
Util.getRelatedNodes(Node editedNode,
NodeManager dest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Kupu.cleanDanglingIdRels(NodeList clusterNodes,
List<Map.Entry<String,Node>> usedNodes,
String type)
At the end of stage 2 of parse all relations are removed which are not used any more, using this function.
|
(package private) Node |
Wiki.findById(Element a,
NodeList links,
String fieldName,
Set<String> usedIds)
Searches in the existsing relations for a relation with the
given id
|
static NodeList |
Util.get(Cloud cloud,
NodeList list,
String field,
String value)
Just searches the nodes in a NodeList for which a certain field has a certain value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Casting.NodeListWrapper |
| Constructor and Description |
|---|
NodeListWrapper(NodeList list,
CharTransformer e) |
| Modifier and Type | Field and Description |
|---|---|
protected Function<NodeList> |
ExampleBuilder.listLatestFunction
Implementation of 'builder function', which can be compared with a static method in java.
|
static ReturnType<NodeList> |
ReturnType.NODELIST
The return type of a function that returns a NodeList.
|
| Modifier and Type | Method and Description |
|---|---|
NodeList |
ExampleBean.nodeListFunction1() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static NodeList |
IdRelVersioningCommitProcessor.getIdRels(Node node) |
static NodeList |
VersioningCommitProcessor.getVersions(Node node) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}