Uses of Class
org.alfresco.service.cmr.search.IntervalSet
-
Packages that use IntervalSet Package Description org.alfresco.service.cmr.search org.alfresco.util -
-
Uses of IntervalSet in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return types with arguments of type IntervalSet Modifier and Type Method Description Set<IntervalSet>
Interval. getSets()
Set<IntervalSet>
IntervalParameters. getSets()
Constructor parameters in org.alfresco.service.cmr.search with type arguments of type IntervalSet Constructor Description Interval(String field, String label, Set<IntervalSet> sets)
IntervalParameters(Set<IntervalSet> sets, List<Interval> intervals)
-
Uses of IntervalSet in org.alfresco.util
Methods in org.alfresco.util that return IntervalSet Modifier and Type Method Description static IntervalSet
SearchDateConversion. parseDateInterval(IntervalSet theSet, boolean isDate)
Methods in org.alfresco.util with parameters of type IntervalSet Modifier and Type Method Description static IntervalSet
SearchDateConversion. parseDateInterval(IntervalSet theSet, boolean isDate)
-