Uses of Class
org.dspace.content.RelationshipMetadataValue
-
Packages that use RelationshipMetadataValue Package Description org.dspace.content 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 RelationshipMetadataValue Modifier and Type Method Description List<RelationshipMetadataValue>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.List<RelationshipMetadataValue>RelationshipMetadataServiceImpl. findRelationshipMetadataValueForItemRelationship(Context context, Item item, String entityType, Relationship relationship, boolean enableVirtualMetadata)List<RelationshipMetadataValue>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 theVirtualMetadataPopulatorList<RelationshipMetadataValue>RelationshipMetadataServiceImpl. getRelationshipMetadata(Item item, boolean enableVirtualMetadata)
-