Uses of Class
netscape.ldap.client.JDAPFilter
Packages that use JDAPFilter
-
Uses of JDAPFilter in netscape.ldap.client
Subclasses of JDAPFilter in netscape.ldap.clientModifier and TypeClassDescriptionclass
This class implements the filter And.class
This class implements the approximate match filter.class
This class implements the attribute value assertion filter.class
This class implements the equality match filter.class
This class implements the extended match filter.class
This class implements the greater or equal filter.class
This class implements the less or equal filter.class
This class implements the filter not.class
This class implements the filter And.class
This class implements the filter present.class
This class implements the base class of filter "and" and filter "or".class
This class implements the filter substring.Methods in netscape.ldap.client that return JDAPFilterModifier and TypeMethodDescriptionstatic JDAPFilter
Constructs filter from filter string specified in RFC1558.JDAPFilterNot.getFilter()
Gets original filter.static JDAPFilter
JDAPFilter.getFilterComp
(String f) Constructs the filter computation.static JDAPFilter
JDAPFilter.getFilterItem
(String item) Gets filter item.static JDAPFilter[]
JDAPFilter.getFilterList
(String list) Parses a list of filtersMethods in netscape.ldap.client that return types with arguments of type JDAPFilterMethods in netscape.ldap.client with parameters of type JDAPFilterModifier and TypeMethodDescriptionvoid
JDAPFilterSet.addElement
(JDAPFilter filter) Adds filter into the filter set.Constructors in netscape.ldap.client with parameters of type JDAPFilter -
Uses of JDAPFilter in netscape.ldap.client.opers
Fields in netscape.ldap.client.opers declared as JDAPFilter