|
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.control.webharvest.common.CommonResult
public class CommonResult
Common result implementation.
Constructor Summary | |
---|---|
CommonResult(Iterable<Resource> resources)
Creates instance of the result. |
|
CommonResult(Resource resource)
Creates instance of the result. |
Method Summary | |
---|---|
Iterable<Resource> |
getResources()
Gets available resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonResult(Iterable<Resource> resources)
resources
- collection of resourcespublic CommonResult(Resource resource)
resource
- a single resourceMethod Detail |
---|
public Iterable<Resource> getResources()
Result
getResources
in interface Result
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |