com.esri.arcgis.geodatabasedistributed
Interface esriReplicaProgress

All Superinterfaces:
java.io.Serializable

public interface esriReplicaProgress
extends java.io.Serializable

Constants from esriReplicaProgress' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Replica progress types.' 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 int esriRPBuildGeometricNetworks
          Rebuild connectivity of a geometric network in the check-out database once it has been checked out.
static int esriRPCreateCOVersions
          Creating checkout versions.
static int esriRPCreatingCheckOut
          Create check-out.
static int esriRPCreatingReplica
          Create replica.
static int esriRPCreatingSchemaCheckOut
          Registering replica.
static int esriRPExportingToXML
          Registering replica.
static int esriRPExtractData
          Extracting data.
static int esriRPExtractSchema
          Extracting schema.
static int esriRPExtractSchemaAndData
          Extracting schema and data.
static int esriRPFetchRelatedNObjects
          Fetch related network objects.
static int esriRPFetchRelatedObjects
          Fetch related objects.
static int esriRPFetchTopologyObjects
          Fetch topology objects.
static int esriRPImportingDataChanges
          Importing data changes.
static int esriRPRebuildCIConnectivity
          Rebuild connectivity of a geometric network in the master database once it's been checked in.
static int esriRPReconcileWithParent
          Reconcile changes in check-out version with it's parent version.
static int esriRPRegisteringCheckOut
          Registering checkouts.
static int esriRPRegisteringReplica
          Registering replica.
static int esriRPSavingToXMLFile
          Registering replica.
static int esriRPSynchronizingCheckOut
          Synchronize changes in the check-out with the master database.
static int esriRPSynchronizingReplica
          Synchronize changes in the check-out with the master database.
static int esriRPTransferChanges
          Transfer changes from checkout geodatabase.
static int esriRPUnregisteringCheckOut
          Unregister the check-out.
static int esriRPUpdateRelatedObjects
          Update related object classes.
 

Field Detail

esriRPExtractSchema

static final int esriRPExtractSchema
Extracting schema.

See Also:
Constant Field Values

esriRPExtractData

static final int esriRPExtractData
Extracting data.

See Also:
Constant Field Values

esriRPExtractSchemaAndData

static final int esriRPExtractSchemaAndData
Extracting schema and data.

See Also:
Constant Field Values

esriRPFetchRelatedObjects

static final int esriRPFetchRelatedObjects
Fetch related objects.

See Also:
Constant Field Values

esriRPFetchRelatedNObjects

static final int esriRPFetchRelatedNObjects
Fetch related network objects.

See Also:
Constant Field Values

esriRPBuildGeometricNetworks

static final int esriRPBuildGeometricNetworks
Rebuild connectivity of a geometric network in the check-out database once it has been checked out.

See Also:
Constant Field Values

esriRPFetchTopologyObjects

static final int esriRPFetchTopologyObjects
Fetch topology objects.

See Also:
Constant Field Values

esriRPRegisteringCheckOut

static final int esriRPRegisteringCheckOut
Registering checkouts.

See Also:
Constant Field Values

esriRPCreateCOVersions

static final int esriRPCreateCOVersions
Creating checkout versions.

See Also:
Constant Field Values

esriRPTransferChanges

static final int esriRPTransferChanges
Transfer changes from checkout geodatabase.

See Also:
Constant Field Values

esriRPUpdateRelatedObjects

static final int esriRPUpdateRelatedObjects
Update related object classes.

See Also:
Constant Field Values

esriRPRebuildCIConnectivity

static final int esriRPRebuildCIConnectivity
Rebuild connectivity of a geometric network in the master database once it's been checked in.

See Also:
Constant Field Values

esriRPReconcileWithParent

static final int esriRPReconcileWithParent
Reconcile changes in check-out version with it's parent version.

See Also:
Constant Field Values

esriRPUnregisteringCheckOut

static final int esriRPUnregisteringCheckOut
Unregister the check-out.

See Also:
Constant Field Values

esriRPCreatingCheckOut

static final int esriRPCreatingCheckOut
Create check-out.

See Also:
Constant Field Values

esriRPSynchronizingCheckOut

static final int esriRPSynchronizingCheckOut
Synchronize changes in the check-out with the master database.

See Also:
Constant Field Values

esriRPSynchronizingReplica

static final int esriRPSynchronizingReplica
Synchronize changes in the check-out with the master database.

See Also:
Constant Field Values

esriRPCreatingReplica

static final int esriRPCreatingReplica
Create replica.

See Also:
Constant Field Values

esriRPRegisteringReplica

static final int esriRPRegisteringReplica
Registering replica.

See Also:
Constant Field Values

esriRPCreatingSchemaCheckOut

static final int esriRPCreatingSchemaCheckOut
Registering replica.

See Also:
Constant Field Values

esriRPExportingToXML

static final int esriRPExportingToXML
Registering replica.

See Also:
Constant Field Values

esriRPSavingToXMLFile

static final int esriRPSavingToXMLFile
Registering replica.

See Also:
Constant Field Values

esriRPImportingDataChanges

static final int esriRPImportingDataChanges
Importing data changes.

See Also:
Constant Field Values