|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.webharvest.common.CommonResult
public class CommonResult
Common result implementation.
Constructor Summary | |
---|---|
CommonResult(Iterable<? extends Resource> resources)
Creates instance of the result. |
|
CommonResult(Resource resource)
Creates instance of the result. |
Method Summary | |
---|---|
void |
destroy()
Destroys result. |
Iterable<? extends 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<? extends Resource> resources)
resources
- collection of resourcespublic CommonResult(Resource resource)
resource
- a single resourceMethod Detail |
---|
public Iterable<? extends Resource> getResources()
Result
getResources
in interface Result
public void destroy()
Result
destroy
in interface Result
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |