com.esri.arcgis.geodatabase
Interface IReplicaDatasetEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReplicaDataset

public interface IReplicaDatasetEdit
extends Serializable

Provides access to members that set the properties of a check-out dataset.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setDatasetID(int rhs1)
          The ID of the dataset.
 void setName(String rhs1)
          The name of the dataset.
 void setParentDatabase(String rhs1)
          The name of the master geodatabase the dataset was checked out from.
 void setParentOwner(String rhs1)
          The owner of the dataset in the master geodatabase.
 void setReplicaID(int rhs1)
          The ID of the check-out associated with this dataset.
 void setType(int rhs1)
          The type of the dataset.
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The name of the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setType

void setType(int rhs1)
             throws IOException,
                    AutomationException
The type of the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDatasetID

void setDatasetID(int rhs1)
                  throws IOException,
                         AutomationException
The ID of the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setParentOwner

void setParentOwner(String rhs1)
                    throws IOException,
                           AutomationException
The owner of the dataset in the master geodatabase.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setParentDatabase

void setParentDatabase(String rhs1)
                       throws IOException,
                              AutomationException
The name of the master geodatabase the dataset was checked out from.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setReplicaID

void setReplicaID(int rhs1)
                  throws IOException,
                         AutomationException
The ID of the check-out associated with this dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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