|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.request.Result
com.esri.gpt.framework.request.ActionResult
public class ActionResult
Represents the result associated with an action.
An action is typically associated with a database modification (create/update/delete).
| Constructor Summary | |
|---|---|
ActionResult()
Default constructor. |
|
| Method Summary | |
|---|---|
int |
getNumberOfRecordsModified()
Gets the number of records that were modified. |
void |
reset()
Resets the result. |
void |
setNumberOfRecordsModified(int numModified)
Sets the number of records that were modified.. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionResult()
| Method Detail |
|---|
public int getNumberOfRecordsModified()
public void setNumberOfRecordsModified(int numModified)
numModified - the number of records that were modifiedpublic void reset()
reset in class Result
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||