| Package | Description |
|---|---|
| org.mmbase.applications.dove |
The Dove classes create a XML-based communication interface with MMBase.
|
| org.mmbase.applications.mmbob.gui | |
| org.mmbase.applications.vprowizards.spring.action | |
| 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.bridge.util.xml.query |
Functionality to parse XML to
Query objects. |
| org.mmbase.core | |
| org.mmbase.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.module.lucene | |
| org.mmbase.richtext.processors.xml | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.storage.search.implementation | |
| 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 |
|---|---|
protected Element |
Dove.addField(Element out,
NodeManager nm,
Field f,
Node node) |
| Modifier and Type | Field and Description |
|---|---|
(package private) NodeManager |
Controller.manager |
| Modifier and Type | Method and Description |
|---|---|
protected NodeManager |
CreateNodeAction.resolveNodemanager(Transaction transaction)
This is the default implementation for creating new nodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractNodeAction.mayCreate(NodeManager nodeManager)
can the current owner create a node of this type? set global error when fail.
|
protected boolean |
AbstractNodeAction.mayWrite(NodeManager nodeManager)
can the current owner create a node of this type? set global error when fail.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationManager
This interface represents a relation constraint (or contex, if you like).
|
| Modifier and Type | Method and Description |
|---|---|
NodeManager |
RelationManager.getDestinationManager()
Retrieves the type of node that can act as the destination of a relation of this type.
|
NodeManager |
Node.getNodeManager()
Returns the node manager for this node.
|
NodeManager |
Field.getNodeManager()
Returns the node manager this field belongs to.
|
NodeManager |
NodeQuery.getNodeManager()
Returns the node-manager.
|
NodeManager |
NodeManagerList.getNodeManager(int index)
Returns the NodeManager at the indicated postion in the list
|
NodeManager |
Cloud.getNodeManager(int nodeManagerId)
Returns the specified node manager.
|
NodeManager |
Cloud.getNodeManager(String name)
Returns the specified node manager.
|
NodeManager |
NodeManager.getParent()
Retrieve the parent of this NodeManager (the Nodemanager that this nodemanager extends from)
|
NodeManager |
RelationManager.getSourceManager()
Retrieves the NodeManager of node that can act as the source of a relation of this type.
|
NodeManager |
NodeManagerIterator.nextNodeManager()
Returns the next element in the iterator as a NodeManager
|
NodeManager |
NodeManagerIterator.previousNodeManager()
Returns the previous element in the iterator as a NodeManager
|
NodeManager |
Node.toNodeManager()
Returns this as a NodeManager.
|
| Modifier and Type | Method and Description |
|---|---|
RelationStep |
Query.addRelationStep(NodeManager otherManager)
If you need to add a 'related' NodeManager without specifying a role/searchDir
simply use these addRelationStep.
|
RelationStep |
Query.addRelationStep(NodeManager nodeManager,
String role,
String searchDir)
Adds new Relation step to the query.
|
Step |
Query.addStep(NodeManager nodeManager)
Adds a NodeManager to this Query.
|
int |
Node.countRelatedNodes(NodeManager otherNodeManager,
String role,
String searchDir) |
RelationManagerList |
NodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction)
Retrieve all relation managers that can be used to create relations for objects from this nodemanager,
to the specified manager, using the specified role and direction.
|
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.
|
RelationManager |
Cloud.getRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns the specified relation manager.
|
RelationManagerList |
Cloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns all relation managers available in this cloud that follow the specified filter.
|
RelationList |
Node.getRelations(String role,
NodeManager nodeManager)
Returns all relation nodes attached to this node that have a specific
role, or refer a node from a specific nodemanager
|
RelationList |
Node.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
boolean |
Cloud.hasRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns whether the specified relation manager exists.
|
void |
Node.setNodeManager(NodeManager nm)
Sets the node manager of this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeManager
This class represents a node's type information object - what used to be the 'builder'.
|
class |
BasicRelationManager |
class |
VirtualNodeManager
This class represents a virtual node type information object.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) NodeManager |
BasicFieldList.nodemanager |
protected NodeManager |
AbstractNodeList.nodeManager |
protected NodeManager |
VirtualNode.nodeManager
This is normally, but not always, a VirtualBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
protected static NodeManager |
AbstractNodeList.castToNodeManager(Cloud cloud,
Node n)
since MMBase 1.8
|
protected NodeManager |
BasicNodeManagerList.convert(Object o) |
NodeManager |
BasicRelationManager.getDestinationManager() |
NodeManager |
BasicNode.getNodeManager() |
NodeManager |
BasicNodeQuery.getNodeManager() |
NodeManager |
VirtualNodeManager.VirtualNodeManagerField.getNodeManager() |
NodeManager |
BasicField.getNodeManager() |
NodeManager |
VirtualNode.getNodeManager() |
NodeManager |
BasicNodeManagerList.getNodeManager(int index) |
NodeManager |
BasicCloud.getNodeManager(int nodeManagerId)
Retrieves a node manager
|
NodeManager |
BasicCloud.getNodeManager(String nodeManagerName) |
NodeManager |
BasicNodeManager.getParent() |
NodeManager |
BasicRelationManager.getSourceManager() |
NodeManager |
BasicNodeManagerList.BasicNodeManagerIterator.nextNodeManager() |
NodeManager |
BasicNodeManagerList.BasicNodeManagerIterator.previousNodeManager() |
NodeManager |
BasicNodeManager.toNodeManager() |
NodeManager |
VirtualNode.toNodeManager() |
| Modifier and Type | Method and Description |
|---|---|
protected BasicRelationStep |
BasicQuery.addRelationStep(InsRel insrel,
NodeManager otherNodeManager,
int direction) |
RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager) |
RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager,
String role,
String direction) |
protected RelationStep |
BasicQuery.addRelationStep(NodeManager otherNodeManager,
String role,
String direction,
boolean warnOnImpossibleStep) |
Step |
BasicQuery.addStep(NodeManager nm) |
static Node |
AbstractNodeList.convertMMObjectNodetoBridgeNode(Cloud cloud,
NodeManager nodeManager,
Object o) |
static Node |
AbstractNodeList.convertWithBridgeToNode(Cloud cloud,
NodeManager nodeManager,
Object o)
Converts an object to a Node, using only bridge.
|
int |
BasicNode.countRelatedNodes(NodeManager otherNodeManager,
String role,
String direction) |
RelationManagerList |
BasicNodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction) |
static Map<String,Field> |
VirtualNodeManager.getFieldTypes(SearchQuery query,
NodeManager nm) |
protected static Node |
AbstractNodeList.getNode(Cloud cloud,
NodeManager nodeManager,
MMObjectNode coreNode) |
protected NodeList |
BasicNode.getRelatedNodes(NodeManager otherManager,
String role)
Get related nodes for this node
|
NodeList |
BasicNode.getRelatedNodes(NodeManager otherManager,
String role,
String searchDir) |
RelationManager |
BasicCloud.getRelationManager(NodeManager source,
NodeManager destination,
String roleName) |
RelationManagerList |
BasicCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationList |
BasicNode.getRelations(String role,
NodeManager nodeManager,
String searchDir)
Returns a list of relations of the given node.
|
boolean |
BasicCloud.hasRelationManager(NodeManager source,
NodeManager destination,
String roleName) |
void |
BasicNode.setNodeManager(NodeManager nm) |
protected static void |
BasicNodeManager.sync(MMObjectBuilder builder,
Map<String,Field> fieldTypes,
NodeManager nodeManager) |
| Constructor and Description |
|---|
AbstractNodeList(Collection c,
NodeManager nodeManager) |
BasicField(Field field,
NodeManager nodeManager) |
BasicFieldList(Collection c,
NodeManager nodemanager) |
BasicNodeList(Collection c,
NodeManager nodeManager) |
BasicNodeQuery(NodeManager nodeManager)
node query.
|
BasicRelationList(Collection c,
NodeManager nodemanager) |
VirtualNode(Cloud cloud,
VirtualNode node,
NodeManager nm) |
VirtualNodeManagerField(NodeManager nm,
Field field,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeManager |
HasRelationManagerTag.getNodeManager(Cloud cloud,
Attribute a) |
protected NodeManager |
FieldListTag.getNodeManagerFromQuery(String id,
boolean exception) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
NodeListHelper.getFirstOrderedField(BridgeList<Node> returnList,
NodeManager nextNodeManager)
The first ordered field is used to determin the 'changed' status of a Node in a NodeList.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
TreeContainerTag.addBranch(NodeManager nodeManager,
String r,
String sd) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockNodeManager
Straight-forward implementation of NodeManager based on a Map with DataType's.
|
| Modifier and Type | Method and Description |
|---|---|
NodeManager |
MockCloud.getNodeManager(String name) |
NodeManager |
MockNodeManager.getParent() |
| Modifier and Type | Method and Description |
|---|---|
(package private) Node |
MockCloud.getNode(Map<String,Object> m,
NodeManager nm,
boolean n) |
(package private) Node |
MockTransaction.getNode(Map<String,Object> m,
NodeManager nm,
boolean n) |
protected Set<String> |
AbstractQueryHandler.getNodeManagerAndDescendants(NodeManager nm) |
boolean |
MockCloud.hasRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
| Constructor and Description |
|---|
MockField(NodeManager nm,
Field f) |
MockField(String n,
NodeManager nm,
DataType dt) |
MockNode(Map<String,Object> map,
MockCloudContext cc,
NodeManager nm,
boolean isNew) |
SystemField(String name,
NodeManager nm,
DataType dt) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNodeManager_Proxy
RemoteNodeManager_Proxy in a generated smart proxy of NodeManager
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteRelationManager_Proxy
RemoteRelationManager_Proxy in a generated smart proxy of RelationManager
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
NodeManager |
RemoteRelationManager_Proxy.getDestinationManager() |
NodeManager |
RemoteRelation_Proxy.getNodeManager() |
NodeManager |
RemoteNodeManager_Proxy.getNodeManager() |
NodeManager |
RemoteNode_Proxy.getNodeManager() |
NodeManager |
RemoteField_Proxy.getNodeManager() |
NodeManager |
RemoteNodeQuery_Proxy.getNodeManager() |
NodeManager |
RemoteRelationManager_Proxy.getNodeManager() |
NodeManager |
RemoteTransaction_Proxy.getNodeManager(int arg0) |
NodeManager |
RemoteNodeManagerList_Proxy.getNodeManager(int arg0) |
NodeManager |
RemoteCloud_Proxy.getNodeManager(int arg0) |
NodeManager |
RemoteTransaction_Proxy.getNodeManager(String arg0) |
NodeManager |
RemoteCloud_Proxy.getNodeManager(String arg0) |
NodeManager |
RemoteNodeManager_Proxy.getParent() |
NodeManager |
RemoteRelationManager_Proxy.getParent() |
NodeManager |
RemoteRelationManager_Proxy.getSourceManager() |
NodeManager |
RemoteNodeManagerIterator_Proxy.nextNodeManager() |
NodeManager |
RemoteNodeManagerIterator_Proxy.previousNodeManager() |
NodeManager |
RemoteRelation_Proxy.toNodeManager() |
NodeManager |
RemoteNodeManager_Proxy.toNodeManager() |
NodeManager |
RemoteNode_Proxy.toNodeManager() |
NodeManager |
RemoteRelationManager_Proxy.toNodeManager() |
| Constructor and Description |
|---|
RemoteNodeManager_Rmi(NodeManager originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeManager
Abstract implementation of NodeManager, to minimalize the implementation of a virtual one.
|
class |
MapNodeManager
A bridge NodeManager based on a Map of node values.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeManager |
AbstractCollectionNodeList.nodeManager |
protected NodeManager |
MapNode.nodeManager
This is normally, but not always, a VirtualBuilder.
|
protected NodeManager |
DataTypeField.nodeManager |
| Modifier and Type | Method and Description |
|---|---|
protected static NodeManager |
MapNode.createVirtualNodeManager(Cloud cloud,
Map map,
boolean implicitCreate) |
NodeManager |
NodeQueryWrapper.getNodeManager() |
NodeManager |
NodeWrapper.getNodeManager() |
NodeManager |
MapNode.getNodeManager() |
NodeManager |
AbstractNodeManager.getNodeManager() |
NodeManager |
DataTypeField.getNodeManager() |
NodeManager |
FieldWrapper.getNodeManager() |
NodeManager |
AbstractCloud.getNodeManager(int nodeManagerId)
On default we don't associate number id's with node managers
|
NodeManager |
BridgeCollections.UnmodifiableNodeManagerList.getNodeManager(int index) |
NodeManager |
BridgeCollections.EmptyNodeManagerList.getNodeManager(int index) |
abstract NodeManager |
AbstractCloud.getNodeManager(String name) |
NodeManager |
AbstractNodeManager.getParent() |
NodeManager |
BridgeCollections.UnmodifiableNodeManagerIterator.nextNodeManager() |
NodeManager |
BridgeCollections.UnmodifiableNodeManagerIterator.previousNodeManager() |
NodeManager |
NodeWrapper.toNodeManager() |
NodeManager |
AbstractNodeManager.toNodeManager() |
NodeManager |
AbstractNode.toNodeManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchUtil.addDayConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
String daysToCompare)
Add a date and time constraint to a query where the value is between now
and the days passed in.
|
static void |
SearchUtil.addEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Boolean value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Integer value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Object value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
String value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Boolean value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Integer value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Object value)
Add a constraint to a query
The value is matched on equality (exact match).
|
static void |
SearchUtil.addEqualConstraint(Query query,
NodeManager manager,
String fieldname,
String value)
Add a constraint to a query
The value is matched on equality (exact match).
|
RelationStep |
AbstractQueryWrapper.addRelationStep(NodeManager otherManager) |
RelationStep |
AbstractQueryWrapper.addRelationStep(NodeManager nodeManager,
String role,
String searchDir) |
static void |
SearchUtil.addSortOrder(NodeQuery query,
NodeManager manager,
String sortName,
String sortDirection)
Add a sort order to a query for a field of the manager.
|
Step |
AbstractQueryWrapper.addStep(NodeManager nodeManager) |
int |
NodeWrapper.countRelatedNodes(NodeManager otherNodeManager,
String role,
String searchDir) |
int |
MapNode.countRelatedNodes(NodeManager otherNodeManager,
String role,
String direction) |
int |
AbstractNode.countRelatedNodes(NodeManager otherNodeManager,
String role,
String direction) |
static FieldValueConstraint |
SearchUtil.createEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Boolean value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Integer value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
Object value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(NodeQuery query,
NodeManager manager,
String fieldname,
String value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Boolean value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Integer value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(Query query,
NodeManager manager,
String fieldname,
Object value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static FieldValueConstraint |
SearchUtil.createEqualConstraint(Query query,
NodeManager manager,
String fieldname,
String value)
Create a constraint for a query
The value is matched on equality (exact match).
|
static NodeQuery |
Queries.createRelatedNodesQuery(Node node,
NodeManager otherNodeManager,
String role,
String direction)
Returns a query to find the nodes related to the given node.
|
static NodeQuery |
Queries.createRelationNodesQuery(Node node,
NodeManager otherNodeManager,
String role,
String direction)
Returns a query to find the relations nodes of the given node.
|
RelationManagerList |
AbstractNodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction) |
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. |
RelationManager |
AbstractCloud.getRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManagerList |
AbstractCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationList |
NodeWrapper.getRelations(String role,
NodeManager nodeManager) |
RelationList |
AbstractNode.getRelations(String role,
NodeManager nodeManager) |
RelationList |
NodeWrapper.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
MapNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationList |
AbstractNode.getRelations(String role,
NodeManager nodeManager,
String searchDir) |
RelationStep |
TreeList.grow(NodeManager nodeManager,
String role,
String searchDir)
Grows branches of the Tree, which means that one new query will be created which is one
relationStep longer than the longest one until now.
|
boolean |
AbstractCloud.hasRelationManager(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
void |
NodeWrapper.setNodeManager(NodeManager nm) |
void |
MapNode.setNodeManager(NodeManager nm) |
void |
AbstractNodeManager.setNodeManager(NodeManager nm) |
void |
AbstractNode.setNodeManager(NodeManager nm) |
| Constructor and Description |
|---|
AbstractCollectionNodeList(Collection<? extends Node> c,
NodeManager nodeManager) |
CollectionNodeList(Collection c,
NodeManager nodeManager) |
CollectionRelationList(Collection<? extends Node> c,
NodeManager nodeManager) |
DataTypeField(NodeManager nm,
Field f) |
DataTypeField(String name,
NodeManager nm,
DataType<? extends Object> dataType) |
GrowingTreeList(NodeQuery q,
int maxDepth,
NodeManager nodeManager,
String role,
String searchDir) |
MapNode(Map<String,V> v,
NodeManager nm)
This constructor explicitely specifies the node manager of the Node.
|
| Modifier and Type | Field and Description |
|---|---|
NodeManager |
QueryDefinition.elementManager
The NodeManager of the 'main' nodetype in this query (if appropriate).
|
| Modifier and Type | Method and Description |
|---|---|
abstract NodeManager |
AbstractField.getNodeManager() |
NodeManager |
CoreField.getNodeManager() |
| Modifier and Type | Method and Description |
|---|---|
protected NodeManager |
Related.AbstractProcessor.getRelatedCreateType(Node node) |
protected NodeManager |
Related.AbstractProcessor.getRelatedType(Node node) |
| Constructor and Description |
|---|
MMBaseEntry(Node node,
Collection<IndexFieldDefinition> fields,
boolean multiLevel,
NodeManager elementManager,
Step elementStep,
Collection<IndexDefinition> subQueries) |
| Modifier and Type | Method and Description |
|---|---|
static NodeList |
Util.getRelatedNodes(Node editedNode,
NodeManager dest) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Node |
ConvertTool.getNode(NodeManager nm,
String name) |
(package private) Node |
ConvertTool.getNode(NodeManager nm,
String name,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
HandleServlet.getSize(NodeManager manager,
Node node) |
| Constructor and Description |
|---|
NodeSearchQuery(NodeManager nodeManager) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static NodeManager |
ResourceLoader.getResourceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Function |
FunctionFactory.getFunction(NodeManager nodeManager,
String functionName)
Gets a function object for a NodeManager
|
| Modifier and Type | Method and Description |
|---|---|
static NodeManager |
VersioningCommitProcessor.getVersionsManager(NodeManager nm) |
| Modifier and Type | Method and Description |
|---|---|
static NodeManager |
VersioningCommitProcessor.getVersionsManager(NodeManager nm) |
(package private) static boolean |
IdRelVersioningCommitProcessor.hasVersionFields(NodeManager idrel) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}