|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICheckInDataSynchronizer
Provides access to members that synchronize changes from a check-out geodatabase or delta database with the master geodatabase.
This interface provides Synchronize a method to synchronize changes in a check-out.
The Synchronize method transfers the changes from a check-out geodatabase (either personal, file, or ArcSDE) or a delta file to the parent replica (previously referred to as the master geodatabase). It does not unregister the check-out.
NOTE: It is recommended that you use ICheckin interface to check in changes instead of this interface.
| Method Summary | |
|---|---|
boolean |
synchronize(IDataChanges dataChanges,
String editVersionName,
IWorkspaceName parentWorkspace,
boolean reconcileCheckout,
boolean createOIDMappingTable)
Synchronizes the changes in the check-out geodatabase or delta database with the master geodatabase. |
| Method Detail |
|---|
boolean synchronize(IDataChanges dataChanges,
String editVersionName,
IWorkspaceName parentWorkspace,
boolean reconcileCheckout,
boolean createOIDMappingTable)
throws IOException,
AutomationException
The Synchronize method transfers the changes from a check-out geodatabase (either personal, file, or ArcSDE) or a delta file to a parent replica (previously referred to as a master geodatabase). It does not unregister the check-out.
If reconcileCheckout is TRUE, the changes are applied to the check-out version and this version is reconciled with it’s parent version. If reconcileCheckout is FALSE, the changes are applied to the check-out version, but no reconcile is performed.
The editVersionName is the check-out version.
The method returns a boolean value, which like the IGeoDBDataCheckin::Checkin method , returns True if there were conflicts on check in and False otherwise.
NOTE: It is recommended that you use ICheckin interface to check in changes instead of this interface.
dataChanges - A reference to a com.esri.arcgis.geodatabasedistributed.IDataChanges (in)editVersionName - The editVersionName (in)parentWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)reconcileCheckout - The reconcileCheckout (in)createOIDMappingTable - The createOIDMappingTable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ICheckIn.checkInFromGDB(com.esri.arcgis.geodatabase.IWorkspaceName, String, com.esri.arcgis.geodatabase.IWorkspaceName, boolean, boolean),
ICheckIn
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||