Uses of Class
org.dspace.content.dao.pojo.ItemUuidAndRelationshipId
Packages that use ItemUuidAndRelationshipId
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of ItemUuidAndRelationshipId in org.dspace.content
Methods in org.dspace.content that return types with arguments of type ItemUuidAndRelationshipIdModifier and TypeMethodDescriptionRelationshipServiceImpl.findByLatestItemAndRelationshipType(Context context, Item latestItem, RelationshipType relationshipType, boolean isLeft) Method parameters in org.dspace.content with type arguments of type ItemUuidAndRelationshipIdModifier 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. -
Uses of ItemUuidAndRelationshipId in org.dspace.content.dao
Methods in org.dspace.content.dao that return types with arguments of type ItemUuidAndRelationshipIdModifier and TypeMethodDescriptionRelationshipDAO.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 ItemUuidAndRelationshipIdModifier and TypeMethodDescriptionRelationshipDAOImpl.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 ItemUuidAndRelationshipIdModifier and TypeMethodDescriptionRelationshipService.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.