Uses of Class
org.dspace.app.rest.model.VersionHistoryRest
Packages that use VersionHistoryRest
Package
Description
-
Uses of VersionHistoryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VersionHistoryRestModifier and TypeMethodDescriptionVersionHistoryConverter.convert(VersionHistory modelObject, Projection projection) -
Uses of VersionHistoryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VersionHistoryRest -
Uses of VersionHistoryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VersionHistoryRestModifier and TypeMethodDescriptionVersionHistoryLinkRepository.getVersionHistory(jakarta.servlet.http.HttpServletRequest request, Integer versionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve the VersionHistoryRest object from the Version that is found by the associated versionId parameterMethods in org.dspace.app.rest.repository that return types with arguments of type VersionHistoryRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VersionHistoryRest>VersionHistoryRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) VersionHistoryRestRepository.getDomainClass()