Esri Geoportal Server
1.2.9

com.esri.gpt.framework.resource.query
Interface Result

All Known Implementing Classes:
CommonResult

public interface Result

Query result. Typically, an instance of the concrete implementation can be obtained through Query.execute().


Method Summary
 void destroy()
          Destroys result.
 Iterable<? extends Resource> getResources()
          Gets available resources.
 

Method Detail

getResources

Iterable<? extends Resource> getResources()
Gets available resources. Retrieved resources are a top-level resources.

Returns:
resources

destroy

void destroy()
Destroys result.


Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.