|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.dsmlv2.request.Filter
org.apache.directory.api.dsmlv2.request.SubstringFilter
public class SubstringFilter
A Object that stores the substring filter. A substring filter follow this grammar : substring = attr "=" ( ([initial] any [final] | (initial [any] [final) | ([initial] [any] final) ) initial = value any = "*" *(value "*") final = value
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter |
|---|
parent |
| Constructor Summary | |
|---|---|
SubstringFilter()
|
|
| Method Summary | |
|---|---|
void |
addAnySubstrings(String any)
Add a internal substring |
List<String> |
getAnySubstrings()
Get the internal substrings |
String |
getFinalSubstrings()
Get the final substring |
String |
getInitialSubstrings()
Get the initial substring |
String |
getType()
Get the attribute |
void |
setFinalSubstrings(String finalSubstrings)
Set the final substring |
void |
setInitialSubstrings(String initialSubstrings)
Set the initial substring |
void |
setType(String type)
Set the attribute to match |
String |
toString()
Return a string compliant with RFC 2254 representing a Substring filter |
| Methods inherited from class org.apache.directory.api.dsmlv2.request.Filter |
|---|
getParent, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubstringFilter()
| Method Detail |
|---|
public List<String> getAnySubstrings()
public void addAnySubstrings(String any)
any - The anySubstrings to set.public String getFinalSubstrings()
public void setFinalSubstrings(String finalSubstrings)
finalSubstrings - The finalSubstrings to set.public String getInitialSubstrings()
public void setInitialSubstrings(String initialSubstrings)
initialSubstrings - The initialSubstrings to set.public String getType()
public void setType(String type)
type - The type to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||