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 TypeClassDescriptionclassThis class implements the filter And.classThis class implements the approximate match filter.classThis class implements the attribute value assertion filter.classThis class implements the equality match filter.classThis class implements the extended match filter.classThis class implements the greater or equal filter.classThis class implements the less or equal filter.classThis class implements the filter not.classThis class implements the filter And.classThis class implements the filter present.classThis class implements the base class of filter "and" and filter "or".classThis class implements the filter substring.Fields in netscape.ldap.client declared as JDAPFilterFields in netscape.ldap.client with type parameters of type JDAPFilterMethods in netscape.ldap.client that return JDAPFilterModifier and TypeMethodDescriptionstatic JDAPFilterConstructs filter from filter string specified in RFC1558.JDAPFilterNot.getFilter()Gets original filter.static JDAPFilterJDAPFilter.getFilterComp(String f) Constructs the filter computation.static JDAPFilterJDAPFilter.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 TypeMethodDescriptionvoidJDAPFilterSet.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