Uses of Interface
org.dspace.content.virtual.VirtualMetadataConfiguration
-
Packages that use VirtualMetadataConfiguration Package Description org.dspace.content.virtual -
-
Uses of VirtualMetadataConfiguration in org.dspace.content.virtual
Classes in org.dspace.content.virtual that implement VirtualMetadataConfiguration Modifier and Type Class Description classCollectedA 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.classConcatenateA 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.classRelatedA 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.classUUIDValueThis class is used by the VirtualMetadataPopulator.Methods in org.dspace.content.virtual that return VirtualMetadataConfiguration Modifier and Type Method Description VirtualMetadataConfigurationRelated. getVirtualMetadataConfiguration()Generic getter for the virtualMetadataConfiguration property of this classMethods in org.dspace.content.virtual that return types with arguments of type VirtualMetadataConfiguration Modifier and Type Method Description Map<String,HashMap<String,VirtualMetadataConfiguration>>VirtualMetadataPopulator. getMap()Standard getter for the mapMethods in org.dspace.content.virtual with parameters of type VirtualMetadataConfiguration Modifier and Type Method Description voidRelated. setVirtualMetadataConfiguration(VirtualMetadataConfiguration virtualMetadataConfiguration)Generic setter for the virtualMetadataConfiguration property of this classMethod parameters in org.dspace.content.virtual with type arguments of type VirtualMetadataConfiguration Modifier and Type Method Description voidVirtualMetadataPopulator. setMap(Map<String,HashMap<String,VirtualMetadataConfiguration>> map)Standard setter for the map
-