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_vFilter
private Vector
<LDAPFilter> LDAPFilterList.m_vFilterList
Methods in netscape.ldap.util that return LDAPFilterModifier and TypeMethodDescription(package private) LDAPFilter
LDAPIntFilterList.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) void
LDAPFilterList.add
(LDAPFilter filter) Add an LDAPFilter to the private vector.(package private) void
LDAPIntFilterList.AddFilter
(LDAPFilter filter) Add a "relative" filter to an existing filter list.(package private) void
LDAPIntFilterSet.appendFilter
(LDAPFilter filter) Append a new filter to the existing set.(package private) void
LDAPIntFilterSet.newFilter
(LDAPFilter filter) Add a new filter to this filter set.Constructors in netscape.ldap.util with parameters of type LDAPFilter