|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaDescription2
Provides access to members which set and return the properties of a ReplicaDescription object.
Method Summary | |
---|---|
IRelationshipClassInfo |
findRelationshipClassInfo(IRelationshipClassName rCName)
Gets the relationship class description. |
IRelationshipClassInfo |
findRelationshipClassInfoByName(String name,
String database,
String owner)
Gets the relationship class description. |
int |
findTable2(String name,
String database,
String owner,
int type)
Gets the index number of a dataset. |
IEnumRelationshipClassInfo |
getRelationshipClassesInfo()
An enumeration that describes settings for each relationship class in the replica. |
boolean |
isFetchRelatedObjects()
Indicates if related objects have been replicated or not. |
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription |
---|
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded |
Method Detail |
---|
boolean isFetchRelatedObjects() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findTable2(String name, String database, String owner, int type) throws IOException, AutomationException
name
- The name (in)database
- The database (in)owner
- The owner (in)type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRelationshipClassInfo findRelationshipClassInfoByName(String name, String database, String owner) throws IOException, AutomationException
name
- The name (in)database
- The database (in)owner
- The owner (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRelationshipClassInfo findRelationshipClassInfo(IRelationshipClassName rCName) throws IOException, AutomationException
rCName
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClassName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumRelationshipClassInfo getRelationshipClassesInfo() 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 |