com.esri.arcgis.geodatabase
Interface IWorkspaceEditInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWorkspaceEditInfoProxy

public interface IWorkspaceEditInfo
extends Serializable

Provides access to members that control Workspace Editing Information.

Product Availability

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


Method Summary
 boolean isCanEdit()
          Indicates if the workspace supports edit sessions with the ability to discard edits on save.
 boolean isCanRedo()
          Indicates if the workspace supports edit sessions with the ability to redo undone operations.
 boolean isCanUndo()
          Indicates if the workspace supports edit sessions with the ability to undo individual edit operations.
 

Method Detail

isCanEdit

boolean isCanEdit()
                  throws IOException,
                         AutomationException
Indicates if the workspace supports edit sessions with the ability to discard edits on save.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isCanUndo

boolean isCanUndo()
                  throws IOException,
                         AutomationException
Indicates if the workspace supports edit sessions with the ability to undo individual edit operations.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isCanRedo

boolean isCanRedo()
                  throws IOException,
                         AutomationException
Indicates if the workspace supports edit sessions with the ability to redo undone operations.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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