org.nodal.model
Interface RecordNode
- All Superinterfaces: 
 - Content, Node, NodeContent, RecordContent, TxnMonitorable
 
- All Known Subinterfaces: 
 - RecordNode.Editor
 
- All Known Implementing Classes: 
 - BareRecord, RecordFilter
 
- public interface RecordNode
- extends RecordContent, NodeContent
  
A NodeContent object that is known to have RecordContent.
 
A NodeContent object whose type is an instance of 
 RecordType can always be
 cast to RecordNode.
- Author:
 
  - Lee Iverson 
 
- See Also:
 RecordType
| 
Nested Class Summary | 
static interface | 
RecordNode.Editor
 
          Basic interface for modifying Nodes of type RecordType. | 
 
 
 
 
| Methods inherited from interface org.nodal.model.Node | 
asAnchor, asMapNode, asRecordNode, asSequenceNode, bareNode, capability, content, edit, editMap, editSequence, history, id, path, repository, type | 
 
 
editRecord
public RecordNode.Editor editRecord()
- Directly access RecordEditor.
- Specified by:
 editRecord in interface Node