|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPReplicaOptions2
This interface contains properties that define the options to use when creating a replica.
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 |
Method Detail |
---|
void setUseArchiving(boolean useArchiving) throws IOException, AutomationException
useArchiving
- The useArchiving (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseArchiving() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncludeMapLayers(boolean includeMapLayers) throws IOException, AutomationException
includeMapLayers
- The includeMapLayers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIncludeMapLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnAllExpandedDatasets(boolean returnAllExpandedDatasets) throws IOException, AutomationException
returnAllExpandedDatasets
- The returnAllExpandedDatasets (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnAllExpandedDatasets() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResolveDatasetNameConflicts(boolean resolveNameConflicts) throws IOException, AutomationException
resolveNameConflicts
- The resolveNameConflicts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isResolveDatasetNameConflicts() throws IOException, AutomationException
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 |