Uses of Enum Class
org.bedework.calfacade.indexing.BwIndexer.DeletedState
Packages that use BwIndexer.DeletedState
-
Uses of BwIndexer.DeletedState in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return BwIndexer.DeletedStateModifier and TypeMethodDescriptionstatic BwIndexer.DeletedStateReturns the enum constant of this class with the specified name.static BwIndexer.DeletedState[]BwIndexer.DeletedState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.calfacade.indexing with parameters of type BwIndexer.DeletedStateModifier and TypeMethodDescriptionBwIndexer.search(String query, boolean relevance, org.bedework.caldav.util.filter.FilterBase filter, List<SortTerm> sort, org.bedework.caldav.util.filter.FilterBase defaultFilterContext, String start, String end, int pageSize, BwIndexer.DeletedState deletedState, RecurringRetrievalMode recurRetrieval) Called to find entries that match the search string.