Interface FMSearchCriteria
-
@ProviderType public interface FMSearchCriteria
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FMSearchCriteria.Builder
static interface
FMSearchCriteria.BuilderProvider
Provider service for FMSearchCriteria Builderstatic class
FMSearchCriteria.Property
static class
FMSearchCriteria.SortCriteria
sort- An enum that indicates whether node are to be sorted in ascending order or descending order based on a property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxSize()
Maximum size of resultsint
getOffset()
Offset of the resultscom.day.cq.search.PredicateGroup
getSearchQuery()
Return Predicate Group denoting search query held in this instance
-