|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.templates.Query
public class Query
Contains data associated with a query request.
| Constructor Summary | |
|---|---|
Query(String query)
Parses the query from a string into query terms. |
|
| Method Summary | |
|---|---|
Integer |
getFromResult()
Returns the from result. |
String[] |
getReturnAttributes()
Returns the return attributes. |
String |
getSearchRestrictions()
Returns the search restrictions. |
String[] |
getTerms()
Returns the terms. |
Integer |
getToResult()
Returns the to result. |
void |
setFromResult(Integer i)
Sets the index of the result to begin searching. |
void |
setReturnAttributes(String[] attrs)
Sets the return attributes. |
void |
setSearchRestrictions(String restrictions)
Sets the search restrictions. |
void |
setToResult(Integer i)
Sets the index of the result to stop searching. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Query(String query)
query - to parse| Method Detail |
|---|
public String[] getTerms()
public void setReturnAttributes(String[] attrs)
attrs - return attributespublic String[] getReturnAttributes()
public void setSearchRestrictions(String restrictions)
restrictions - search restrictionspublic String getSearchRestrictions()
public void setFromResult(Integer i)
i - from indexpublic Integer getFromResult()
public void setToResult(Integer i)
i - to resultpublic Integer getToResult()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||