|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaEdit
Provides access to members that modify information for a replica.
This interface allows you to update the properties of check-out. The interface provides write only access to the properties of the IReplica interface. To apply the updates, you must use the IWorkspaceReplicasAdmin::AlterReplica method after setting these properties.
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(String rhs1)
The name of the replica. |
void |
setOwner(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(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(String rhs1)
The name of the replica version. |
Method Detail |
---|
void setReplicaID(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOwner(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersion(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentID(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaDate(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaGuid(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescriptionByRef(IReplicaDescription rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionInfoByRef(IWorkspaceName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaRole(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaDatasetsByRef(IEnumReplicaDataset rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void init(IReplica otherReplica) throws IOException, AutomationException
The Init method allows you to initialize a new check-out based on another check-out. This method along with the IWorkspaceReplicasAdmin::RegisterReplica method can be used to create the meta-data for a new check-out. See the Duplicating Check-outs sample in the ArcObjects help for an example of where this can be used.
otherReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
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 |