Uses of Class
org.dspace.app.rest.model.VersionHistoryRest
-
Packages that use VersionHistoryRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of VersionHistoryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VersionHistoryRest Modifier and Type Method Description VersionHistoryRestVersionHistoryConverter. 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 Constructor Description VersionHistoryResource(VersionHistoryRest data, Utils utils) -
Uses of VersionHistoryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VersionHistoryRest Modifier and Type Method Description VersionHistoryRestVersionHistoryRestRepository. findOne(Context context, Integer id)VersionHistoryRestVersionHistoryLinkRepository. getVersionHistory(javax.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 VersionHistoryRest Modifier and Type Method Description org.springframework.data.domain.Page<VersionHistoryRest>VersionHistoryRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<VersionHistoryRest>VersionHistoryRestRepository. getDomainClass()
-