Uses of Class
netscape.ldap.util.LDAPFilter
Packages that use LDAPFilter
-
Uses of LDAPFilter in netscape.ldap.util
Fields in netscape.ldap.util with type parameters of type LDAPFilterModifier and TypeFieldDescriptionprivate Vector<LDAPFilter>LDAPIntFilterList.m_vFilterprivate Vector<LDAPFilter>LDAPFilterList.m_vFilterListMethods in netscape.ldap.util that return LDAPFilterModifier and TypeMethodDescription(package private) LDAPFilterLDAPIntFilterList.getFilter(int nFilter) Return the requested filter.LDAPFilterList.next()Returns the next LDAPFilterLDAPFilterList.nextElement()Returns the next LDAPFilter as an Object.Methods in netscape.ldap.util that return types with arguments of type LDAPFilterModifier and TypeMethodDescription(package private) Vector<LDAPFilter>LDAPIntFilterSet.getFilters(Pattern patTag, String matcherValue) Return a Vector of filters that match botht the tag pattern (in Perl5Pattern form), and the string strValue.Methods in netscape.ldap.util with parameters of type LDAPFilterModifier and TypeMethodDescription(package private) voidLDAPFilterList.add(LDAPFilter filter) Add an LDAPFilter to the private vector.(package private) voidLDAPIntFilterList.AddFilter(LDAPFilter filter) Add a "relative" filter to an existing filter list.(package private) voidLDAPIntFilterSet.appendFilter(LDAPFilter filter) Append a new filter to the existing set.(package private) voidLDAPIntFilterSet.newFilter(LDAPFilter filter) Add a new filter to this filter set.Constructors in netscape.ldap.util with parameters of type LDAPFilter