com.levigo.jadice.document.metadata
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
 MutableMetadataNode getMutableMetadataRoot()
          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


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.