com.esri.arcgis.geodatabase
Interface IWorkspaceEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IWorkspaceEdit2
All Known Implementing Classes:
IWorkspaceEdit2Proxy, IWorkspaceEditProxy, VersionedWorkspace, Workspace

public interface IWorkspaceEdit
extends java.io.Serializable

COM Interface 'IWorkspaceEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control Workspace Editing.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID995d5c92_15c6_11d2_89ed_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void abortEditOperation()
          Aborts an edit operation.
 void disableUndoRedo()
          Disables Undo and Redo of edit operations.
 void enableUndoRedo()
          Enables Undo and Redo of edit operations.
 void hasEdits(boolean[] hasEdits)
          True if there are any completed edit operations that need to be saved .
 void hasRedos(boolean[] hasRedos)
          True if there are any completed undos that can be redone.
 void hasUndos(boolean[] hasUndos)
          True if there are any completed edit operations that can be undone.
 boolean isBeingEdited()
          True if the workspace is being edited.
 void redoEditOperation()
          Causes a Redo to be performed on the last undo.
 void startEditing(boolean withUndoRedo)
          Starts editing the workspace.
 void startEditOperation()
          Begins an edit operation.
 void stopEditing(boolean saveEdits)
          Stops editing the workspace.
 void stopEditOperation()
          Ends an edit operation.
 void undoEditOperation()
          Causes an Undo to be performed on the last edit operation.
 

Field Detail

IID995d5c92_15c6_11d2_89ed_006097aff44e

static final int IID995d5c92_15c6_11d2_89ed_006097aff44e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

startEditing

void startEditing(boolean withUndoRedo)
                  throws java.io.IOException,
                         AutomationException
Starts editing the workspace.

Parameters:
withUndoRedo - The withUndoRedo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopEditing

void stopEditing(boolean saveEdits)
                 throws java.io.IOException,
                        AutomationException
Stops editing the workspace.

Parameters:
saveEdits - The saveEdits (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBeingEdited

boolean isBeingEdited()
                      throws java.io.IOException,
                             AutomationException
True if the workspace is being edited.

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

startEditOperation

void startEditOperation()
                        throws java.io.IOException,
                               AutomationException
Begins an edit operation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopEditOperation

void stopEditOperation()
                       throws java.io.IOException,
                              AutomationException
Ends an edit operation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

abortEditOperation

void abortEditOperation()
                        throws java.io.IOException,
                               AutomationException
Aborts an edit operation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasUndos

void hasUndos(boolean[] hasUndos)
              throws java.io.IOException,
                     AutomationException
True if there are any completed edit operations that can be undone.

Parameters:
hasUndos - The hasUndos (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

undoEditOperation

void undoEditOperation()
                       throws java.io.IOException,
                              AutomationException
Causes an Undo to be performed on the last edit operation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasRedos

void hasRedos(boolean[] hasRedos)
              throws java.io.IOException,
                     AutomationException
True if there are any completed undos that can be redone.

Parameters:
hasRedos - The hasRedos (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

redoEditOperation

void redoEditOperation()
                       throws java.io.IOException,
                              AutomationException
Causes a Redo to be performed on the last undo.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableUndoRedo

void enableUndoRedo()
                    throws java.io.IOException,
                           AutomationException
Enables Undo and Redo of edit operations.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableUndoRedo

void disableUndoRedo()
                     throws java.io.IOException,
                            AutomationException
Disables Undo and Redo of edit operations.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasEdits

void hasEdits(boolean[] hasEdits)
              throws java.io.IOException,
                     AutomationException
True if there are any completed edit operations that need to be saved .

Parameters:
hasEdits - The hasEdits (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.