Uses of Class
org.dspace.app.rest.model.CollectionRest
-
Packages that use CollectionRest Package Description org.dspace.app.rest org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of CollectionRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return CollectionRest Modifier and Type Method Description CollectionRestItemOwningCollectionUpdateRestController. move(UUID uuid, javax.servlet.http.HttpServletResponse response, javax.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 CollectionRest Modifier and Type Method Description org.springframework.data.domain.Page<CollectionRest>WorkflowDefinitionCollectionsLinkRepository. getCollections(javax.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 CollectionRest Modifier and Type Method Description protected CollectionRestCollectionConverter. newInstance() -
Uses of CollectionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return CollectionRest Modifier and Type Method Description CollectionRestAInprogressSubmissionRest. getCollection()CollectionRestHarvestedCollectionRest. getCollectionRest()CollectionRestTemplateItemRest. getTemplateItemOf()Methods in org.dspace.app.rest.model that return types with arguments of type CollectionRest Modifier and Type Method Description List<CollectionRest>SubmissionDefinitionRest. getCollections()Methods in org.dspace.app.rest.model with parameters of type CollectionRest Modifier and Type Method Description voidAInprogressSubmissionRest. setCollection(CollectionRest collection)voidHarvestedCollectionRest. setCollection(CollectionRest collectionRest)voidTemplateItemRest. setTemplateItemOf(CollectionRest templateItemOf)Method parameters in org.dspace.app.rest.model with type arguments of type CollectionRest Modifier and Type Method Description voidSubmissionDefinitionRest. 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 Constructor Description CollectionResource(CollectionRest collection, Utils utils) -
Uses of CollectionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return CollectionRest Modifier and Type Method Description protected CollectionRestCollectionRestRepository. createAndReturn(org.dspace.core.Context context)protected CollectionRestCollectionRestRepository. createAndReturn(org.dspace.core.Context context, UUID id)CollectionRestCollectionRestRepository. findOne(org.dspace.core.Context context, UUID id)CollectionRestItemOwningCollectionLinkRepository. getOwningCollection(javax.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)CollectionRestItemTemplateItemOfLinkRepository. getTemplateItemOf(javax.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)protected CollectionRestCollectionRestRepository. put(org.dspace.core.Context context, javax.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 CollectionRest Modifier and Type Method Description org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository. findAdminAuthorized(org.springframework.data.domain.Pageable pageable, String query)org.springframework.data.domain.Page<CollectionRest>CollectionRestRepository. findAll(org.dspace.core.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>CommunityCollectionLinkRepository. getCollections(javax.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Class<CollectionRest>CollectionRestRepository. getDomainClass()org.springframework.data.domain.Page<CollectionRest>ItemMappedCollectionLinkRepository. getMappedCollections(javax.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 CollectionRest Modifier and Type Method Description booleanCollectionRestEqualityUtils. isCollectionRestEqualWithoutMetadata(CollectionRest original, CollectionRest updated)This method will return a boolean indicating whether the given CollectionRest objects are equal through comparing their attributes
-