|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConflictsWindow
Provides access to Conflicts Display Window.
The IConflictsWindow interface allows you to manage the conflict display environment after performing a reconcile in the Editor, if conflicts were detected. If further post processing of conflicts is required, the interface provides the methods to work with the classes that contain conflicts and the individual rows that are conflicts. Removing conflicting rows from the selection sets and resetting the conflicts window allows you to programmatically remove rows and classes from the dialog.
Method Summary | |
---|---|
IConflictClass |
esri_getClass(int index)
Class by index. |
ITable |
findTable(IConflictClass conflictClass,
int vers)
Finds a cached table corresponding to the conflict class and version. |
int |
getClassCount()
The number of classes with conflicts. |
IConflictClass |
getCurrentClass()
Class of the selected feature, or 0 if no ConflictClass. |
int |
getCurrentRow()
ID of the selected row or feature, or -1 if no current row. |
IEnumIDs |
getIDs(IConflictClass conflictClass)
Enumerate the feature IDs for a ConflictClass. |
boolean |
hasConflicts()
Indicates if conflicts have been detected. |
boolean |
isVisible()
Indicates if Conflicts Window is visible. |
void |
reset()
Resets the conflicts. |
void |
setVisible(boolean vis)
Indicates if Conflicts Window is visible. |
Method Detail |
---|
void setVisible(boolean vis) throws IOException, AutomationException
vis
- The vis (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasConflicts() throws IOException, AutomationException
HasConflicts returns True if any classes are returned by IVersionEdit::ConflictClasses.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentRow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IConflictClass getCurrentClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getClassCount() throws IOException, AutomationException
Use ClassCount to loop over the set of conflict classes.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IConflictClass esri_getClass(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumIDs getIDs(IConflictClass conflictClass) throws IOException, AutomationException
conflictClass
- A reference to a com.esri.arcgis.geodatabase.IConflictClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable findTable(IConflictClass conflictClass, int vers) throws IOException, AutomationException
conflictClass
- A reference to a com.esri.arcgis.geodatabase.IConflictClass (in)vers
- A com.esri.arcgis.editor.esriVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |