Uses of Enum Class
org.osid.calendaring.DateTimeResolution
Packages that use DateTimeResolution
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.mapping
service.
The Open Service Interface Definitions for the org.osid.metering
service.
-
Uses of DateTimeResolution in org.osid
Methods in org.osid that return DateTimeResolutionModifier and TypeMethodDescriptionMetadata.getDateTimeResolution()Gets the smallest resolution of the date time value. -
Uses of DateTimeResolution in org.osid.calendaring
Subclasses with type arguments of type DateTimeResolution in org.osid.calendaringModifier and TypeClassDescriptionenumThis enumeration contains the possible date/time resolutions.Methods in org.osid.calendaring that return DateTimeResolutionModifier and TypeMethodDescriptionDateTime.getGranularity()Gets the granularity of this time.Duration.getGranularity()Gets the granularity of this duration.Time.getGranularity()Gets the granularity of this time.DateTime.getUncertaintyUnits()Gets the units of the uncertainty.Duration.getUncertaintyUnits()Gets the units of the uncertainty.static DateTimeResolutionReturns the enum constant of this class with the specified name.static DateTimeResolution[]DateTimeResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.osid.calendaring with parameters of type DateTimeResolutionModifier and TypeMethodDescriptionEvent.getDuration(DateTimeResolution units) Gets the duration of the event.OffsetEvent.getFixedDuration(DateTimeResolution units) Gets the duration of the offset event. -
Uses of DateTimeResolution in org.osid.mapping
Methods in org.osid.mapping that return DateTimeResolution -
Uses of DateTimeResolution in org.osid.metering
Methods in org.osid.metering with parameters of type DateTimeResolutionModifier and TypeMethodDescriptionStatistic.getAverageRate(DateTimeResolution units) Gets the average rate of change.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.voidStatisticNotificationSession.registerForStatisticsExceedingAverageRateThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value, DateTimeResolution rateInterval) Register for notifications of the rate exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingDeltaThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the delta exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingMeanThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of means exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingMedianThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of medians exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingPercentChangeThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the percentage change exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingRMSThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the root mean square exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsExceedingSumThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications sums exceeding a threshold.voidStatisticNotificationSession.registerForStatisticsFailingAverageRateThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value, DateTimeResolution rateInterval) Register for notifications of the rate failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingDeltaThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the delta failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingMeanThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications means failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingMedianThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of medians failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingPercentChangeThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the percentage change failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingRMSThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications of the root mean square failing a threshold.voidStatisticNotificationSession.registerForStatisticsFailingSumThreshold(Id meterId, long interval, DateTimeResolution units, BigDecimal value) Register for notifications sums failing a threshold. -
Uses of DateTimeResolution in org.osid.search.terms
Methods in org.osid.search.terms that return DateTimeResolutionModifier and TypeMethodDescriptionDateTimeResolutionTerm.getDateTimeResolution()Gets the date time range in the term.