Uses of Interface
com._1c.g5.v8.dt.compare.model.IComparedObjects
Packages that use IComparedObjects
Package
Description
-
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IComparedObjectsModifier and TypeMethodDescriptionIComparisonSession.getComparedObjects
(ComparisonNode node, ComparisonContext comparisonContext) Returns a triple of compared objects for the specified node.IComparisonSession.getComparedObjects
(ComparisonNode node, AbstractComparedEmfObjects<?> topParents, ComparisonContext comparisonContext) Returns a triple of compared objects for the specified node.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 IComparedObjectsModifier and TypeMethodDescriptionvoid
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 IComparedObjectsModifier and TypeMethodDescriptionstatic boolean
ComparisonUtils.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.matching
Classes in com._1c.g5.v8.dt.compare.matching with type parameters of type IComparedObjectsModifier and TypeClassDescriptionclass
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 IComparedObjectsModifier and TypeClassDescriptionclass
A representation of compared EMF objects with stored matched node Id.class
A tuple of matched objects stored in a reference collection via symbolic links.Methods in com._1c.g5.v8.dt.compare.matching that return IComparedObjectsModifier and TypeMethodDescriptionIComparedObjects<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 IComparedObjectsModifier and TypeClassDescriptionclass
AbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>
An abstract implementation of compared EMF objects.class
A representation of comparedEObject
s.class
A standard implementation of a triple of objects being compared.class
An object representing a tuple of compared symbolic links.class
An object representing a tuple of compared unique symbolic links.Methods in com._1c.g5.v8.dt.compare.model that return IComparedObjects -
Uses of IComparedObjects in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type IComparedObjectsModifier and TypeMethodDescriptionprotected void
AbstractEmfBasedComparisonParticipant.checkForOneSideConflict
(IComparisonSession session, IComparedObjects<? extends org.eclipse.emf.ecore.EObject> comparingObject, ComparisonFlags flags) -
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 IComparedObjectsModifier and TypeMethodDescriptionprotected 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 -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Classes in com._1c.g5.v8.dt.internal.bsl.compare.contributor that implement IComparedObjectsModifier and TypeClassDescriptionclass
Compared objects container for theBslModuleSectionDescription
.class
TheComparedBslModuleSectionDescriptions
extension for many regions sections.Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return IComparedObjectsModifier and TypeMethodDescriptionBslModuleComparisonParticipant.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node) -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.bsl.compare.ui
Methods in com._1c.g5.v8.dt.internal.bsl.compare.ui with parameters of type IComparedObjectsModifier and TypeMethodDescriptionstatic String
BslCompareUiUtils.getSectionContent
(BslModuleSectionComparisonNode node, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, ComparisonSide side) Returns the Bsl module section content on the specified size.static org.eclipse.compare.ITypedElement
BslCompareUiUtils.getSectionNodeTypedElement
(BslModuleSectionComparisonNode comparisonNode, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, ComparisonSide side, org.eclipse.compare.CompareConfiguration compareConfiguration) Returns the Bsl module section node typed element. -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.bsl.compare.ui.wizard
Fields in com._1c.g5.v8.dt.internal.bsl.compare.ui.wizard declared as IComparedObjectsModifier and TypeFieldDescriptionprotected final IComparedObjects<org.eclipse.jface.text.IDocument>
AbstractCompareBslModuleWithParsingModuleStructureDialog.comparingDocuments
the Bsl module comparing documentsConstructors in com._1c.g5.v8.dt.internal.bsl.compare.ui.wizard with parameters of type IComparedObjectsModifierConstructorDescriptionprotected
AbstractCompareBslModuleWithParsingModuleStructureDialog
(org.eclipse.swt.widgets.Shell shell, ExternalPropertyPartialModelNode node, IPartialModel partialModel, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, boolean readOnly, String mainComparisonSideName, String otherComparisonSideName, INamedViewerFilter initialNamedViewerFilter, PartialModelController partialModelController, IComparisonManager comparisonManager, IQualifiedNameFilePathConverter filePathConverter, org.eclipse.jface.resource.ResourceManager resourceManager, ISelectionProviderDelegate selectionProviderDelegate, ISymbolicLinkLocalizer symbolicLinkLocalizer, IExternalMergeToolProvider externalMergeToolProvider) Creates a new instance.CompareBslModuleWithParsingModuleStructureDialog
(org.eclipse.swt.widgets.Shell shell, ExternalPropertyPartialModelNode node, IPartialModel partialModel, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, String mainComparisonSideName, String otherComparisonSideName, INamedViewerFilter initialNamedViewerFilter, PartialModelController partialModelController, IComparisonManager comparisonManager, IQualifiedNameFilePathConverter filePathConverter, org.eclipse.ui.services.IServiceLocator serviceLocator, org.eclipse.jface.resource.ResourceManager resourceManager, ISelectionProviderDelegate selectionProviderDelegate, ISymbolicLinkLocalizer symbolicLinkLocalizer, IExternalMergeToolProvider externalMergeToolProvider) Creates a new instance.ReadOnlyCompareBslModuleWithParsingModuleStructureDialog
(org.eclipse.swt.widgets.Shell shell, ExternalPropertyPartialModelNode node, IPartialModel partialModel, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, String mainComparisonSideName, String otherComparisonSideName, INamedViewerFilter initialNamedViewerFilter, PartialModelController partialModelController, IComparisonManager comparisonManager, IQualifiedNameFilePathConverter filePathConverter, org.eclipse.jface.resource.ResourceManager resourceManager, ISelectionProviderDelegate selectionProviderDelegate, ISymbolicLinkLocalizer symbolicLinkLocalizer, IExternalMergeToolProvider externalMergeToolProvider) Creates a new instance. -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.chart.compare
Classes in com._1c.g5.v8.dt.internal.chart.compare that implement IComparedObjects -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.cmi.compare
Classes in com._1c.g5.v8.dt.internal.cmi.compare that implement IComparedObjectsModifier and TypeClassDescriptionclass
A representation of compared Command interfaces. -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return IComparedObjectsModifier and TypeMethodDescriptionComparisonManager.getComparedObjects
(IComparisonSession comparisonSession, ComparisonNode node, ComparisonContext comparisonContext) Returns compared objects for the specified node.ComparisonSession.getComparedObjects
(ComparisonNode node, ComparisonContext comparisonContext) ComparisonSession.getComparedObjects
(ComparisonNode node, AbstractComparedEmfObjects<?> topParents, ComparisonContext comparisonContext) SolidResourceComparisonParticipant.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node) Methods in com._1c.g5.v8.dt.internal.compare with parameters of type IComparedObjectsModifier and TypeMethodDescriptionvoid
ComparisonSession.addChild
(ComparisonNode parentNode, ComparisonNode childNode, IComparedObjects<?> comparedObjects) -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.compare.store
Methods in com._1c.g5.v8.dt.internal.compare.store that return IComparedObjectsModifier and TypeMethodDescriptionComparisonProcessStore.getFromComparedObjectCache
(ComparisonProcessHandle handle, long nodeBmId) 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.internal.compare.store with parameters of type IComparedObjectsModifier and TypeMethodDescriptionvoid
ComparisonProcessStore.putToComparedObjectCache
(ComparisonProcessHandle handle, long nodeBmId, IComparedObjects<?> comparedObject) 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.internal.dcs.compare
Classes in com._1c.g5.v8.dt.internal.dcs.compare that implement IComparedObjectsModifier and TypeClassDescriptionclass
A representation of compared Data composition schemas. -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.dcs.compare.ui
Methods in com._1c.g5.v8.dt.internal.dcs.compare.ui with parameters of type IComparedObjectsModifier and TypeMethodDescriptionprotected IImageProvider
DcsPartialModelController.getListElementImageProvider
(IComparedObjects<?> comparedObjects, IComparisonSession session) -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.form.compare.ui
Methods in com._1c.g5.v8.dt.internal.form.compare.ui with parameters of type IComparedObjectsModifier and TypeMethodDescriptionprotected IImageProvider
FormPartialModelController.getListElementImageProvider
(IComparedObjects<?> comparedObjects, IComparisonSession session) -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.htmldocument.compare
Classes in com._1c.g5.v8.dt.internal.htmldocument.compare that implement IComparedObjects -
Uses of IComparedObjects in com._1c.g5.v8.dt.internal.md.compare.participant
Methods in com._1c.g5.v8.dt.internal.md.compare.participant that return IComparedObjectsModifier and TypeMethodDescriptionManifestComparisonParticipant.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node) UnsupportedObjectComparisonParticipant.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node) -
Uses of IComparedObjects in com._1c.g5.v8.dt.md.compare
Classes in com._1c.g5.v8.dt.md.compare that implement IComparedObjectsModifier and TypeClassDescriptionclass
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 IComparedObjectsModifier and TypeClassDescriptionclass
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 IComparedObjectsModifier and TypeMethodDescriptionstatic IComparedObjects<?>
CompareTestUtils.getComparedObjects
(IComparisonSession session, ComparisonNode node) -
Uses of IComparedObjects in com.e1c.g5.v8.dt.internal.md.aindex.compare
Classes in com.e1c.g5.v8.dt.internal.md.aindex.compare that implement IComparedObjectsMethods in com.e1c.g5.v8.dt.internal.md.aindex.compare that return IComparedObjectsModifier and TypeMethodDescriptionAdditionalIndexesComparisonParticipant.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node)