|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaDescription
COM Interface 'IReplicaDescription'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members which set and return the properties of a ReplicaDescription object.' 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 |
IID3afc1997_7a42_483b_9a6a_ecc00a3ba86a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addDatasetNames(IEnumName datasetNames)
Adding dataset names to the existing list of replica description dataset names. |
int |
findTable(IName datasetName)
Gets the index number of a dataset. |
IEnumName |
getDatasetNames()
A list of dataset names to include in a replica. |
int |
getReplicaModelType()
Defines whether to output the data as simple datasets or as they are defined in the master geodatabase. |
IName |
getTableName(int index)
The name of a dataset to check out. |
int |
getTableNameCount()
The number of table type objects that will be checked out. |
void |
init(IEnumName enumNames,
IWorkspaceName outputWSName,
boolean reuseSchema,
int deType)
Defines the datasets to replica or extract and the output geodatabase. |
boolean |
isPrivateTable(int index)
Indicates if a dataset is private or not. |
boolean |
isTableExcluded(int index)
Indicates if a table is to be excluded from a replica. |
void |
setIsPrivateTable(int index,
boolean isPrivate)
Indicates if a dataset is private or not. |
void |
setReplicaModelType(int modelType)
Defines whether to output the data as simple datasets or as they are defined in the master geodatabase. |
void |
setTableExcluded(int index,
boolean exclude)
Indicates if a table is to be excluded from a replica. |
Field Detail |
---|
static final int IID3afc1997_7a42_483b_9a6a_ecc00a3ba86a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void init(IEnumName enumNames, IWorkspaceName outputWSName, boolean reuseSchema, int deType) throws java.io.IOException, AutomationException
enumNames
- A reference to a com.esri.arcgis.system.IEnumName (in)outputWSName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)reuseSchema
- The reuseSchema (in)deType
- A com.esri.arcgis.geodatabase.esriDataExtractionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumName getDatasetNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTableNameCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getTableName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableExcluded(int index, boolean exclude) throws java.io.IOException, AutomationException
index
- The index (in)exclude
- The exclude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTableExcluded(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaModelType(int modelType) throws java.io.IOException, AutomationException
modelType
- A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReplicaModelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findTable(IName datasetName) throws java.io.IOException, AutomationException
datasetName
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addDatasetNames(IEnumName datasetNames) throws java.io.IOException, AutomationException
datasetNames
- A reference to a com.esri.arcgis.system.IEnumName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsPrivateTable(int index, boolean isPrivate) throws java.io.IOException, AutomationException
index
- The index (in)isPrivate
- The isPrivate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrivateTable(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.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 |