com.esri.arcgis.carto
Interface IEditResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
EditResult

public interface IEditResult
extends Serializable

Edit Result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getCode()
          Error Code.
 String getDescription()
          Error Description.
 String getGlobalID()
          Global ID.
 int getOID()
          Object ID.
 boolean isSucceeded()
          Success or faliure.
 

Method Detail

getCode

int getCode()
            throws IOException,
                   AutomationException
Error Code.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The errorCode
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Error Description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The description
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobalID

String getGlobalID()
                   throws IOException,
                          AutomationException
Global ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The globalID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOID

int getOID()
           throws IOException,
                  AutomationException
Object ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The oID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSucceeded

boolean isSucceeded()
                    throws IOException,
                           AutomationException
Success or faliure.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The succeeded
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.