| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api.search |
| Modifier and Type | Method and Description |
|---|---|
static SubstringFilter |
SubstringFilter.contains(String attribute,
String... parts)
Create a SubstringFilter based on the filter elements.
|
static SubstringFilter |
SubstringFilter.endsWith(String attribute,
String... parts)
Create a SubstringFilter based on the filter elements.
|
static SubstringFilter |
SubstringFilter.startsWith(String attribute,
String... parts)
Create a SubstringFilter based on the filter elements.
|
static SubstringFilter |
SubstringFilter.substring(String attribute,
String... parts)
Create a SubstringFilter based on the filter elements.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.