|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.ags.tasks.EditingWorkspace
EditBean
@Deprecated public class EditingWorkspace
EditingWorkspace is a wrapper of IWorkspace. It can handle both versioned and none-versioned workspace.
| Constructor Summary | |
|---|---|
EditingWorkspace(EditingResource currentResource,
int layerIndex,
java.lang.String wsID,
java.lang.Boolean childWin,
java.lang.Boolean columnLevel)
Deprecated. Instantiates a object of EditingWorkspace. |
|
| Method Summary | |
|---|---|
void |
discard()
Deprecated. Discards all changes. |
boolean |
equals(java.lang.Object obj)
Deprecated. Returns true if two workspaces are refer to same server workspace object. |
int |
getLayerID()
Deprecated. Gets current layerID |
boolean |
hasEdits()
Deprecated. Returns true if there are edits. |
boolean |
hasRedo()
Deprecated. Returns true if edits can be redo. |
boolean |
hasUndo()
Deprecated. Returns true if edits can be undo. |
boolean |
isValid()
Deprecated. Returns true if the workspace is valid. |
void |
redo()
Deprecated. Redo previous edit. |
void |
save()
Deprecated. Saves changes. |
void |
startEditOperation()
Deprecated. Starts editing. |
void |
stopEditOperation()
Deprecated. Stops editing. |
void |
undo()
Deprecated. Undo previous edit. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditingWorkspace(EditingResource currentResource,
int layerIndex,
java.lang.String wsID,
java.lang.Boolean childWin,
java.lang.Boolean columnLevel)
throws com.esri.arcgis.interop.AutomationException,
java.io.IOException
currentResource - current EditingResource reference.layerIndex - layer IDwsID - workspace ID in the configuration.childWin - reconcile rulecolumnLevel - reconcile rule
com.esri.arcgis.interop.AutomationException
java.io.IOException| Method Detail |
|---|
public boolean hasRedo()
public boolean hasEdits()
public boolean hasUndo()
public void save()
throws com.esri.arcgis.interop.AutomationException,
java.io.IOException
com.esri.arcgis.interop.AutomationException
java.io.IOException
public void discard()
throws java.lang.Throwable
java.lang.Throwable
public void undo()
throws com.esri.arcgis.interop.AutomationException,
java.io.IOException
com.esri.arcgis.interop.AutomationException
java.io.IOException
public void redo()
throws com.esri.arcgis.interop.AutomationException,
java.io.IOException
com.esri.arcgis.interop.AutomationException
java.io.IOExceptionpublic void startEditOperation()
public void stopEditOperation()
throws java.lang.IllegalAccessException
java.lang.IllegalAccessException - when unable to delete the vertex. The number of points will be less than required
for the feature.public int getLayerID()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean isValid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||