|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.discovery.DiscoveryComponent com.esri.gpt.catalog.discovery.DiscoveryQuery
public class DiscoveryQuery
Defines the model for an executable query.
Constructor Summary | |
---|---|
DiscoveryQuery()
Default constructor. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
DiscoveryFilter |
getFilter()
Gets the filter that constrains the query. |
DiscoveryResult |
getResult()
Gets the result of the query. |
Discoverables |
getReturnables()
Gets the list of discoverable properties to return. |
Sortables |
getSortables()
Gets the list of properties describing the sort option for results. |
void |
setFilter(DiscoveryFilter filter)
Sets the filter that constrains the query. |
void |
setReturnables(Discoverables returnables)
Sets the list of discoverable properties to return. |
void |
setSortables(Sortables sortables)
Sets the list of properties describing the sort option for results. |
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 DiscoveryQuery()
Method Detail |
---|
public DiscoveryFilter getFilter()
public void setFilter(DiscoveryFilter filter)
filter
- the filterpublic DiscoveryResult getResult()
public Discoverables getReturnables()
public void setReturnables(Discoverables returnables)
returnables
- the list of discoverables to returnpublic Sortables getSortables()
public void setSortables(Sortables sortables)
sortables
- the list of sortable propertiespublic void echo(StringBuffer sb)
echo
in class DiscoveryComponent
sb
- the buffer to use when appending information
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |