Uses of Interface
com._1c.g5.v8.dt.compare.model.TopComparisonNode
Packages that use TopComparisonNode
Package
Description
-
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.bsl.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Bsl Module Comparison Node'.interfaceA representation of the model object 'Bsl Module Section Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Bsl Module Comparison Node'.classAn implementation of the model object 'Bsl Module Section Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionBslCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.chart.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Chart Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare.impl
Classes in com._1c.g5.v8.dt.chart.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Chart Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare.util
Methods in com._1c.g5.v8.dt.chart.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionChartCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.cmi.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Cmi Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare.impl
Classes in com._1c.g5.v8.dt.cmi.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Cmi Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare.util
Methods in com._1c.g5.v8.dt.cmi.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionCmiCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return TopComparisonNodeModifier and TypeMethodDescriptionIComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Adds a new node to the comparison for the top object.IComparisonSession.getTopNode(String symlink, ComparisonSide side) Returns a top node by the specified symbolic link.IComparisonSession.getTopNodeOf(long nodeId) Returns a top-level parent node of the node with the specified id.IComparisonSession.getTopNodeOf(ComparisonNode node) Returns a top-level parent node of the given node.Methods in com._1c.g5.v8.dt.compare.core with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionIComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Compares objects contained in the specified model top node and returns a list of child nodes to be compared.IComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) Creates merge context for an upcoming merge operation.IComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) In case if the merge process changes the top object it should supply information about affected DDs.org.eclipse.core.runtime.IStatusIComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Merges the differences in the specified top node in the specified merge session.voidIComparisonParticipant.onChildrenMerged(TopComparisonNode topNode, MergeContext context) Called when the child nodes of the specified top node have been merged. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.merge
Fields in com._1c.g5.v8.dt.compare.merge declared as TopComparisonNodeModifier and TypeFieldDescriptionfinal TopComparisonNodeMergeContext.topNodeThe top node being merged.Constructors in com._1c.g5.v8.dt.compare.merge with parameters of type TopComparisonNodeModifierConstructorDescriptionMergeContext(ComparisonContext comparisonContext, IMergeSession mergeSession, TopComparisonNode topNode, AbstractComparedEmfObjects<?> topParents) Creates context instance. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.compare.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'External Property Comparison Node'.interfaceA representation of the model object 'Manifest Comparison Node'.interfaceA representation of the model object 'Root Comparison Node'.interfaceA representation of the model object 'Solid Resource Comparison Node'.interfaceA representation of the model object 'Top Model Objects Comparison Node'.interfaceA representation of the model object 'Unsupported Object Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return TopComparisonNodeModifier and TypeMethodDescriptionTopComparisonNode.getTopAncestor()Returns the value of the 'Top Ancestor' reference.Methods in com._1c.g5.v8.dt.compare.model that return types with arguments of type TopComparisonNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TopComparisonNode>ComparisonNode.getTopChildren()Returns the value of the 'Top Children' reference list.org.eclipse.emf.common.util.EList<TopComparisonNode>TopComparisonNode.getTopDescendants()Returns the value of the 'Top Descendants' reference list.Methods in com._1c.g5.v8.dt.compare.model with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionvoidTopComparisonNode.setTopAncestor(TopComparisonNode value) Sets the value of the 'Top Ancestor' reference. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'External Property Comparison Node'.classAn implementation of the model object 'Manifest Comparison Node'.classAn implementation of the model object 'Root Comparison Node'.classAn implementation of the model object 'Solid Resource Comparison Node'.classAn implementation of the model object 'Top Comparison Node'.classAn implementation of the model object 'Top Model Objects Comparison Node'.classAn implementation of the model object 'Unsupported Object Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return TopComparisonNodeModifier and TypeMethodDescriptionExternalPropertyComparisonNodeImpl.getTopAncestor()TopComparisonNodeImpl.getTopAncestor()Methods in com._1c.g5.v8.dt.compare.model.impl that return types with arguments of type TopComparisonNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TopComparisonNode>ComparisonNodeImpl.getTopChildren()org.eclipse.emf.common.util.EList<TopComparisonNode>ExternalPropertyComparisonNodeImpl.getTopDescendants()org.eclipse.emf.common.util.EList<TopComparisonNode>TopComparisonNodeImpl.getTopDescendants()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionvoidExternalPropertyComparisonNodeImpl.setTopAncestor(TopComparisonNode newTopAncestor) voidTopComparisonNodeImpl.setTopAncestor(TopComparisonNode newTopAncestor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsAbstractEmfBasedComparisonParticipant.compareEmfContainment(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) Compares containment feature.protected ComparisonFlagsAbstractEmfBasedComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) protected ComparisonFlagsAbstractEmfBasedComparisonParticipant.compareOneSideObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) Compares one-side object's triple.protected ComparisonFlagsAbstractEmfBasedComparisonParticipant.compareReference(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, ComparisonContext comparisonContext) Compares a non-containment reference feature.protected ComparisonFlagsAbstractEmfBasedComparisonParticipant.compareValue(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> parentNodeProvider, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, ComparisonContext comparisonContext) AbstractEmfBasedComparisonParticipant.BmIdsWrapper.createWrapperForNode(TopComparisonNode node) Creates wrapper instance for a new node, but with the same list of bm ids to be wrapped.protected IEmfObjectMatcherAbstractEmfBasedComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) Returns a custom matcher for the specified reference.protected abstract StringAbstractEmfBasedComparisonParticipant.getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject) Returns the symbolic link (FQN) of the specified external property.AbstractEmfBasedComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) protected Collection<MatchedEmfObjects>AbstractEmfBasedComparisonParticipant.matchEmfObjects(TopComparisonNode topNode, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, ComparisonContext comparisonContext, ComparisonFlags parentFlags) voidAbstractEmfBasedComparisonParticipant.onChildrenMerged(TopComparisonNode topNode, MergeContext context) Constructors in com._1c.g5.v8.dt.compare.participant with parameters of type TopComparisonNodeModifierConstructorDescriptionBmIdsWrapper(TopComparisonNode topNode, List<Long> bmIdsWrappingList) Creates wrapper instance for the specified node. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.dcs.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Dcs Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare.impl
Classes in com._1c.g5.v8.dt.dcs.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Dcs Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare.util
Methods in com._1c.g5.v8.dt.dcs.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionDcsCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.form.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Form Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare.impl
Classes in com._1c.g5.v8.dt.form.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Form Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare.util
Methods in com._1c.g5.v8.dt.form.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionFormCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Html Document Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.impl
Classes in com._1c.g5.v8.dt.htmldocument.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Html Document Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.util
Methods in com._1c.g5.v8.dt.htmldocument.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionHtmlDocumentCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return TopComparisonNodeModifier and TypeMethodDescriptionBslModuleComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionBslModuleComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) BslModuleComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) BslModuleComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) org.eclipse.core.runtime.IStatusBslModuleComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidBslModuleComparisonParticipant.onChildrenMerged(TopComparisonNode node, MergeContext context) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.chart.compare
Methods in com._1c.g5.v8.dt.internal.chart.compare that return TopComparisonNodeModifier and TypeMethodDescriptionChartComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.chart.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionChartComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) ChartComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) org.eclipse.core.runtime.IStatusChartComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.cmi.compare
Methods in com._1c.g5.v8.dt.internal.cmi.compare that return TopComparisonNodeModifier and TypeMethodDescriptionCmiComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.cmi.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionCmiComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) CmiComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherCmiComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) protected StringCmiComparisonParticipant.getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject) org.eclipse.core.runtime.IStatusCmiComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return TopComparisonNodeModifier and TypeMethodDescriptionComparisonManager.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Adds a new object to the comparison.SolidResourceComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) ComparisonSession.getTopNode(String symlink, ComparisonSide side) ComparisonSession.getTopNodeOf(long nodeId) ComparisonSession.getTopNodeOf(ComparisonNode node) Methods in com._1c.g5.v8.dt.internal.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionvoidComparisonSession.buildNodeMergeSettings(TopComparisonNode node, List<Long> childrenToCompareLater, ComparisonContext comparisonContext) Calculates and sets comparison flags and merge settings to the specified top node and all its children.SolidResourceComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) SolidResourceComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) SolidResourceComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) org.eclipse.core.runtime.IStatusSolidResourceComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidSolidResourceComparisonParticipant.onChildrenMerged(TopComparisonNode node, MergeContext context) voidComparisonSession.scheduleComparing(TopComparisonNode node, boolean prioritize) Schedules top node comparing. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.dcs.compare
Methods in com._1c.g5.v8.dt.internal.dcs.compare that return TopComparisonNodeModifier and TypeMethodDescriptionDcsComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.dcs.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionDcsComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) DcsComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherDcsComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) org.eclipse.core.runtime.IStatusDcsComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.form.compare
Methods in com._1c.g5.v8.dt.internal.form.compare that return TopComparisonNodeModifier and TypeMethodDescriptionFormComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.form.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionFormComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) protected ComparisonFlagsFormComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) FormComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherFormComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) FormComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) protected Collection<MatchedEmfObjects>FormComparisonParticipant.matchEmfObjects(TopComparisonNode topNode, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, ComparisonContext comparisonContext, ComparisonFlags parentFlags) org.eclipse.core.runtime.IStatusFormComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.htmldocument.compare
Methods in com._1c.g5.v8.dt.internal.htmldocument.compare that return TopComparisonNodeModifier and TypeMethodDescriptionHtmlDocumentComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.htmldocument.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionHtmlDocumentComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) protected ComparisonFlagsHtmlDocumentComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) HtmlDocumentComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherHtmlDocumentComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) protected StringHtmlDocumentComparisonParticipant.getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject) org.eclipse.core.runtime.IStatusHtmlDocumentComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.md.compare.participant
Methods in com._1c.g5.v8.dt.internal.md.compare.participant that return TopComparisonNodeModifier and TypeMethodDescriptionManifestComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) MdObjectComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) UnsupportedObjectComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.md.compare.participant with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionManifestComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) MdObjectComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) UnsupportedObjectComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) protected ComparisonFlagsMdObjectComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) ManifestComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) MdObjectComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) UnsupportedObjectComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherMdObjectComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) ManifestComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) UnsupportedObjectComparisonParticipant.getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) protected Collection<MatchedEmfObjects>MdObjectComparisonParticipant.matchEmfObjects(TopComparisonNode topNode, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, ComparisonContext comparisonContext, ComparisonFlags parentFlags) org.eclipse.core.runtime.IStatusManifestComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusMdObjectComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusUnsupportedObjectComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidManifestComparisonParticipant.onChildrenMerged(TopComparisonNode node, MergeContext context) voidMdObjectComparisonParticipant.onChildrenMerged(TopComparisonNode topNode, MergeContext context) voidUnsupportedObjectComparisonParticipant.onChildrenMerged(TopComparisonNode node, MergeContext context) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.internal.rights.compare
Methods in com._1c.g5.v8.dt.internal.rights.compare that return TopComparisonNodeModifier and TypeMethodDescriptionRightsComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.internal.rights.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionRightsComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) RightsComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherRightsComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) protected StringRightsComparisonParticipant.getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject) org.eclipse.core.runtime.IStatusRightsComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.internal.rights.compare with parameters of type TopComparisonNodeModifierConstructorDescriptionObjectRightsMatcher(ComparisonContext comparisonContext, TopComparisonNode rightsNode, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Creates a new matcher. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.md.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Child Md Object Comparison Node'.interfaceA representation of the model object 'Md Object Collection Element Comparison Node'.interfaceA representation of the model object 'Md Object Comparison Node'.interfaceA representation of the model object 'Top Md Object Collection Element Comparison Node'.interfaceA representation of the model object 'Top Md Object Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Child Md Object Comparison Node'.classAn implementation of the model object 'Md Object Collection Element Comparison Node'.classAn implementation of the model object 'Md Object Comparison Node'.classAn implementation of the model object 'Top Md Object Collection Element Comparison Node'.classAn implementation of the model object 'Top Md Object Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.participant
Methods in com._1c.g5.v8.dt.md.compare.participant with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsAbstractMdAwareComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) AbstractHtmlPageComparator.compareHtmlPageFile(TopComparisonNode topParent, AbstractComparedEmfObjects<T> comparingHtmlPages, IComparisonSession session) Compares the Html page file.AbstractHtmlPictureComparator.compareHtmlPictureFiles(TopComparisonNode topParent, IComparisonSession session) Compares the Html picture files.protected IEmfObjectMatcherAbstractMdAwareComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext objectContext) protected StringAbstractMdAwareComparisonParticipant.getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject) -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionMdCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.rights.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Rights Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare.impl
Classes in com._1c.g5.v8.dt.rights.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Rights Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare.util
Methods in com._1c.g5.v8.dt.rights.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionRightsCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return TopComparisonNodeModifier and TypeMethodDescriptionstatic TopComparisonNodeCompareTestUtils.getTopNode(IComparisonSession session, String symlink) -
Uses of TopComparisonNode in com.e1c.g5.v8.dt.internal.md.aindex.compare
Methods in com.e1c.g5.v8.dt.internal.md.aindex.compare that return TopComparisonNodeModifier and TypeMethodDescriptionAdditionalIndexesComparisonParticipant.addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Methods in com.e1c.g5.v8.dt.internal.md.aindex.compare with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionAdditionalIndexesComparisonParticipant.compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) AdditionalIndexesComparisonParticipant.createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) protected IEmfObjectMatcherAdditionalIndexesComparisonParticipant.getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext) org.eclipse.core.runtime.IStatusAdditionalIndexesComparisonParticipant.merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TopComparisonNode in com.e1c.g5.v8.dt.md.aindex.compare
Subinterfaces of TopComparisonNode in com.e1c.g5.v8.dt.md.aindex.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Additional Indexes Comparison Node'. -
Uses of TopComparisonNode in com.e1c.g5.v8.dt.md.aindex.compare.impl
Classes in com.e1c.g5.v8.dt.md.aindex.compare.impl that implement TopComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Indexes Comparison Node'. -
Uses of TopComparisonNode in com.e1c.g5.v8.dt.md.aindex.compare.util
Methods in com.e1c.g5.v8.dt.md.aindex.compare.util with parameters of type TopComparisonNodeModifier and TypeMethodDescriptionAdditionalIndexesCompareSwitch.caseTopComparisonNode(TopComparisonNode object) Returns the result of interpreting the object as an instance of 'Top Comparison Node'.