Uses of Class
org.dspace.content.RelationshipMetadataValue
Packages that use RelationshipMetadataValue
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of RelationshipMetadataValue in org.dspace.content
Methods in org.dspace.content that return types with arguments of type RelationshipMetadataValueModifier and TypeMethodDescriptionprotected List<RelationshipMetadataValue>RelationshipMetadataServiceImpl.constructLatestForDiscoveryMetadataValues(Context context, String schema, String element, String qualifier, List<ItemUuidAndRelationshipId> data) Turn the given data into a list of relation.*.latestForDiscovery virtual metadata values.protected List<RelationshipMetadataValue>RelationshipMetadataServiceImpl.findLatestForDiscoveryMetadataValues(Context context, Item item, EntityType itemEntityType) Create the list of relation.*.latestForDiscovery virtual metadata values for the given item.RelationshipMetadataService.findRelationshipMetadataValueForItemRelationship(Context context, Item item, String entityType, Relationship relationship, boolean enableVirtualMetadata) Retrieves the list of RelationshipMetadataValue objects specific to only one Relationship of the item.RelationshipMetadataServiceImpl.findRelationshipMetadataValueForItemRelationship(Context context, Item item, String entityType, Relationship relationship, boolean enableVirtualMetadata) RelationshipMetadataService.getRelationshipMetadata(Item item, boolean enableVirtualMetadata) This method retrieves a list of MetadataValue objects that get constructed from processing the given Item's Relationships through the config given to theVirtualMetadataPopulatorRelationshipMetadataServiceImpl.getRelationshipMetadata(Item item, boolean enableVirtualMetadata)