Uses of Class
org.dspace.app.rest.model.VersionRest
-
Packages that use VersionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of VersionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VersionRest Modifier and Type Method Description VersionRestVersionConverter. 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 Constructor Description VersionResource(VersionRest data, Utils utils) -
Uses of VersionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VersionRest Modifier and Type Method Description protected VersionRestVersionRestRepository. createAndReturn(Context context, List<String> stringList)VersionRestVersionRestRepository. findOne(Context context, Integer id)VersionRestItemVersionLinkRepository. getItemVersion(javax.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 VersionRest Modifier and Type Method Description org.springframework.data.domain.Page<VersionRest>VersionRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<VersionRest>VersionRestRepository. getDomainClass()org.springframework.data.domain.Page<VersionRest>VersionsLinkRepository. getVersions(javax.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
-