|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.discovery.DiscoveryComponent
com.esri.gpt.catalog.discovery.DiscoveryResult
public class DiscoveryResult
Represents the result of a query.
| Constructor Summary | |
|---|---|
DiscoveryResult()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
int |
getNumberOfHits()
Gets the number of records hit. |
DiscoveredRecords |
getRecords()
Gets the records that matched the query. |
void |
setNumberOfHits(int hits)
Sets the number of records hit. |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiscoveryResult()
| Method Detail |
|---|
public int getNumberOfHits()
public void setNumberOfHits(int hits)
hits - the number of hitspublic DiscoveredRecords getRecords()
public void echo(StringBuffer sb)
echo in class DiscoveryComponentsb - the buffer to use when appending information
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||