| Package | Description |
|---|---|
| org.dspace.content.virtual |
| Modifier and Type | Class and Description |
|---|---|
class |
Collected
A bean implementing the
VirtualMetadataConfiguration interface 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. |
class |
Concatenate
A bean implementing the
VirtualMetadataConfiguration interface 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. |
class |
Related
A bean implementing the
VirtualMetadataConfiguration interface 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. |
class |
UUIDValue
This class is used by the VirtualMetadataPopulator.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMetadataConfiguration |
Related.getVirtualMetadataConfiguration()
Generic getter for the virtualMetadataConfiguration property of this class
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HashMap<String,VirtualMetadataConfiguration>> |
VirtualMetadataPopulator.getMap()
Standard getter for the map
|
| Modifier and Type | Method and Description |
|---|---|
void |
Related.setVirtualMetadataConfiguration(VirtualMetadataConfiguration virtualMetadataConfiguration)
Generic setter for the virtualMetadataConfiguration property of this class
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMetadataPopulator.setMap(Map<String,HashMap<String,VirtualMetadataConfiguration>> map)
Standard setter for the map
|
Copyright © 2019 DuraSpace. All rights reserved.