com.esri.arcgis.geodatabasedistributed
Interface ISchemaChangeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchemaChangeInfoProxy, SchemaChangeInfo

public interface ISchemaChangeInfo
extends java.io.Serializable

COM Interface 'ISchemaChangeInfo'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to the replica schema change info.' 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 IIDb5ccf6d9_d034_4177_8827_f1493785de8f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumSchemaChange getChanges()
          The schema changes.
 IPropertySet getExtendedProperties()
          Properties associated with the schema change object.
 java.lang.Object getFromObject()
          The source replicas representation of the schema.
 int getSchemaChangeType()
          Type of schema change.
 java.lang.Object getToObject()
          The target replicas representation of the schema.
 java.lang.Object getToParent()
          The parent container of the schema change object.
 boolean isApplySchemaChange()
          Indicates if schema changes will be applied.
 void setApplySchemaChange(boolean applySchemaChange)
          Indicates if schema changes will be applied.
 

Field Detail

IIDb5ccf6d9_d034_4177_8827_f1493785de8f

static final int IIDb5ccf6d9_d034_4177_8827_f1493785de8f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSchemaChangeType

int getSchemaChangeType()
                        throws java.io.IOException,
                               AutomationException
Type of schema change.

Returns:
A com.esri.arcgis.geodatabasedistributed.esriSchemaChangeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromObject

java.lang.Object getFromObject()
                               throws java.io.IOException,
                                      AutomationException
The source replicas representation of the schema.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToObject

java.lang.Object getToObject()
                             throws java.io.IOException,
                                    AutomationException
The target replicas representation of the schema.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToParent

java.lang.Object getToParent()
                             throws java.io.IOException,
                                    AutomationException
The parent container of the schema change object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isApplySchemaChange

boolean isApplySchemaChange()
                            throws java.io.IOException,
                                   AutomationException
Indicates if schema changes will be applied.

Returns:
The applySchemaChange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplySchemaChange

void setApplySchemaChange(boolean applySchemaChange)
                          throws java.io.IOException,
                                 AutomationException
Indicates if schema changes will be applied.

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

getChanges

IEnumSchemaChange getChanges()
                             throws java.io.IOException,
                                    AutomationException
The schema changes.

Returns:
A reference to a com.esri.arcgis.geodatabasedistributed.IEnumSchemaChange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtendedProperties

IPropertySet getExtendedProperties()
                                   throws java.io.IOException,
                                          AutomationException
Properties associated with the schema change object.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.