|
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.DiscoveredRecord
public class DiscoveredRecord
Represents a record discovered through query.
Constructor Summary | |
---|---|
DiscoveredRecord()
Default constructor. |
Method Summary | |
---|---|
void |
addField(Discoverable target,
Object[] values)
Adds a field to the record. |
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
Collection<Returnable> |
getFields()
Gets the returnable fields associated with the record. |
String |
getResponseXml()
Gets the response XML. |
void |
setResponseXml(String xml)
Sets the response XML. |
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 DiscoveredRecord()
Method Detail |
---|
public Collection<Returnable> getFields()
public String getResponseXml()
public void setResponseXml(String xml)
xml
- the response XMLpublic void addField(Discoverable target, Object[] values)
target
- the discoverable property associated with the fieldvalues
- the data store values associated with the targetpublic 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 |