|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelationshipChanges
Provides access to members that manage differences in relationships.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void initResolveProcess(boolean isPulling) throws IOException, AutomationException
isPulling
- The isPulling (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initObjectDifferenceAugmentation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void augumentObjectDifferences() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endObjectDifferenceAugmentation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void propagateChangesToRelatedObjects(int objectClassID, int oidCount, int[] oids) throws IOException, AutomationException
objectClassID
- The objectClassID (in)oidCount
- The oidCount (in)oids
- The oids (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void copyRelationshipChanges() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endResolveProcess() throws IOException, AutomationException
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 |