Uses of Class
org.dspace.app.rest.model.UsageReportRest
-
Packages that use UsageReportRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of UsageReportRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return UsageReportRest Modifier and Type Method Description UsageReportRestUsageReportConverter. convert(UsageReportRest modelObject, Projection projection)Methods in org.dspace.app.rest.converter that return types with arguments of type UsageReportRest Modifier and Type Method Description Class<UsageReportRest>UsageReportConverter. getModelClass()Methods in org.dspace.app.rest.converter with parameters of type UsageReportRest Modifier and Type Method Description UsageReportRestUsageReportConverter. 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 Constructor Description UsageReportResource(UsageReportRest content, Utils utils) -
Uses of UsageReportRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return UsageReportRest Modifier and Type Method Description UsageReportRestStatisticsRestRepository. findOne(org.dspace.core.Context context, String uuidObjectReportId)Methods in org.dspace.app.rest.repository that return types with arguments of type UsageReportRest Modifier and Type Method Description org.springframework.data.domain.Page<UsageReportRest>StatisticsRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<UsageReportRest>StatisticsRestRepository. findByObject(String uri, org.springframework.data.domain.Pageable pageable)Class<UsageReportRest>StatisticsRestRepository. getDomainClass() -
Uses of UsageReportRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return UsageReportRest Modifier and Type Method Description UsageReportRestUsageReportUtils. createUsageReport(org.dspace.core.Context context, org.dspace.content.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 UsageReportRest Modifier and Type Method Description List<UsageReportRest>UsageReportUtils. getUsageReportsOfDSO(org.dspace.core.Context context, org.dspace.content.DSpaceObject dso)Get list of usage reports that are applicable to the DSO (of given UUID)
-