Uses of Class
org.dspace.app.rest.model.ItemRest
Packages that use ItemRest
Package
Description
-
Uses of ItemRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ItemRestModifier and TypeMethodDescriptionItemConverter.convert(Item obj, Projection projection) protected ItemRestItemConverter.newInstance() -
Uses of ItemRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return ItemRestMethods in org.dspace.app.rest.model with parameters of type ItemRest -
Uses of ItemRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ItemRest -
Uses of ItemRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ItemRestModifier and TypeMethodDescriptionprotected ItemRestItemRestRepository.createAndReturn(Context context) protected ItemRestItemRestRepository.createAndReturn(Context context, List<String> stringList) BundleItemLinkRepository.getItem(jakarta.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Get the item where the provided bundle resides inResearcherProfileItemLinkRepository.getItem(jakarta.servlet.http.HttpServletRequest request, UUID id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the item related to the Research profile with the given UUID.QAEventRelatedLinkRepository.getRelated(jakarta.servlet.http.HttpServletRequest request, String id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the item related to the qa event with the given id.QAEventTargetLinkRepository.getTarget(jakarta.servlet.http.HttpServletRequest request, String id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the item target of the qa event with the given id.SuggestionTargetTargetLinkRepository.getTarget(jakarta.servlet.http.HttpServletRequest request, String id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the item related to the suggestion target with the given id.VersionItemLinkRepository.getVersionItem(jakarta.servlet.http.HttpServletRequest request, Integer versionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will return the ItemRest object constructed from the Item object which is found in the Version that will be found through the versionId parameterWorkflowItemItemLinkRepository.getWorkflowItemItem(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the item for a workflow item.WorkspaceItemItemLinkRepository.getWorkspaceItemItem(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the item for a workspace item.protected ItemRestItemRestRepository.put(Context context, jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID uuid, com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in org.dspace.app.rest.repository that return types with arguments of type ItemRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ItemRest>ItemRestRepository.getDomainClass()org.springframework.data.domain.Page<ItemRest>CollectionMappedItemLinkRepository.getMappedItems(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) org.springframework.data.domain.Page<ItemRest>BrowseItemLinkRepository.listBrowseItems(jakarta.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, Projection projection)