|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumSchemaChange
COM Interface 'IEnumSchemaChange'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to the replica schema changes.' 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 |
IID52b0879b_28c4_4904_a402_91378488b867
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ISchemaChangeInfo |
getDatasetChanges(java.lang.String name,
int dsType)
The schema changes for a specific dataset. |
ISchemaChangeInfo |
getDomainChanges(java.lang.String domainName)
The schema changes for a specific domain. |
IReplica |
getToReplica()
The replica the schema changes will be applied to. |
boolean |
hasChanges()
Indicates if there are schema changes. |
ISchemaChangeInfo |
next()
The next schema change in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
Field Detail |
---|
static final int IID52b0879b_28c4_4904_a402_91378488b867
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchemaChangeInfo next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchemaChangeInfo getDomainChanges(java.lang.String domainName) throws java.io.IOException, AutomationException
domainName
- The domainName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchemaChangeInfo getDatasetChanges(java.lang.String name, int dsType) throws java.io.IOException, AutomationException
name
- The name (in)dsType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasChanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IReplica getToReplica() throws java.io.IOException, AutomationException
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 |