Uses of Class
org.dspace.app.rest.model.VersionRest
Packages that use VersionRest
Package
Description
-
Uses of VersionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VersionRestModifier and TypeMethodDescriptionVersionConverter.convert(Version modelObject, Projection projection) -
Uses of VersionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VersionRest -
Uses of VersionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VersionRestModifier and TypeMethodDescriptionprotected VersionRestVersionRestRepository.createAndReturn(Context context, List<String> stringList) ItemVersionLinkRepository.getItemVersion(jakarta.servlet.http.HttpServletRequest request, UUID itemUuid, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will return the VersionRest object from the Item that is associated with the given itemUuidMethods in org.dspace.app.rest.repository that return types with arguments of type VersionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VersionRest>VersionRestRepository.getDomainClass()org.springframework.data.domain.Page<VersionRest>VersionsLinkRepository.getVersions(jakarta.servlet.http.HttpServletRequest request, Integer versionHistoryId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will return a page of VersionRest objects found through the VersionHistory object that is resolved from the versionHistoryId parameter