|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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.
| Field Summary |
| Fields inherited from class org.mmbase.bridge.implementation.BasicNodeManager |
builder, fieldTypes, queryFields |
| 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 |
GUI_PLURAL, GUI_SINGULAR, 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, createQuery, delete, getAllowedRelations, getAllowedRelations, getAllowedRelations, getDescendants, getDescription, getDescription, getField, getFields, getFields, getGUIName, getGUIName, getGUIName, getInfo, getInfo, getList, getList, getList, getList, getName, getParent, getProperties, getProperty, getQueryFields, 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 interface NodeManagercreateNode in class BasicNodeManager
public NodeList getList(java.lang.String where,
java.lang.String sorted,
boolean direction)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||