public interface IRelationshipChanges
extends java.io.Serializable
Description: 'Provides access to members that manage differences in relationships.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID92365b91_2779_11d3_8a72_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID92365b91_2779_11d3_8a72_000000000000
static final int xxDummy
static final java.lang.String IID
void initResolveProcess(boolean isPulling) throws java.io.IOException, AutomationException
isPulling
- The isPulling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initObjectDifferenceAugmentation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void augumentObjectDifferences() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void endObjectDifferenceAugmentation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void propagateChangesToRelatedObjects(int objectClassID, int oidCount, int[] oids) throws java.io.IOException, AutomationException
objectClassID
- The objectClassID (in)oidCount
- The oidCount (in)oids
- The oids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void copyRelationshipChanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void endResolveProcess() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.