Uses of Interface
org.dspace.content.virtual.VirtualMetadataConfiguration
Packages that use VirtualMetadataConfiguration
-
Uses of VirtualMetadataConfiguration in org.dspace.content.virtual
Classes in org.dspace.content.virtual that implement VirtualMetadataConfigurationModifier and TypeClassDescriptionclassA bean implementing theVirtualMetadataConfigurationinterface to achieve the generation of Virtual metadata The Collected bean will take all the values of each metadata field defined in the list and it'll create a list of virtual metadata fields defined by the map in which it's defined.classA bean implementing theVirtualMetadataConfigurationinterface to achieve the generation of Virtual metadata The Concatenate bean will take all the values of each metadata field configured in the list and it will join all of these together with the separator defined in this bean.classA bean implementing theVirtualMetadataConfigurationinterface to achieve the generation of Virtual metadata by traversing the path of relation specified in the config for this bean The Related bean will find the relationshiptype defined in the relationshipTypeString property on the current item and it'll use the related item from that relationship to pass it along to the virtualMetadataConfiguration property which in turn refers to another VirtualBean instance and it continues the chain until it reaches either a Concatenate or Collected bean to retrieve the values.classThis class is used by the VirtualMetadataPopulator.Methods in org.dspace.content.virtual that return VirtualMetadataConfigurationModifier and TypeMethodDescriptionRelated.getVirtualMetadataConfiguration()Generic getter for the virtualMetadataConfiguration property of this classMethods in org.dspace.content.virtual that return types with arguments of type VirtualMetadataConfigurationMethods in org.dspace.content.virtual with parameters of type VirtualMetadataConfigurationModifier and TypeMethodDescriptionvoidRelated.setVirtualMetadataConfiguration(VirtualMetadataConfiguration virtualMetadataConfiguration) Generic setter for the virtualMetadataConfiguration property of this classMethod parameters in org.dspace.content.virtual with type arguments of type VirtualMetadataConfiguration