Uses of Class
org.opencastproject.metadata.api.util.Interval
Packages that use Interval
-
Uses of Interval in org.opencastproject.metadata.api
Methods in org.opencastproject.metadata.api that return types with arguments of type IntervalModifier and TypeMethodDescriptionorg.opencastproject.util.data.Option<Interval> StaticMetadata.getAvailable() -
Uses of Interval in org.opencastproject.metadata.api.util
Methods in org.opencastproject.metadata.api.util that return IntervalModifier and TypeMethodDescriptionstatic IntervalInterval.boundedInterval(Date leftBound, Date rightBound) Constructor function for a bounded interval.static IntervalInterval.fromValues(Date leftBound, Date rightBound) Create an interval from two dates.static IntervalInterval.leftBoundedInterval(Date leftBound) Constructor function for a left bounded interval, i.e. an interval with an infinite right endpoint.static IntervalInterval.rightBoundedInterval(Date rightBound) Constructor function for a right bounded interval, i.e. an interval with an infinite left endpoint.