|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebSearchOptions
Provides access to members that define an ArcWeb search.
| Method Summary | |
|---|---|
void |
addOrderByFieldName(String fieldName,
boolean descending)
A field name used for sorting the results. |
void |
addReturnFieldName(String fieldName)
A field name used for sorting the results. |
int |
getCount()
The number of records returned in the results (default is 20). |
int |
getStartIndex()
The number of records to skip in the query (first record is 0 and default is 0). |
String |
getWhereClause()
An SQL WHERE clause to limit search results. |
void |
setCount(int pCount)
The number of records returned in the results (default is 20). |
void |
setStartIndex(int pStartIndex)
The number of records to skip in the query (first record is 0 and default is 0). |
void |
setWhereClause(String whereClause)
An SQL WHERE clause to limit search results. |
| Method Detail |
|---|
int getStartIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartIndex(int pStartIndex)
throws IOException,
AutomationException
pStartIndex - The pStartIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCount(int pCount)
throws IOException,
AutomationException
pCount - The pCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addOrderByFieldName(String fieldName,
boolean descending)
throws IOException,
AutomationException
fieldName - The fieldName (in)descending - The descending (in, optional, pass true if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addReturnFieldName(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWhereClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(String whereClause)
throws IOException,
AutomationException
whereClause - The whereClause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||