Uses of Class
org.dspace.content.dao.pojo.ItemUuidAndRelationshipId
-
Packages that use ItemUuidAndRelationshipId Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao org.dspace.content.dao.impl org.dspace.content.service -
-
Uses of ItemUuidAndRelationshipId in org.dspace.content
Methods in org.dspace.content that return types with arguments of type ItemUuidAndRelationshipId Modifier and Type Method Description List<ItemUuidAndRelationshipId>RelationshipServiceImpl. findByLatestItemAndRelationshipType(Context context, Item latestItem, RelationshipType relationshipType, boolean isLeft)Method parameters in org.dspace.content with type arguments of type ItemUuidAndRelationshipId Modifier and Type Method Description protected 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. -
Uses of ItemUuidAndRelationshipId in org.dspace.content.dao
Methods in org.dspace.content.dao that return types with arguments of type ItemUuidAndRelationshipId Modifier and Type Method Description List<ItemUuidAndRelationshipId>RelationshipDAO. findByLatestItemAndRelationshipType(Context context, Item latestItem, RelationshipType relationshipType, boolean isLeft)This method returns the UUIDs of all items that have a relationship with the given item, from the perspective of the other item. -
Uses of ItemUuidAndRelationshipId in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return types with arguments of type ItemUuidAndRelationshipId Modifier and Type Method Description List<ItemUuidAndRelationshipId>RelationshipDAOImpl. findByLatestItemAndRelationshipType(Context context, Item latestItem, RelationshipType relationshipType, boolean isLeft) -
Uses of ItemUuidAndRelationshipId in org.dspace.content.service
Methods in org.dspace.content.service that return types with arguments of type ItemUuidAndRelationshipId Modifier and Type Method Description List<ItemUuidAndRelationshipId>RelationshipService. findByLatestItemAndRelationshipType(Context context, Item latestItem, RelationshipType relationshipType, boolean isLeft)This method returns the UUIDs of all items that have a relationship with the given item, from the perspective of the other item.
-