|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.bridge.implementation.BasicNode
|
+--org.mmbase.bridge.implementation.BasicNodeManager
|
+--org.mmbase.bridge.implementation.VirtualNodeManager
This class represents a virtual node type information object. It has the same functionality as BasicNodeType, but it's nodes are vitrtual - that is, constructed based on the results of a search over multiple node managers. As such, it is not possible to search on this node type, nor to create new nodes. It's sole function is to provide a type definition for the results of a search.
| Fields inherited from class org.mmbase.bridge.implementation.BasicNodeManager |
builder, fieldTypes |
| Fields inherited from class org.mmbase.bridge.implementation.BasicNode |
account, ACTION_COMMIT, ACTION_CREATE, ACTION_DELETE, ACTION_EDIT, cloud, isnew, mmb, nodeManager, noderef, temporaryNodeId |
| Fields inherited from interface org.mmbase.bridge.NodeManager |
ORDER_CREATE, ORDER_EDIT, ORDER_LIST, ORDER_NONE, ORDER_SEARCH |
| Method Summary | |
Node |
createNode()
Gets a new (initialized) node. |
NodeList |
getList(java.lang.String where,
java.lang.String sorted,
boolean direction)
Search nodes of this type. |
protected void |
init()
Initializes the node. |
protected void |
initManager()
Initializes the NodeManager |
| Methods inherited from class org.mmbase.bridge.implementation.BasicNodeManager |
commit, delete, getAllowedRelations, getAllowedRelations, getAllowedRelations, getDescription, getField, getFields, getFields, getGUIName, getGUIName, getInfo, getInfo, getList, getList, getList, getName, getParent, hasField, mayCreateNode |
| Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mmbase.bridge.NodeManager |
getCloud |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
protected void init()
init in class BasicNodeprotected void initManager()
initManager in class BasicNodeManagerpublic Node createNode()
createNode in class BasicNodeManagerorg.mmbase.bridge.NodeManagerNode
public NodeList getList(java.lang.String where,
java.lang.String sorted,
boolean direction)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||