|
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.framework.request.Result com.esri.gpt.framework.request.HybridResult<ART,QRT>
public class HybridResult<ART extends ActionResult,QRT extends QueryResult<? extends Records<? extends Record>>>
Holds both an action and query result.
generic: ART represents the ActionResult type
generic: QRT represents the QueryResult type
Constructor Summary | |
---|---|
HybridResult()
Default constructor. |
|
HybridResult(ART actionResult,
QRT queryResult)
Constructs with supplied results. |
Method Summary | |
---|---|
ART |
getActionResult()
Gets the action result. |
QRT |
getQueryResult()
Gets the query result. |
void |
reset()
Resets the result. |
void |
setActionResult(ART result)
Sets the action result. |
void |
setQueryResult(QRT result)
Sets the query result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HybridResult()
public HybridResult(ART actionResult, QRT queryResult)
actionResult
- the action resultqueryResult
- the query resultMethod Detail |
---|
public ART getActionResult()
public void setActionResult(ART result)
result
- the action resultpublic QRT getQueryResult()
public void setQueryResult(QRT result)
result
- the query resultpublic void reset()
reset
in class Result
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |