com.esri.arcgis.geodatabasedistributed
Interface ICheckOut

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CheckOut, ICheckOutProxy

public interface ICheckOut
extends java.io.Serializable

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

Description: 'Provides access to members that perform a check out.' 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 IIDd0571ebd_d55c_46ef_90a1_246c40486dca
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void checkOutData(IReplicaDescription rDDescriptions, boolean transferRelObjects, java.lang.String checkoutName)
          Checks out schema and data from a master geodatabase.
 void checkOutSchema(IReplicaDescription rDDescription, java.lang.String checkoutName)
          Checks out only the schema of the selected datasets from a master geodatabase.
 

Field Detail

IIDd0571ebd_d55c_46ef_90a1_246c40486dca

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

checkOutData

void checkOutData(IReplicaDescription rDDescriptions,
                  boolean transferRelObjects,
                  java.lang.String checkoutName)
                  throws java.io.IOException,
                         AutomationException
Checks out schema and data from a master geodatabase.

Parameters:
rDDescriptions - A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
transferRelObjects - The transferRelObjects (in)
checkoutName - The checkoutName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkOutSchema

void checkOutSchema(IReplicaDescription rDDescription,
                    java.lang.String checkoutName)
                    throws java.io.IOException,
                           AutomationException
Checks out only the schema of the selected datasets from a master geodatabase.

Parameters:
rDDescription - A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
checkoutName - The checkoutName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.