Uses of Class
org.dspace.app.rest.model.DSpaceObjectRest
Packages that use DSpaceObjectRest
Package
Description
-
Uses of DSpaceObjectRest in org.dspace.app.rest.converter
Classes in org.dspace.app.rest.converter with type parameters of type DSpaceObjectRestModifier and TypeClassDescriptionclassDSpaceObjectConverter<M extends DSpaceObject,R extends DSpaceObjectRest> This is the base converter from/to objects in the DSpace API data model and the REST data model -
Uses of DSpaceObjectRest in org.dspace.app.rest.model
Subclasses of DSpaceObjectRest in org.dspace.app.rest.modelModifier and TypeClassDescriptionclassThe Bitstream REST ResourceclassThe Bundle REST ResourceclassThe Collection REST ResourceclassThe Community REST ResourceclassThe EPerson REST ResourceclassThe Group REST ResourceclassThe Item REST ResourceclassThe Collection REST ResourceMethods in org.dspace.app.rest.model that return DSpaceObjectRestMethods in org.dspace.app.rest.model with parameters of type DSpaceObjectRest -
Uses of DSpaceObjectRest in org.dspace.app.rest.repository
Classes in org.dspace.app.rest.repository with type parameters of type DSpaceObjectRestModifier and TypeClassDescriptionclassDSpaceObjectRestRepository<M extends DSpaceObject,R extends DSpaceObjectRest> Base class for DSpaceObject-based Rest Repositories, providing common functionality.Methods in org.dspace.app.rest.repository that return DSpaceObjectRestModifier and TypeMethodDescriptionSubscriptionDSpaceObjectLinkRepository.getDSpaceObject(jakarta.servlet.http.HttpServletRequest request, Integer subscriptionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) GroupParentObjectLinkRepository.getParentObject(jakarta.servlet.http.HttpServletRequest request, UUID groupId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This returns the DSpace Object (Community, Collection) belonging to this Group. -
Uses of DSpaceObjectRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils with parameters of type DSpaceObjectRestModifier and TypeMethodDescriptionbooleanDSpaceObjectRestEqualityUtils.isDSpaceObjectEqualsWithoutMetadata(DSpaceObjectRest original, DSpaceObjectRest updated) This method will return a boolean indicating whether the given DSpaceObjectRest objects are equal through comparing their attributes