com.esri.arcgis.geodatabase
Interface IReplicaEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReplicaEdit2
All Known Implementing Classes:
IReplicaEdit2Proxy, IReplicaEditProxy, Replica

public interface IReplicaEdit
extends java.io.Serializable

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

Description: 'Provides access to members that modify information for a replica.' 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 IID891ac2b8_4744_454c_8e16_1c46c38fc0b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(IReplica otherReplica)
          Init the replica from other replica.
 void setConnectionInfoByRef(IWorkspaceName rhs1)
          The connection string for the master geodatabase.
 void setDescriptionByRef(IReplicaDescription rhs1)
          The replica version description.
 void setName(java.lang.String rhs1)
          The name of the replica.
 void setOwner(java.lang.String rhs1)
          The master geodatabase login used to create the replica.
 void setParentID(int rhs1)
          The ID of the replica reference in the master geodatabase.
 void setReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
          The replica datasets for this replica.
 void setReplicaDate(double rhs1)
          The date that the data was checked out.
 void setReplicaGuid(java.lang.String rhs1)
          The guid of the replica.
 void setReplicaID(int rhs1)
          The ID of the replica.
 void setReplicaRole(int rhs1)
          Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.
 void setVersion(java.lang.String rhs1)
          The name of the replica version.
 

Field Detail

IID891ac2b8_4744_454c_8e16_1c46c38fc0b4

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

setReplicaID

void setReplicaID(int rhs1)
                  throws java.io.IOException,
                         AutomationException
The ID of the replica.

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The name of the replica.

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

setOwner

void setOwner(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
The master geodatabase login used to create the replica.

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

setVersion

void setVersion(java.lang.String rhs1)
                throws java.io.IOException,
                       AutomationException
The name of the replica version.

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

setParentID

void setParentID(int rhs1)
                 throws java.io.IOException,
                        AutomationException
The ID of the replica reference in the master geodatabase.

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

setReplicaDate

void setReplicaDate(double rhs1)
                    throws java.io.IOException,
                           AutomationException
The date that the data was checked out.

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

setReplicaGuid

void setReplicaGuid(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
The guid of the replica.

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

setDescriptionByRef

void setDescriptionByRef(IReplicaDescription rhs1)
                         throws java.io.IOException,
                                AutomationException
The replica version description.

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

setConnectionInfoByRef

void setConnectionInfoByRef(IWorkspaceName rhs1)
                            throws java.io.IOException,
                                   AutomationException
The connection string for the master geodatabase.

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

setReplicaRole

void setReplicaRole(int rhs1)
                    throws java.io.IOException,
                           AutomationException
Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriReplicaType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplicaDatasetsByRef

void setReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
                             throws java.io.IOException,
                                    AutomationException
The replica datasets for this replica.

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

init

void init(IReplica otherReplica)
          throws java.io.IOException,
                 AutomationException
Init the replica from other replica.

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