Uses of Interface
org.osid.metering.StatisticList
Packages that use StatisticList
Package
Description
The Open Service Interface Definitions for the org.osid.metering
service.
-
Uses of StatisticList in org.osid.metering
Methods in org.osid.metering that return StatisticListModifier and TypeMethodDescriptionStatisticLookupSession.getStatistics(Id meterId, IdList meteredObjectIds) Gets the statistics for the given metered objectIdListfor all available data.StatisticSearchResults.getStatistics()Gets the statistic list resulting from a search.StatisticLookupSession.getStatisticsAtInterval(Id meterId, Id meteredObjectId, DateTime from, DateTime to, DateTimeResolution interval) Gets the statistics for a metered object within a period of time at consecutive specified intervals.StatisticLookupSession.getStatisticsByDate(Id meterId, IdList meteredObjectIds, DateTime from, DateTime to) Gets the statistics within a period of time corresponding to the given metered objectIdList.In plenary mode, the returned list contains all of the statistics specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.StatisticQuerySession.getStatisticsByQuery(StatisticQuery statisticQuery) Gets a list of statistics matching the given statistics query.