Esri Geoportal Server
1.0

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
 Iterable<Resource> getResources()
          Gets available resources.
 

Method Detail

getResources

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

Returns:
resources

Esri Geoportal Server
1.0

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