|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataChanges2
Provides access to return the model type of the edits in the check-out.
This interface is used identify the model type of delta file or a check-out.
See the DataChangesExporter coclass for more information on delta files. A check-out is always a full model type.
DataChangesExporter
,
DataChanges
,
IExportDataChanges
Method Summary | |
---|---|
int |
getChangesModelType()
Geodabase model type, simple or full. |
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges |
---|
extract, getModifiedClassesInfo, getParentReplicaID, getParentWorkspaceName, getReplicaGuid |
Method Detail |
---|
int getChangesModelType() throws IOException, AutomationException
Returns the model type of delta file or a replica.
A full model type delta file indicates that all reactive geodatabase behavior was executed at edit time.
A simple model type delta file assumes that the edits were not made by a reactive geodatabase editor.
See the DataChangesExporter coclass for more information on delta files. A check-out is always a full model type.
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 |