Uses of Class
org.dspace.app.rest.model.UsageReportRest
Packages that use UsageReportRest
Package
Description
-
Uses of UsageReportRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return UsageReportRestModifier and TypeMethodDescriptionUsageReportConverter.convert(UsageReportRest modelObject, Projection projection) Methods in org.dspace.app.rest.converter that return types with arguments of type UsageReportRestMethods in org.dspace.app.rest.converter with parameters of type UsageReportRestModifier and TypeMethodDescriptionUsageReportConverter.convert(UsageReportRest modelObject, Projection projection) -
Uses of UsageReportRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type UsageReportRest -
Uses of UsageReportRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return UsageReportRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type UsageReportRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<UsageReportRest>StatisticsRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<UsageReportRest>StatisticsRestRepository.findByObject(String uri, org.springframework.data.domain.Pageable pageable) StatisticsRestRepository.getDomainClass() -
Uses of UsageReportRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return UsageReportRestModifier and TypeMethodDescriptionUsageReportUtils.createUsageReport(Context context, DSpaceObject dso, String reportId) Creates the stat different stat usage report based on the report id.Methods in org.dspace.app.rest.utils that return types with arguments of type UsageReportRestModifier and TypeMethodDescriptionUsageReportUtils.getUsageReportsOfDSO(Context context, DSpaceObject dso) Get list of usage reports that are applicable to the DSO (of given UUID)