Interface ExtraMetadataHolder
- All Known Subinterfaces:
EbXMLAssociation
- All Known Implementing Classes:
Association,AssociationType1,DocumentEntry,EbXMLAssociation30,EbXMLExtrinsicObject30,EbXMLRegistryPackage30,ExtrinsicObjectType,Folder,RegistryPackageType,SubmissionSet,XDSMetaClass
public interface ExtraMetadataHolder
Interface for XDS objects which can have extra metadata slots.
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetExtraMetadata(Map<String, List<String>> map) Sets the mapping of extra metadata slot names to their values.
-
Method Details
-
getExtraMetadata
- Returns:
- mapping of extra metadata slot names to their values. A new instance will be created when necessary.
-
setExtraMetadata
Sets the mapping of extra metadata slot names to their values.- Parameters:
map- mapping.
-