com.esri.arcgis.geodatabase
Interface IGPReplicaOptions2

All Superinterfaces:
IGPReplicaOptions, java.io.Serializable
All Known Implementing Classes:
GPReplicaOptions, IGPReplicaOptions2Proxy

public interface IGPReplicaOptions2
extends IGPReplicaOptions, java.io.Serializable

COM Interface 'IGPReplicaOptions2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 IIDc2d25f91_087a_4b2e_bfe1_2dbac9cd6128
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaOptions
IIDc75f38cc_f589_42cd_9a85_b0be9b7fcd2b
 
Method Summary
 boolean isIncludeMapLayers()
          isIncludeMapLayers
 boolean isResolveDatasetNameConflicts()
          Resolve dataset name conflicts when creating replicas.
 boolean isReturnAllExpandedDatasets()
          Return all datasets including feature datasets, topologies, and geometric networks when expanding.
 boolean isUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 void setIncludeMapLayers(boolean includeMapLayers)
          setIncludeMapLayers
 void setResolveDatasetNameConflicts(boolean resolveNameConflicts)
          Resolve dataset name conflicts when creating replicas.
 void setReturnAllExpandedDatasets(boolean returnAllExpandedDatasets)
          Return all datasets including feature datasets, topologies, and geometric networks when expanding.
 void setUseArchiving(boolean useArchiving)
          Use archiving instead of versions to track changes in one way replicas.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGPReplicaOptions
getAccessType, getChildConnectionString, getChildReconcilePolicy, getParentConnectionString, getParentReconcilePolicy, isChildFirstSender, isRegisterReplicaOnly, setAccessType, setChildConnectionString, setChildReconcilePolicy, setIsChildFirstSender, setParentConnectionString, setParentReconcilePolicy, setRegisterReplicaOnly
 

Field Detail

IIDc2d25f91_087a_4b2e_bfe1_2dbac9cd6128

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

setUseArchiving

void setUseArchiving(boolean useArchiving)
                     throws java.io.IOException,
                            AutomationException
Use archiving instead of versions to track changes in one way replicas.

Parameters:
useArchiving - The useArchiving (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseArchiving

boolean isUseArchiving()
                       throws java.io.IOException,
                              AutomationException
Use archiving instead of versions to track changes in one way replicas.

Returns:
The useArchiving
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludeMapLayers

void setIncludeMapLayers(boolean includeMapLayers)
                         throws java.io.IOException,
                                AutomationException
setIncludeMapLayers

Parameters:
includeMapLayers - The includeMapLayers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIncludeMapLayers

boolean isIncludeMapLayers()
                           throws java.io.IOException,
                                  AutomationException
isIncludeMapLayers

Returns:
The includeMapLayers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnAllExpandedDatasets

void setReturnAllExpandedDatasets(boolean returnAllExpandedDatasets)
                                  throws java.io.IOException,
                                         AutomationException
Return all datasets including feature datasets, topologies, and geometric networks when expanding.

Parameters:
returnAllExpandedDatasets - The returnAllExpandedDatasets (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnAllExpandedDatasets

boolean isReturnAllExpandedDatasets()
                                    throws java.io.IOException,
                                           AutomationException
Return all datasets including feature datasets, topologies, and geometric networks when expanding.

Returns:
The returnAllExpandedDatasets
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolveDatasetNameConflicts

void setResolveDatasetNameConflicts(boolean resolveNameConflicts)
                                    throws java.io.IOException,
                                           AutomationException
Resolve dataset name conflicts when creating replicas.

Parameters:
resolveNameConflicts - The resolveNameConflicts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isResolveDatasetNameConflicts

boolean isResolveDatasetNameConflicts()
                                      throws java.io.IOException,
                                             AutomationException
Resolve dataset name conflicts when creating replicas.

Returns:
The resolveNameConflicts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.