Uses of Class
org.apache.directory.api.dsmlv2.request.Filter
-
Packages that use Filter Package Description org.apache.directory.api.dsmlv2.request -
-
Uses of Filter in org.apache.directory.api.dsmlv2.request
Subclasses of Filter in org.apache.directory.api.dsmlv2.request Modifier and Type Class Description classAndFilterAnd Filter Object to store the And filter.classAttributeValueAssertionFilterObject to store the filter.classConnectorFilterThis Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.classExtensibleMatchFilterThe search request filter Matching Rule assertionclassNotFilterNot Filter Object to store the Not filter.classOrFilterOr Filter Object to store the Or filter.classPresentFilterObject to store the filter.classSubstringFilterA Object that stores the substring filter.Fields in org.apache.directory.api.dsmlv2.request declared as Filter Modifier and Type Field Description protected FilterFilter. parentThe parent FilterFields in org.apache.directory.api.dsmlv2.request with type parameters of type Filter Modifier and Type Field Description protected List<Filter>ConnectorFilter. filterSetThe set of filters used by And/Or filtersMethods in org.apache.directory.api.dsmlv2.request that return Filter Modifier and Type Method Description FilterSearchRequestDsml. getCodecFilter()Gets the search filter associated with this search request.FilterNotFilter. getNotFilter()Get the NotFilterFilterFilter. getParent()Get the parentFilterSearchRequestDsml. getTerminalFilter()Get the terminal filterMethods in org.apache.directory.api.dsmlv2.request that return types with arguments of type Filter Modifier and Type Method Description List<Filter>AndFilter. getAndFilter()Get the AndFilter.List<Filter>ConnectorFilter. getFilterSet()Get the list of filters stored in the composite filterList<Filter>OrFilter. getOrFilter()Get the OrFilterMethods in org.apache.directory.api.dsmlv2.request with parameters of type Filter Modifier and Type Method Description voidSearchRequestDsml. addCurrentFilter(Filter localFilter)Add a current filter.voidConnectorFilter. addFilter(Filter filter)Add a new Filter to the list.voidNotFilter. addFilter(Filter filter)Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).voidNotFilter. setNotFilter(Filter notFilter)Set the NotFiltervoidFilter. setParent(Filter parent)Set the parentvoidSearchRequestDsml. setTerminalFilter(Filter terminalFilter)Set the terminal filter
-