Uses of Class
org.apache.directory.api.ldap.codec.search.Filter
-
Packages that use Filter Package Description org.apache.directory.api.ldap.codec.api org.apache.directory.api.ldap.codec.search -
-
Uses of Filter in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return Filter Modifier and Type Method Description FilterLdapMessageContainer. getCurrentFilter()FilterLdapMessageContainer. getTerminalFilter()FilterLdapMessageContainer. getTopFilter()Methods in org.apache.directory.api.ldap.codec.api with parameters of type Filter Modifier and Type Method Description voidLdapMessageContainer. addCurrentFilter(Filter localFilter)Add a current filter.voidLdapMessageContainer. setCurrentFilter(Filter currentFilter)voidLdapMessageContainer. setTerminalFilter(Filter terminalFilter)voidLdapMessageContainer. setTopFilter(Filter topFilter) -
Uses of Filter in org.apache.directory.api.ldap.codec.search
Subclasses of Filter in org.apache.directory.api.ldap.codec.search 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.ldap.codec.search declared as Filter Modifier and Type Field Description protected FilterFilter. parentThe parent FilterFields in org.apache.directory.api.ldap.codec.search 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.ldap.codec.search that return Filter Modifier and Type Method Description FilterNotFilter. getNotFilter()Get the NotFilterFilterFilter. getParent()Get the parentMethods in org.apache.directory.api.ldap.codec.search 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.ldap.codec.search with parameters of type Filter Modifier and Type Method Description 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, int parentTlvId)Set the parent
-