Esri Geoportal Server
1.0

com.esri.gpt.framework.request
Class ActionResult

java.lang.Object
  extended by com.esri.gpt.framework.request.Result
      extended by com.esri.gpt.framework.request.ActionResult
Direct Known Subclasses:
HeActionResult, HjActionResult, HrActionResult, MmdActionResult

public class ActionResult
extends Result

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

ActionResult

public ActionResult()
Default constructor.

Method Detail

getNumberOfRecordsModified

public int getNumberOfRecordsModified()
Gets the number of records that were modified.

Returns:
the number of records that were modified

setNumberOfRecordsModified

public void setNumberOfRecordsModified(int numModified)
Sets the number of records that were modified..

Parameters:
numModified - the number of records that were modified

reset

public void reset()
Resets the result.

Specified by:
reset in class Result

Esri Geoportal Server
1.0

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