Frames | No Frames |
Fields of type netscape.ldap.client.JDAPFilter | |
JDAPFilter |
Classes derived from netscape.ldap.client.JDAPFilter | |
class | 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. |
Constructors with parameter type netscape.ldap.client.JDAPFilter | |
Constructs the filter. |
Methods with parameter type netscape.ldap.client.JDAPFilter | |
void | Adds filter into the filter set. |
Methods with return type netscape.ldap.client.JDAPFilter | |
JDAPFilter | JDAPFilter.getFilter(String filter) Constructs filter from filter string specified in RFC1558. |
JDAPFilter | JDAPFilter.getFilterComp(String f) Constructs the filter computation. |
JDAPFilter | JDAPFilter.getFilterItem(String item) Gets filter item. |
JDAPFilter[] | JDAPFilter.getFilterList(String list) Parses a list of filters
|