Uses of Interface
com._1c.g5.v8.dt.compare.model.IComparedObjects
-
-
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IComparedObjects Modifier and Type Method Description IComparedObjects<?>
IComparisonSession. getComparedObjects(ComparisonNode node, ComparisonContext comparisonContext)
Returns a triple of compared objects for the specified node.IComparedObjects<?>
IComparisonSession. getComparedObjects(ComparisonNode node, AbstractComparedEmfObjects<?> topParents, ComparisonContext comparisonContext)
Returns a triple of compared objects for the specified node.IComparedObjects<?>
IComparisonParticipant. retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node)
Returns a comparedEObject
s triple for the specified model node.Methods in com._1c.g5.v8.dt.compare.core with parameters of type IComparedObjects Modifier and Type Method Description void
IComparisonSession. addChild(ComparisonNode parentNode, ComparisonNode childNode, IComparedObjects<?> comparedObjects)
Adds the specified child node to the specified parent node.static ComparisonFlags
ComparisonUtils. createComparisonFlagsForObjects(IComparedObjects<?> comparingObjects, boolean threeWay)
Creates and returns a comparison flags for the triple of compared objects and fills them with information about object presence on each comparison side.static boolean
ComparisonUtils. hasDeletionConflict(IComparedObjects<?> comparingObjects, ComparisonFlags flags)
Checks case when element was deleted on one side and modified on the other.Method parameters in com._1c.g5.v8.dt.compare.core with type arguments of type IComparedObjects Modifier and Type Method Description static boolean
ComparisonUtils. hasConflictOrderChangesInCollection(Set<? extends IComparedObjects<?>> collectionElementsWithChangedOrderInAncestorMain, Set<? extends IComparedObjects<?>> collectionElementsWithChangedOrderInAncestorOther)
Detects conflict order changes in a collection in three-way comparison mode. -
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.matching
Classes in com._1c.g5.v8.dt.compare.matching with type parameters of type IComparedObjects Modifier and Type Class Description class
AbstractIdBasedObjectMatcher<T,U extends IComparedObjects<T>>
A matcher based on the object identifier.class
AbstractMultiObjectMatcher<T,U extends IComparedObjects<T>>
TheAbstractIdBasedObjectMatcher
extension; the object identifiers may not be unique.class
AbstractObjectMatcher<T,U extends IComparedObjects<T>>
TheAbstractIdBasedObjectMatcher
extension; the object identifiers must be unique.interface
IObjectMatcher<T,U extends IComparedObjects<T>>
A matcher of objects.Classes in com._1c.g5.v8.dt.compare.matching that implement IComparedObjects Modifier and Type Class Description class
MatchedEmfObjects
A representation of compared EMF objects with stored matched node Id.class
MatchedReference
A tuple of matched objects stored in a reference collection via symbolic links.Methods in com._1c.g5.v8.dt.compare.matching that return IComparedObjects Modifier and Type Method Description IComparedObjects<org.eclipse.emf.ecore.EObject>
MatchedEmfObjects. clone()
IComparedObjects<org.eclipse.emf.ecore.EObject>
MatchedReference. clone()
-
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.model
Classes in com._1c.g5.v8.dt.compare.model that implement IComparedObjects Modifier and Type Class Description class
AbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>
An abstract implementation of compared EMF objects.class
ComparedEmfObjects
A representation of comparedEObject
s.class
ComparedObjects<T>
A standard implementation of a triple of objects being compared.class
ComparedSymlinks
An object representing a tuple of compared symbolic links.class
ComparedUniqueSymlinks
An object representing a tuple of compared unique symbolic links.Methods in com._1c.g5.v8.dt.compare.model that return IComparedObjects Modifier and Type Method Description IComparedObjects<T>
ComparedObjects. clone()
IComparedObjects<T>
IComparedObjects. clone()
Clones the compared object container -
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.store
Methods in com._1c.g5.v8.dt.compare.store that return IComparedObjects Modifier and Type Method Description IComparedObjects<?>
IComparisonProcessStore. getFromComparedObjectCache(ComparisonProcessHandle handle, long nodeBmId)
Returns the compared object from the cache for the specified node of the specified comparison process.Methods in com._1c.g5.v8.dt.compare.store with parameters of type IComparedObjects Modifier and Type Method Description void
IComparisonProcessStore. putToComparedObjectCache(ComparisonProcessHandle handle, long nodeBmId, IComparedObjects<?> comparedObject)
Puts the specified compared object to the compared object cache. -
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.ui.partialmodel
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel with parameters of type IComparedObjects Modifier and Type Method Description protected IImageProvider
AbstractEmfBasedPartialModelController. getListElementImageProvider(IComparedObjects<?> comparedObjects, IComparisonSession session)
-
Uses of IComparedObjects in com._1c.g5.v8.dt.form.compare
Classes in com._1c.g5.v8.dt.form.compare that implement IComparedObjects Modifier and Type Class Description class
ComparedFormObjects
A representation of compared forms. -
Uses of IComparedObjects in com._1c.g5.v8.dt.md.compare
Classes in com._1c.g5.v8.dt.md.compare that implement IComparedObjects Modifier and Type Class Description class
ComparedMdObjects
A representation of compared MD objects. -
Uses of IComparedObjects in com._1c.g5.v8.dt.rights.compare
Classes in com._1c.g5.v8.dt.rights.compare that implement IComparedObjects Modifier and Type Class Description class
ComparedRoleDescriptionObjects
A representation of compared role description objects. -
Uses of IComparedObjects in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return IComparedObjects Modifier and Type Method Description static IComparedObjects<?>
CompareTestUtils. getComparedObjects(IComparisonSession session, ComparisonNode node)
-