|
Class Summary |
| AbstractNodeAction |
this is a template class for the 'real' node actions
Is it more or less a redo of org.mmbase.datatypes.handler.html |
| AbstractRelationAction |
|
| Action |
This should be extended by all actions that can be registered to an Command instance. |
| CreateNodeAction |
This action will create a node of the type that you set in the field
'nodemanager' |
| CreateRelationAction |
this action creates a relation. |
| DeleteNodeAction |
This acton can delete a node. |
| SortRelationAction |
FIXME: voor deze actie is het niet direct nodig om een source en destination node the hebben? |
| ToggleRelationAction |
This action is to replace the the CreateCheckboxRelation and UpdateCheckboxRelation actions from the previous version
of the backing code. |
| UpdateNodeAction |
This class finds the node that is identified by the field 'nodenr', and updates it with the given field values. |