Uses of Class
org.dspace.app.rest.model.CollectionRest
Packages that use CollectionRest
Package
Description
-
Uses of CollectionRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return CollectionRestModifier and TypeMethodDescriptionItemOwningCollectionUpdateRestController.move(UUID uuid, Boolean inheritCollectionPolicies, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) This method will update the owning collection of the item that correspond to the provided item uuid, effectively moving the item to the new collection.Methods in org.dspace.app.rest that return types with arguments of type CollectionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionRest>WorkflowDefinitionCollectionsLinkRepository.getCollections(jakarta.servlet.http.HttpServletRequest request, String workflowName, org.springframework.data.domain.Pageable optionalPageable, Projection projection) GET endpoint that returns the list of collections that make an explicit use of the workflow-definition. -
Uses of CollectionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return CollectionRestModifier and TypeMethodDescriptionCollectionConverter.convert(Collection collection, Projection projection) protected CollectionRestCollectionConverter.newInstance() -
Uses of CollectionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return CollectionRestModifier and TypeMethodDescriptionHarvestedCollectionRest.getCollectionRest()FilteredItemRest.getOwningCollection()TemplateItemRest.getTemplateItemOf()Methods in org.dspace.app.rest.model that return types with arguments of type CollectionRestMethods in org.dspace.app.rest.model with parameters of type CollectionRestModifier and TypeMethodDescriptionvoidHarvestedCollectionRest.setCollection(CollectionRest collectionRest) voidFilteredItemRest.setOwningCollection(CollectionRest owningCollection) voidTemplateItemRest.setTemplateItemOf(CollectionRest templateItemOf) Method parameters in org.dspace.app.rest.model with type arguments of type CollectionRestModifier and TypeMethodDescriptionvoidSubmissionDefinitionRest.setCollections(List<CollectionRest> collections) -
Uses of CollectionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type CollectionRest -
Uses of CollectionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return CollectionRestModifier and TypeMethodDescriptionprotected CollectionRestCollectionRestRepository.createAndReturn(Context context) protected CollectionRestCollectionRestRepository.createAndReturn(Context context, UUID id) ItemOwningCollectionLinkRepository.getOwningCollection(jakarta.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) ItemTemplateItemOfLinkRepository.getTemplateItemOf(jakarta.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) WorkflowItemCollectionLinkRepository.getWorkflowItemCollection(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the item for a workflow collection.WorkspaceItemCollectionLinkRepository.getWorkspaceItemCollection(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the collection for a workspace item.protected CollectionRestCollectionRestRepository.put(Context context, jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in org.dspace.app.rest.repository that return types with arguments of type CollectionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findAdminAuthorized(org.springframework.data.domain.Pageable pageable, String query) org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findSubmitAuthorized(String q, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findSubmitAuthorizedByCommunity(UUID communityUuid, org.springframework.data.domain.Pageable pageable, String q) org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findSubmitAuthorizedByCommunityAndEntityType(String query, UUID communityUuid, String entityTypeLabel, org.springframework.data.domain.Pageable pageable) Returns Collections for which the current user has 'submit' privileges limited by parent community.org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository.findSubmitAuthorizedByEntityType(String query, String entityTypeLabel, org.springframework.data.domain.Pageable pageable) Returns Collections for which the current user has 'submit' privileges.org.springframework.data.domain.Page<CollectionRest>CommunityCollectionLinkRepository.getCollections(jakarta.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) CollectionRestRepository.getDomainClass()org.springframework.data.domain.Page<CollectionRest>ItemMappedCollectionLinkRepository.getMappedCollections(jakarta.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) -
Uses of CollectionRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils with parameters of type CollectionRestModifier and TypeMethodDescriptionbooleanCollectionRestEqualityUtils.isCollectionRestEqualWithoutMetadata(CollectionRest original, CollectionRest updated) This method will return a boolean indicating whether the given CollectionRest objects are equal through comparing their attributes