Uses of Interface
com._1c.g5.v8.dt.compare.model.IComparedObjects
- 
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.coreMethods 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 comparedEObjects 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 voidIComparisonSession. addChild(ComparisonNode parentNode, ComparisonNode childNode, IComparedObjects<?> comparedObjects)Adds the specified child node to the specified parent node.static ComparisonFlagsComparisonUtils. 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 booleanComparisonUtils. 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 booleanComparisonUtils. hasConflictOrderChangesInCollection(Collection<? extends IComparedObjects<?>> collectionElementsWithChangedOrderInMainOther, Collection<? extends IComparedObjects<?>> collectionElementsWithChangedOrderInAncestorMain, Collection<? 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.matchingClasses in com._1c.g5.v8.dt.compare.matching with type parameters of type IComparedObjects Modifier and Type Class Description classAbstractIdBasedObjectMatcher<T,U extends IComparedObjects<T>>A matcher based on the object identifier.classAbstractMultiObjectMatcher<T,U extends IComparedObjects<T>>TheAbstractIdBasedObjectMatcherextension; the object identifiers may not be unique.classAbstractObjectMatcher<T,U extends IComparedObjects<T>>TheAbstractIdBasedObjectMatcherextension; the object identifiers must be unique.interfaceIObjectMatcher<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 classMatchedEmfObjectsA representation of compared EMF objects with stored matched node Id.classMatchedReferenceA 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.modelClasses in com._1c.g5.v8.dt.compare.model that implement IComparedObjects Modifier and Type Class Description classAbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>An abstract implementation of compared EMF objects.classComparedEmfObjectsA representation of comparedEObjects.classComparedObjects<T>A standard implementation of a triple of objects being compared.classComparedSymlinksAn object representing a tuple of compared symbolic links.classComparedUniqueSymlinksAn 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.participantMethods in com._1c.g5.v8.dt.compare.participant with parameters of type IComparedObjects Modifier and Type Method Description protected voidAbstractEmfBasedComparisonParticipant. checkForOneSideConflict(IComparisonSession session, IComparedObjects<? extends org.eclipse.emf.ecore.EObject> comparingObject, ComparisonFlags flags)
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.ui.partialmodelMethods in com._1c.g5.v8.dt.compare.ui.partialmodel with parameters of type IComparedObjects Modifier and Type Method Description protected IImageProviderAbstractEmfBasedPartialModelController. getListElementImageProvider(IComparedObjects<?> comparedObjects, IComparisonSession session)
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.form.compareClasses in com._1c.g5.v8.dt.form.compare that implement IComparedObjects Modifier and Type Class Description classComparedFormObjectsA representation of compared forms.
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.md.compareClasses in com._1c.g5.v8.dt.md.compare that implement IComparedObjects Modifier and Type Class Description classComparedMdObjectsA representation of compared MD objects.
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.rights.compareClasses in com._1c.g5.v8.dt.rights.compare that implement IComparedObjects Modifier and Type Class Description classComparedRoleDescriptionObjectsA representation of compared role description objects.
- 
Uses of IComparedObjects in com._1c.g5.v8.dt.testing.compareMethods in com._1c.g5.v8.dt.testing.compare that return IComparedObjects Modifier and Type Method Description static IComparedObjects<?>CompareTestUtils. getComparedObjects(IComparisonSession session, ComparisonNode node)
 
-