Interface MutableMetadataProvider
-
- All Superinterfaces:
MetadataProvider
- All Known Implementing Classes:
AbstractDocument,BasicDocument
public interface MutableMetadataProvider extends MetadataProvider
A MutableMetadataProvider not only provides for read-only access to meta-data, but also for access to the mutable root node of a meta-data tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableMetadataNodegetMutableMetadataRoot()Return the mutable root node of the meta-data tree belonging to this metadata provider.-
Methods inherited from interface com.levigo.jadice.document.metadata.MetadataProvider
getMetadata
-
-
-
-
Method Detail
-
getMutableMetadataRoot
MutableMetadataNode getMutableMetadataRoot()
Return the mutable root node of the meta-data tree belonging to this metadata provider.- Returns:
- the mutable root node
-
-