com.esri.arcgis.geodatabasedistributed
Interface ICheckIn2

All Superinterfaces:
ICheckIn, java.io.Serializable
All Known Implementing Classes:
CheckIn, ICheckIn2Proxy

public interface ICheckIn2
extends ICheckIn, java.io.Serializable

COM Interface 'ICheckIn2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that perform a check in.' 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 IID27fce3ee_891d_407d_a36f_4d37ad14b3f6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.ICheckIn
IID15c5f91a_a992_42c6_a64e_53b4965fca46
 
Method Summary
 boolean checkInFromDeltaFile2(IWorkspaceName parentDB, java.lang.String checkoutName, java.lang.String fileName, int dcOption, boolean reconcileCheckout, int childReconcilePolicy, boolean columnLevel, boolean createOIDMappingTable)
          Checks in changes from a delta database.
 boolean checkInFromGDB2(IWorkspaceName parentDB, java.lang.String checkoutName, IWorkspaceName checkOutDB, boolean reconcileCheckout, int childReconcilePolicy, boolean columnLevel, boolean createOIDMappingTable)
          Checks in changes from a check-out database.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.ICheckIn
checkInFromDeltaFile, checkInFromGDB
 

Field Detail

IID27fce3ee_891d_407d_a36f_4d37ad14b3f6

static final int IID27fce3ee_891d_407d_a36f_4d37ad14b3f6
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

checkInFromGDB2

boolean checkInFromGDB2(IWorkspaceName parentDB,
                        java.lang.String checkoutName,
                        IWorkspaceName checkOutDB,
                        boolean reconcileCheckout,
                        int childReconcilePolicy,
                        boolean columnLevel,
                        boolean createOIDMappingTable)
                        throws java.io.IOException,
                               AutomationException
Checks in changes from a check-out database.

Parameters:
parentDB - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
checkoutName - The checkoutName (in)
checkOutDB - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
reconcileCheckout - The reconcileCheckout (in)
childReconcilePolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
columnLevel - The columnLevel (in)
createOIDMappingTable - The createOIDMappingTable (in)
Returns:
The conflicts_detected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkInFromDeltaFile2

boolean checkInFromDeltaFile2(IWorkspaceName parentDB,
                              java.lang.String checkoutName,
                              java.lang.String fileName,
                              int dcOption,
                              boolean reconcileCheckout,
                              int childReconcilePolicy,
                              boolean columnLevel,
                              boolean createOIDMappingTable)
                              throws java.io.IOException,
                                     AutomationException
Checks in changes from a delta database.

Parameters:
parentDB - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
checkoutName - The checkoutName (in)
fileName - The fileName (in)
dcOption - A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (in)
reconcileCheckout - The reconcileCheckout (in)
childReconcilePolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
columnLevel - The columnLevel (in)
createOIDMappingTable - The createOIDMappingTable (in)
Returns:
The conflicts_detected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.