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 comparedEObjects triple for the specified model node.Methods in com._1c.g5.v8.dt.compare.core with parameters of type IComparedObjectsModifier and TypeMethodDescriptionvoidIComparisonSession.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 IComparedObjectsModifier and TypeMethodDescriptionstatic 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.matching
Classes in com._1c.g5.v8.dt.compare.matching with type parameters of type IComparedObjectsModifier and TypeClassDescriptionclassAbstractIdBasedObjectMatcher<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 IComparedObjectsModifier and TypeClassDescriptionclassA representation of compared EMF objects with stored matched node Id.classA 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 TypeClassDescriptionclassAbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>An abstract implementation of compared EMF objects.classA representation of comparedEObjects.classA standard implementation of a triple of objects being compared.classAn object representing a tuple of compared symbolic links.classAn 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 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.partialmodel
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel with parameters of type IComparedObjectsModifier and TypeMethodDescriptionprotected IImageProviderAbstractEmfBasedPartialModelController.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 TypeClassDescriptionclassCompared objects container for theBslModuleSectionDescription.classTheComparedBslModuleSectionDescriptionsextension 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 StringBslCompareUiUtils.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.ITypedElementBslCompareUiUtils.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.comparingDocumentsthe Bsl module comparing documentsConstructors in com._1c.g5.v8.dt.internal.bsl.compare.ui.wizard with parameters of type IComparedObjectsModifierConstructorDescriptionprotectedAbstractCompareBslModuleWithParsingModuleStructureDialog(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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidComparisonSession.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 TypeMethodDescriptionvoidComparisonProcessStore.putToComparedObjectCache(ComparisonProcessHandle handle, long nodeBmId, IComparedObjects<?> comparedObject) voidIComparisonProcessStore.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 TypeClassDescriptionclassA 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 IImageProviderDcsPartialModelController.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 IImageProviderFormPartialModelController.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA 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)