Uses of Interface
org.osid.calendaring.DateTimeInterval
Packages that use DateTimeInterval
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.metering
service.
-
Uses of DateTimeInterval in org.osid.binding.java
Methods in org.osid.binding.java that return DateTimeIntervalModifier and TypeMethodDescriptionDateTime.denormalize()Returns an interval based on this DateTime derived by its granularity and uncertainty. -
Uses of DateTimeInterval in org.osid.calendaring
Methods in org.osid.calendaring that return DateTimeIntervalModifier and TypeMethodDescriptionDateTimeIntervalList.getNextDateTimeInterval()Gets the nextDateTimeIntervalin this list.DateTimeIntervalList.getNextDateTimeIntervals(long n) Gets the next set ofDateTimeIntervalelements in this list which must be less than or equal to the number returned fromavailable(). -
Uses of DateTimeInterval in org.osid.metering
Methods in org.osid.metering that return DateTimeIntervalModifier and TypeMethodDescriptionStatisticLookupSession.getAvailableDateRange(Id meterId, Id meteredObjectId) Gets the date range of the available statistics for a metered object.Methods in org.osid.metering with parameters of type DateTimeIntervalModifier and TypeMethodDescriptionvoidStatisticReceiver.exceededAverageRateThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding an average rate threshold.voidStatisticReceiver.exceededDeltaThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a delta threshold.voidStatisticReceiver.exceededMeanThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a mean threshold.voidStatisticReceiver.exceededMedianThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a median threshold.voidStatisticReceiver.exceededPercentChangeThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a percentage change threshold.voidStatisticReceiver.exceededRMSThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a root mean square threshold.voidStatisticReceiver.exceededSumThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics exceeding a sum threshold.voidStatisticReceiver.failedAverageRateThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below an average rate threshold.voidStatisticReceiver.failedDeltaThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below a delta threshold.voidStatisticReceiver.failedMeanThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below a mean threshold.voidStatisticReceiver.failedMedianThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below a median threshold.voidStatisticReceiver.failedPercentChangeThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below a percentage change threshold.voidStatisticReceiver.failedRMSThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below an rms threshold.voidStatisticReceiver.failedSumThreshold(Id meterId, Id objectId, DateTimeInterval interval) The callback for notifications of statistics falling below a sum threshold.