com.esri.arcgis.geodatabase
Class IRelationshipChangesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRelationshipChangesProxy
All Implemented Interfaces:
IRelationshipChanges, Externalizable, Serializable

public class IRelationshipChangesProxy
extends com.esri.arcgis.interop.Dispatch
implements IRelationshipChanges, Serializable

Provides access to members that manage differences in relationships.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRelationshipChangesProxy()
           
  IRelationshipChangesProxy(Object obj)
           
protected IRelationshipChangesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void augumentObjectDifferences()
          Propagates the relationship changes to the associated object classes.
 void copyRelationshipChanges()
          Copies the relationship changes from the conflict to edit state.
 void endObjectDifferenceAugmentation()
          Starts the object difference augmentation process.
 void endResolveProcess()
          Stops the relationship propagation process.
 void initObjectDifferenceAugmentation()
          Starts the object difference augmentation process.
 void initResolveProcess(boolean isPulling)
          Starts the relationship propagation process.
 void propagateChangesToRelatedObjects(int objectClassID, int oidCount, int[] oids)
          Propagates the relationship changes.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRelationshipChangesProxy

public IRelationshipChangesProxy()

IRelationshipChangesProxy

public IRelationshipChangesProxy(Object obj)
                          throws IOException
Throws:
IOException

IRelationshipChangesProxy

protected IRelationshipChangesProxy(Object obj,
                                    String iid)
                             throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

initResolveProcess

public void initResolveProcess(boolean isPulling)
                        throws IOException,
                               AutomationException
Starts the relationship propagation process.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
initResolveProcess in interface IRelationshipChanges
Parameters:
isPulling - The isPulling (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initObjectDifferenceAugmentation

public void initObjectDifferenceAugmentation()
                                      throws IOException,
                                             AutomationException
Starts the object difference augmentation process.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
initObjectDifferenceAugmentation in interface IRelationshipChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

augumentObjectDifferences

public void augumentObjectDifferences()
                               throws IOException,
                                      AutomationException
Propagates the relationship changes to the associated object classes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
augumentObjectDifferences in interface IRelationshipChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endObjectDifferenceAugmentation

public void endObjectDifferenceAugmentation()
                                     throws IOException,
                                            AutomationException
Starts the object difference augmentation process.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
endObjectDifferenceAugmentation in interface IRelationshipChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

propagateChangesToRelatedObjects

public void propagateChangesToRelatedObjects(int objectClassID,
                                             int oidCount,
                                             int[] oids)
                                      throws IOException,
                                             AutomationException
Propagates the relationship changes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
propagateChangesToRelatedObjects in interface IRelationshipChanges
Parameters:
objectClassID - The objectClassID (in)
oidCount - The oidCount (in)
oids - The oids (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copyRelationshipChanges

public void copyRelationshipChanges()
                             throws IOException,
                                    AutomationException
Copies the relationship changes from the conflict to edit state.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
copyRelationshipChanges in interface IRelationshipChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endResolveProcess

public void endResolveProcess()
                       throws IOException,
                              AutomationException
Stops the relationship propagation process.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
endResolveProcess in interface IRelationshipChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.