Uses of Interface
com._1c.g5.v8.dt.compare.model.ComparisonNode
Packages that use ComparisonNode
Package
Description
-
Uses of ComparisonNode in com._1c.g5.v8.dt.bsl.compare
Subinterfaces of ComparisonNode 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'.Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionIBslModuleNodeContentProvider.getContent(ComparisonNode node, ComparisonSide side) Returns the Bsl module node content on the specified side. -
Uses of ComparisonNode in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Bsl Module Comparison Node'.classAn implementation of the model object 'Bsl Module Section Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionBslCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.chart.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.chart.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Chart Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.chart.compare.impl
Classes in com._1c.g5.v8.dt.chart.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Chart Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.chart.compare.util
Methods in com._1c.g5.v8.dt.chart.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionChartCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.cmi.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.cmi.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Cmi Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.cmi.compare.impl
Classes in com._1c.g5.v8.dt.cmi.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Cmi Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.cmi.compare.util
Methods in com._1c.g5.v8.dt.cmi.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionCmiCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.core
Classes in com._1c.g5.v8.dt.compare.core with type parameters of type ComparisonNodeModifier and TypeClassDescriptionclassLazyNodeProvider<T extends ComparisonNode>Provides a comparison node while creating it by the first request.Methods in com._1c.g5.v8.dt.compare.core with type parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected <T extends ComparisonNode>
TComparisonNodeFactory.create(org.eclipse.emf.ecore.EClass nodeType) Creates new comparison node instance.Methods in com._1c.g5.v8.dt.compare.core that return ComparisonNodeModifier and TypeMethodDescriptionIComparisonSession.getNode(long nodeId) Returns a result node by the specified id.IComparisonSession.getNode(ComparisonContext comparisonContext, long nodeId) Returns a result node by the specified id.Methods in com._1c.g5.v8.dt.compare.core that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionIComparisonManager.getPotentialCorrespondingNodes(ComparisonProcessHandle handle, ComparisonNode node, ComparisonSide sourceSide) Returns a list of candidate nodes for setting as corresponding to the specified node.IComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Returns a list of candidate nodes for setting as corresponding to the specified node.static List<ComparisonNode>ComparisonUtils.retrievePathToNode(ComparisonNode node) Retrieves path to given comparison node.Methods in com._1c.g5.v8.dt.compare.core with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanIComparisonManager.ableToBreakCorrespondence(ComparisonProcessHandle handle, ComparisonNode node) Checks if there is a participant able to break a correspondence stored in the specified node.booleanIComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) Tells whether to able to break the correspondence for the specified node.voidIComparisonSession.addChild(ComparisonNode parentNode, ComparisonNode childNode, IComparedObjects<?> comparedObjects) Adds the specified child node to the specified parent node.voidIComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) Breaks the correspondence for the specified node.voidIComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) Breaks the main side correspondence represented by the specified model node.booleanComparisonContext.checkNode(ComparisonNode node, String... searchStrings) Shortcut predicative method to find nodes which human/machine readta description matches the given set of substings.voidIComparisonSession.clearCaches(ComparisonNode node) Clears compared object cache for the specified node.voidIComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) Combines the specified two one-side nodes.protected <T extends FeatureCollectionComparisonNode>
TComparisonNodeFactory.createCollectionNode(org.eclipse.emf.ecore.EClass nodeType, ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for some collection.ComparisonNodeFactory.createContainmentCollectionElementComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, MatchedEmfObjects matchedObjects, ComparedFeatures<?> collectionFeatures, int positionAfterMerge, IComparisonSession session) Creates a comparison node for the element in the containment collection.ComparisonNodeFactory.createContainmentCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for some containment collection.ComparisonNodeFactory.createExternalPropertyNode(ComparisonNode parent, ExternalPropertyComparisonData extPropData, IComparisonSession session) Creates a comparison node for some external property.ComparisonNodeFactory.createReferenceCollectionElementComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, MatchedReference matchedRef, ComparedFeatures<?> collectionFeatures, int positionAfterMerge, IComparisonSession session) Creates a comparison node for the element in the reference (non-containment) collection.ComparisonNodeFactory.createReferenceCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for some reference collection.ComparisonNodeFactory.createSingleContainmentComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, MatchedEmfObjects matchedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for a single containment feature.ComparisonNodeFactory.createSingleReferenceComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedSymlinks matchedSymlinks, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for a single reference (non-containment) feature.ComparisonNodeFactory.createSingleValueComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedObjects<?> comparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for a single value.ComparisonContext.describeNode(ComparisonNode node, boolean showFullPath) Gives human/machine-readable description of the comparison for debug purposes: RT - root node TP:linkMain,linkOther,linkAncestor - root node.IComparisonSession.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.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) Returns the default merge rule for the given node.IComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) Returns the default must be merged value for the given node.static StringComparisonUtils.getLabel(ComparisonNode node, IComparisonSession comparisonSession) Gets label of node if it is instance ofSymlinkComparisonNodeorFeatureComparisonNode.org.eclipse.emf.ecore.EClassIComparisonSession.getMatchedObjectsEClass(ComparisonNode node) ReturnsEClassof model objects the node relates to.org.eclipse.emf.ecore.EStructuralFeatureIComparisonSession.getParentCollectionFeature(ComparisonNode node) ReturnsEStructuralFeatureof the collection containing the object related to the given comparison node.IComparisonManager.getPotentialCorrespondingNodes(ComparisonProcessHandle handle, ComparisonNode node, ComparisonSide sourceSide) Returns a list of candidate nodes for setting as corresponding to the specified node.IComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Returns a list of candidate nodes for setting as corresponding to the specified node.IComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) Returns human-readable descriptions of potential merge problems if the the specified node is merged.org.eclipse.emf.ecore.EStructuralFeatureIComparisonSession.getRelatedFeature(ComparisonNode node) ReturnsEStructuralFeaturethe node relates to.IComparisonSession.getSerializableNodeMergeSettings(ComparisonNode node) Returns container of serializable merge settings of the given node.IComparisonSession.getTopNodeOf(ComparisonNode node) Returns a top-level parent node of the given node.booleanIComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) Tells whether the given node may break the configuration if it is merged.booleanIComparisonSession.isInInputScope(ComparisonNode node) Checks whether the specified node lies within the input comparison scope (before the scope was extended) of this session.booleanIComparisonSession.isInScope(ComparisonNode node) Checks whether the specified node lies within the scope of comparison of this session.IComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Merges nodes using an external tool that are supported by this participant.voidIComparisonSession.removeChild(ComparisonNode parentNode, ComparisonNode childNode) Removes the specified child from the specified parent node.voidIComparisonSession.removeChildren(ComparisonNode node) Recursively removes all children of the specified node.voidIComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Restores custom settings for the specified node from the given merge settings container.IComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) Returns a comparedEObjects triple for the specified model node.static List<ComparisonNode>ComparisonUtils.retrievePathToNode(ComparisonNode node) Retrieves path to given comparison node.voidIComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Saves custom settings for the specified node into the given merge settings container.booleanIComparisonTreeFilter.select(ComparisonNode node, IComparisonSession session) Returns whether the given comparison node makes it through this filter.booleanIComparisonParticipant.supports(ComparisonNode node) Indicates whether the participant supports comparison and merging of the specified node.booleanIComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) Tells whether the given node supports custom merging.booleanIComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) Tells whether the given node supports merging using external tool.booleanIComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) Tells whether the given node supports prioritized merging.voidIComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) Updates comparison for the given result node.voidIComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Validates the process of merge of the specified model node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.core.supply
Methods in com._1c.g5.v8.dt.compare.core.supply with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IContainmentDataReferenceBaseSupplyDataReferenceProviderComparisonDelegate.getContainmentDataReferenceForIntegratedReferencesOnlyTarget(ComparisonNode containerNode, String topObjectSymlink, ComparisonContext comparisonContext) Get specific reference for the containment.ISupplyDataReferenceProviderComparisonDelegate.getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode comparisonNode, ComparisonContext comparisonContext) Delegates the call ofIDataReferenceProvider#getContainmentReference(String, EClass, EStructuralFeature, Object...)to domain-specific implementation.booleanISupplyDataReferenceProviderComparisonDelegate.isTopObjectReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, ComparisonNode comparisonNode) Delegates the call ofIDataReferenceProvider#isTopObjectReference(String, EClass, Object...)protected final IDataReferenceBaseSupplyDataReferenceProviderComparisonDelegate.tryToFindIntegratedReferencesOnlyTarget(String topObjectSymlink, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonContext comparisonContext) Trying to find "integrated references only" rule targets, if applicable. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.matching
Methods in com._1c.g5.v8.dt.compare.matching with parameters of type ComparisonNodeModifier and TypeMethodDescriptionISymlinkTranslationContributor.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) Returns a "matching symlinks" object for the specified symbolic link in the specified context.ISymlinkTranslator.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) For the specified symbolic link in the specified context on the specified side ("source side"), returns an object with this link on the specified target side and symbolic links (within the same context) of objects corresponding to the source object in the comparison model.ISymlinkTranslator.translateForImport(IMergeSession mergeSession, ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, String symlink, ComparisonContext comparisonContext) Translates the specified symbolic link referencing an object on the OTHER side of comparison for the purposes of import, that is, when the reference is situated in an imported other object.Constructors in com._1c.g5.v8.dt.compare.matching with parameters of type ComparisonNodeModifierConstructorDescriptionExternalReferenceFeatureMatcher(ComparisonContext comparisonContext, ComparisonNode node, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, org.eclipse.emf.ecore.EReference reference) Constructs a new mapper. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.merge
Methods in com._1c.g5.v8.dt.compare.merge with parameters of type ComparisonNodeModifier and TypeMethodDescriptionIMergeSession.getImportedObjectId(ComparisonNode node) Returns the id of the imported BM object registered for the specified node.voidIMergeSession.registerImportedObject(ComparisonNode node, IBmObject importedObject) Registers a BM object imported during the merge of the specified node.Constructors in com._1c.g5.v8.dt.compare.merge with parameters of type ComparisonNodeModifierConstructorDescriptionExternalMergeToolProblem(ComparisonNode node, String message) Creates a new instance.MergeProblem(ComparisonNode node, String message) Creates a new instance.MergeValidationProblem(ComparisonNode node, String message) Creates a new instance. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.model
Classes in com._1c.g5.v8.dt.compare.model with type parameters of type ComparisonNodeModifier and TypeClassDescriptionclassComparisonTreeNodeReadOnlyChildrenList<TNode extends ComparisonNode>A wrapper for navigating through lists of children of a given comparison node.Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.compare.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Collection Comparison Node'.interfaceA representation of the model object 'Collection Element Comparison Node'.interfaceA representation of the model object 'Containment Collection Comparison Node'.interfaceA representation of the model object 'Containment Collection Element Comparison Node'.interfaceA representation of the model object 'Containment Collection Element Impl Comparison Node'.interfaceA representation of the model object 'Containment Collection Impl Comparison Node'.interfaceA representation of the model object 'Containment Comparison Node'.interfaceA representation of the model object 'Containment Feature Comparison Node'.interfaceA representation of the model object 'External Property Comparison Node'.interfaceA representation of the model object 'Feature Collection Comparison Node'.interfaceA representation of the model object 'Feature Collection Element Comparison Node'.interfaceA representation of the model object 'Feature Comparison Node'.interfaceA representation of the model object 'Manifest Comparison Node'.interfaceA representation of the model object 'Manifest Header Comparison Node'.interfaceA representation of the model object 'Matched Objects Comparison Node'.interfaceA representation of the model object 'Reference Collection Comparison Node'.interfaceA representation of the model object 'Reference Collection Element Comparison Node'.interfaceA representation of the model object 'Reference Collection Element Impl Comparison Node'.interfaceA representation of the model object 'Reference Collection Impl Comparison Node'.interfaceA representation of the model object 'Referenced Objects Comparison Node'.interfaceA representation of the model object 'Reference Feature Comparison Node'.interfaceA representation of the model object 'Root Comparison Node'.interfaceA representation of the model object 'Single Containment Feature Comparison Node'.interfaceA representation of the model object 'Single Containment Feature Impl Comparison Node'.interfaceA representation of the model object 'Single Feature Comparison Node'.interfaceA representation of the model object 'Single Reference Feature Comparison Node'.interfaceA representation of the model object 'Single Reference Feature Impl Comparison Node'.interfaceA representation of the model object 'Single Value Comparison Node'.interfaceA representation of the model object 'Single Value Impl Comparison Node'.interfaceA representation of the model object 'Solid Resource Comparison Node'.interfaceA representation of the model object 'Symlink Comparison Node'.interfaceA representation of the model object 'Top Comparison Node'.interfaceA representation of the model object 'Top Model Objects Comparison Node'.interfaceA representation of the model object 'Unsupported Object Comparison Node'.interfaceA representation of the model object 'Value Collection Comparison Node'.interfaceA representation of the model object 'Value Collection Element Comparison Node'.interfaceA representation of the model object 'Value Collection Element Impl Comparison Node'.interfaceA representation of the model object 'Value Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model with type parameters of type ComparisonNodeModifier and TypeMethodDescription<T extends ComparisonNode>
org.eclipse.emf.common.util.EList<T>ComparisonNode.getChildren()* Returns list of all node's children, containment- and bmTop ones.Methods in com._1c.g5.v8.dt.compare.model that return ComparisonNodeModifier and TypeMethodDescriptionComparisonNode.getParent()ContainmentComparisonNode.getParent()Returns the value of the 'Parent' container reference.TopComparisonNode.getParent()Returns the value of the 'Parent' reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type ComparisonNodeModifier and TypeMethodDescriptionvoidContainmentComparisonNode.setParent(ComparisonNode value) Sets the value of the 'Parent' container reference.voidTopComparisonNode.setParent(ComparisonNode value) Sets the value of the 'Parent' reference.Constructors in com._1c.g5.v8.dt.compare.model with parameters of type ComparisonNodeModifierConstructorDescriptionCreates a list instance for the given node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Collection Comparison Node'.classAn implementation of the model object 'Collection Element Comparison Node'.classAn implementation of the model object 'Comparison Node'.classAn implementation of the model object 'Containment Collection Comparison Node'.classAn implementation of the model object 'Containment Collection Element Comparison Node'.classAn implementation of the model object 'Containment Collection Element Impl Comparison Node'.classAn implementation of the model object 'Containment Collection Impl Comparison Node'.classAn implementation of the model object 'Containment Comparison Node'.classAn implementation of the model object 'Containment Feature Comparison Node'.classAn implementation of the model object 'External Property Comparison Node'.classAn implementation of the model object 'Feature Collection Comparison Node'.classAn implementation of the model object 'Feature Collection Element Comparison Node'.classAn implementation of the model object 'Feature Comparison Node'.classAn implementation of the model object 'Manifest Comparison Node'.classAn implementation of the model object 'Manifest Header Comparison Node'.classAn implementation of the model object 'Matched Objects Comparison Node'.classAn implementation of the model object 'Reference Collection Comparison Node'.classAn implementation of the model object 'Reference Collection Element Comparison Node'.classAn implementation of the model object 'Reference Collection Element Impl Comparison Node'.classAn implementation of the model object 'Reference Collection Impl Comparison Node'.classAn implementation of the model object 'Referenced Objects Comparison Node'.classAn implementation of the model object 'Reference Feature Comparison Node'.classAn implementation of the model object 'Root Comparison Node'.classAn implementation of the model object 'Single Containment Feature Comparison Node'.classAn implementation of the model object 'Single Containment Feature Impl Comparison Node'.classAn implementation of the model object 'Single Feature Comparison Node'.classAn implementation of the model object 'Single Reference Feature Comparison Node'.classAn implementation of the model object 'Single Reference Feature Impl Comparison Node'.classAn implementation of the model object 'Single Value Comparison Node'.classAn implementation of the model object 'Single Value Impl Comparison Node'.classAn implementation of the model object 'Solid Resource Comparison Node'.classAn implementation of the model object 'Symlink 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'.classAn implementation of the model object 'Value Collection Comparison Node'.classAn implementation of the model object 'Value Collection Element Comparison Node'.classAn implementation of the model object 'Value Collection Element Impl Comparison Node'.classAn implementation of the model object 'Value Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl with type parameters of type ComparisonNodeModifier and TypeMethodDescription<T extends ComparisonNode>
org.eclipse.emf.common.util.EList<T>ComparisonNodeImpl.getChildren()Methods in com._1c.g5.v8.dt.compare.model.impl that return ComparisonNodeModifier and TypeMethodDescriptionComparisonNodeImpl.getParent()ContainmentCollectionImplComparisonNodeImpl.getParent()ContainmentComparisonNodeImpl.getParent()ExternalPropertyComparisonNodeImpl.getParent()ReferenceCollectionImplComparisonNodeImpl.getParent()SingleContainmentFeatureImplComparisonNodeImpl.getParent()SingleReferenceFeatureImplComparisonNodeImpl.getParent()SingleValueImplComparisonNodeImpl.getParent()TopComparisonNodeImpl.getParent()ValueCollectionImplComparisonNodeImpl.getParent()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type ComparisonNodeModifier and TypeMethodDescriptionvoidContainmentCollectionImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidContainmentComparisonNodeImpl.setParent(ComparisonNode newParent) voidExternalPropertyComparisonNodeImpl.setParent(ComparisonNode newParent) voidReferenceCollectionImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidSingleContainmentFeatureImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidSingleReferenceFeatureImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidSingleValueImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidTopComparisonNodeImpl.setParent(ComparisonNode newParent) voidValueCollectionImplComparisonNodeImpl.setParent(ComparisonNode newParent) -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant that return ComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonNodeAbstractEmfBasedComparisonParticipant.getTopNode(ComparisonNode node) Methods in com._1c.g5.v8.dt.compare.participant with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected final <T extends FeatureComparisonNode>
TAbstractEmfBasedComparisonParticipant.findChildNodeByFeature(IComparisonSession session, ComparisonNode parent, org.eclipse.emf.ecore.EStructuralFeature feature) protected final ContainmentComparisonNodeAbstractEmfBasedComparisonParticipant.findChildNodeByMatchedId(IComparisonSession session, ComparisonNode parent, MatchedEmfObjects matched) AbstractEmfBasedComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) protected ComparisonNodeAbstractEmfBasedComparisonParticipant.getTopNode(ComparisonNode node) protected org.eclipse.emf.ecore.EObjectAbstractEmfBasedComparisonParticipant.importEmfObject(MergeContext context, ComparisonNode mergingNode, org.eclipse.emf.ecore.EObject otherObject) booleanAbstractEmfBasedComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) protected voidAbstractEmfBasedComparisonParticipant.mergeEmfProperties(MergeContext context, ComparisonNode mergingNode, AbstractComparedEmfObjects<?> mergingObjects) AbstractEmfBasedComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) voidAbstractEmfBasedComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) voidAbstractEmfBasedComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) protected voidAbstractEmfBasedComparisonParticipant.setObjectToContainerOnMerge(MergeContext context, ComparisonNode mergingNode, org.eclipse.emf.ecore.EObject mainContainer, org.eclipse.emf.ecore.EReference mainReference, org.eclipse.emf.ecore.EObject eObject) Sets the object to the given container on the MAIN side.booleanAbstractEmfBasedComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) booleanAbstractEmfBasedComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) booleanAbstractEmfBasedComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) Method parameters in com._1c.g5.v8.dt.compare.participant with type arguments of type ComparisonNodeModifier 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) voidAbstractEmfBasedComparisonParticipant.BmIdsWrapper.createChildNode(LazyNodeProvider<? extends ComparisonNode> parentNodeProvider, IComparisonSession session, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedExternalProperties, AbstractComparedEmfObjects<?> comparingObject) Creates new child node and stores it in the wrapped list. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.settings.model
Methods in com._1c.g5.v8.dt.compare.settings.model with parameters of type ComparisonNodeModifier and TypeMethodDescriptionIMergeSettingsModel.getMergeSettingContainer(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Returns the restored join settings for the input node of the comparison tree, if they exist.booleanIMergeSettingsModel.hasSettingsUnderTree(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Checks if there are restored merge settings for the current subtree. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.ui.partialmodel
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel with parameters of type ComparisonNodeModifier and TypeMethodDescriptionEqualNodesObjectsCollector.collectObjectsToCreateEqualNodes(org.eclipse.emf.ecore.EObject parent, ComparisonNode featureNode, org.eclipse.emf.ecore.EStructuralFeature feature, ComparisonSide side, ComparisonContext comparisonContext) Collects child EObjects to create equal nodes for.protected abstract IPartialModelNodeAbstractElementSupplier.createChildNode(IPartialModelNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Creates a partial model node for the specified comparison node.protected final IPartialModelNodeAbstractFeatureElementSupplier.createChildNode(IPartialModelNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected List<IPartialModelNode>AbstractElementSupplier.createChildNodes(IPartialModelNode parent, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Creates child partial nodes for the specified parent and comparison node.protected IPartialFeatureNodeAbstractEmfBasedPartialModelController.createFeatureNode(IPartialModelNode parent, AbstractComparedEmfObjects<?> comparedParentObjects, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IComparisonSession session, ComparisonContext comparisonContext) Creates the node for feature.protected abstract IPartialModelNodeAbstractFeatureElementSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Creates a partial model node for the specified comparison node.EqualNodesObjectsCollector.getChildNodePositions(ComparisonNode featureNode, ComparisonSide side) Gets the set of child node positionsprotected booleanAbstractEmfBasedPartialModelController.isExpandableFeatureNodeRequired(ComparisonNode node, AbstractComparedEmfObjects<?> comparedParentObjects, org.eclipse.emf.ecore.EStructuralFeature feature, IComparisonSession session) Checks whether we need to build an expandable partial node with children for the feature node.protected abstract booleanAbstractEmfBasedPartialModelController.isSupported(ComparisonNode node) IPartialModelControllerDelegate.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) If supported by this controller, positions the specified comparison model node in a subtree of the specified partial model node.booleanPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) Positions the specified comparison model node in a subtree of the specified partial model node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.ui.partialmodel.node
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel.node that return ComparisonNodeModifier and TypeMethodDescriptionAbstractPartialModelNode.retrieveComparisonNode()IPartialModelNode.retrieveComparisonNode()Retrieves the corresponding comparison model node.Constructors in com._1c.g5.v8.dt.compare.ui.partialmodel.node with parameters of type ComparisonNodeModifierConstructorDescriptionprotectedAbstractDirectPartialModelNode(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a direct node.protectedAbstractDirectPartialModelNode(IPartialModelNode parent, ComparisonNode comparisonNode, boolean checked, IComparisonSession comparisonSession) Constructs a direct node.protectedAbstractDirectPartialModelNode(IPartialModelNode parent, ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a direct node.protectedAbstractNodeWithLabels(IPartialModelNode parent, ComparisonNode node, String mainLabel, String otherLabel, IImageProvider imageProvider, IComparisonSession comparisonSession) Constructs partial node for the specified comparison node.protectedAbstractNodeWithLabelsAndChildren(IPartialModelNode parent, ComparisonNode comparisonNode, String mainLabel, String otherLabel, IImageProvider imageProvider, IComparisonSession comparisonSession) Constructs a node for the specified comparison node.protectedAbstractPartialModelNode(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a node without a parent.protectedAbstractPartialModelNode(IPartialModelNode parent, ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a node with the specified parent.protectedAbstractPartialModelNodeWithChildren(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a node without a parent.protectedAbstractPartialModelNodeWithChildren(IPartialModelNode parent, ComparisonNode comparisonNode, IComparisonSession comparisonSession) Constructs a node.EmfFeatureNodeWithChildren(IPartialModelNode parent, ComparisonNode comparisonNode, String mainLabel, String otherLabel, IImageProvider imageProvider, IComparisonSession comparisonSession) Constructs a node for the given comparison node.EmfFeatureTerminalNode(IPartialModelNode parent, ComparisonNode comparisonNode, String mainLabel, String otherLabel, IImageProvider imageProvider, IComparisonSession comparisonSession) Constructs a node for the given comparison node.protectedEmfFeatureTerminalNode(IPartialModelNode parent, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IImageProvider imageProvider, IComparisonSession comparisonSession) Constructs a node for the given feature and the comparison node.ListElementNodeWithChildren(IPartialFeatureNode parent, ComparisonNode comparisonNode, String mainLabel, String otherLabel, IImageProvider imageProvider, String label, IComparisonSession comparisonSession) Constructs a node.ListElementTerminalNode(IPartialModelNode parent, ComparisonNode node, String mainLabel, String otherLabel, IImageProvider imageProvider, String label, IComparisonSession comparisonSession) Constructs partial node for the specified comparison node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.compare.ui.util
Methods in com._1c.g5.v8.dt.compare.ui.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionstatic <T extends FeatureComparisonNode>
TCompareUiUtils.findComparisonNode(ComparisonNode parent, org.eclipse.emf.ecore.EStructuralFeature feature, IComparisonSession session) Finds child comparison node with the given feature. -
Uses of ComparisonNode in com._1c.g5.v8.dt.dcs.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.dcs.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Dcs Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.dcs.compare.impl
Classes in com._1c.g5.v8.dt.dcs.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Dcs Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.dcs.compare.util
Methods in com._1c.g5.v8.dt.dcs.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionDcsCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.form.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.form.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Form Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.form.compare.impl
Classes in com._1c.g5.v8.dt.form.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Form Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.form.compare.util
Methods in com._1c.g5.v8.dt.form.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionFormCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.htmldocument.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.htmldocument.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Html Document Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.impl
Classes in com._1c.g5.v8.dt.htmldocument.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Html Document Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.util
Methods in com._1c.g5.v8.dt.htmldocument.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionHtmlDocumentCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionBslModuleComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanBslModuleComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidBslModuleComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidBslModuleComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidBslModuleComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) BslModuleComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) BslModuleComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) BslModuleComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) BslModuleComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) booleanBslModuleComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) BslModuleComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) voidBslModuleComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) BslModuleComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) voidBslModuleComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) booleanBslModuleComparisonParticipant.supports(ComparisonNode node) booleanBslModuleComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) booleanBslModuleComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) booleanBslModuleComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) voidBslModuleComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidBslModuleComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode 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 ComparisonNodeModifier and TypeMethodDescriptionstatic IThreeSideTextMergeInputBslCompareUiUtils.createTextMergeInput(ComparisonNode node, boolean isThreeWay, org.eclipse.compare.ITypedElement mainTypedElement, org.eclipse.compare.ITypedElement otherTypedElement, org.eclipse.compare.ITypedElement ancestorTypedElement, String absentTypedElementMessage) Creates a three side text merge input for the specified typed elements.BslModulePartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.chart.compare
Methods in com._1c.g5.v8.dt.internal.chart.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionChartComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.chart.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanChartComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidChartComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidChartComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidChartComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) ChartComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) ChartComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) ChartComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanChartComparisonParticipant.supports(ComparisonNode node) voidChartComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidChartComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.chart.compare.ui
Methods in com._1c.g5.v8.dt.internal.chart.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected booleanChartPartialModelController.isSupported(ComparisonNode node) ChartPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.cmi.compare
Methods in com._1c.g5.v8.dt.internal.cmi.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionCmiComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.cmi.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanCmiComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidCmiComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidCmiComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidCmiComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) CmiComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) CmiComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) CmiComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) CmiComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanCmiComparisonParticipant.supports(ComparisonNode node) booleanCmiComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) voidCmiComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidCmiComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.cmi.compare.ui
Methods in com._1c.g5.v8.dt.internal.cmi.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected List<IPartialModelNode>AbstractCmiSupplier.createChildNodes(IPartialModelNode parent, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeAbstractCmiCommandsSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeAbstractCmiSupplier.createNode(IPartialFeatureNode parent, ComparisonNode fragmentNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeAdjustableBooleanForInnerElementSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected booleanCmiPartialModelController.isSupported(ComparisonNode node) CmiPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession session) Constructors in com._1c.g5.v8.dt.internal.cmi.compare.ui with parameters of type ComparisonNodeModifierConstructorDescriptionFragmentPartialNode(IPartialFeatureNode parent, ComparisonNode fragmentComparisonNode, String label, IComparisonSession comparisonSession) Creates partial node instance. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return ComparisonNodeModifier and TypeMethodDescriptionComparisonSession.getNode(long nodeId) ComparisonSession.getNode(ComparisonContext comparisonContext, long nodeId) Methods in com._1c.g5.v8.dt.internal.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionComparisonManager.getPotentialCorrespondingNodes(ComparisonProcessHandle handle, ComparisonNode node, ComparisonSide sourceSide) SolidResourceComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanComparisonManager.ableToBreakCorrespondence(ComparisonProcessHandle handle, ComparisonNode node) booleanSolidResourceComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidComparisonSession.addChild(ComparisonNode parentNode, ComparisonNode childNode, IComparedObjects<?> comparedObjects) voidComparisonManager.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) Breaks correspondence represented by the specified model node with the help of a participant supporting this operation.voidSolidResourceComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidComparisonManager.breakMainSideCorrespondence(IComparisonSession comparisonSession, ComparisonNode node) Breaks main side correspondence represented by the specified model node with the help of a participant supporting this operation.voidSolidResourceComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidComparisonSession.clearCaches(ComparisonNode node) voidComparisonManager.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) Combines two complementing one-side nodes with the help of a participant supporting this operation.voidSolidResourceComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) ComparisonManager.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) ComparisonManager.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) Returns the default merge rule for the given node.SolidResourceComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) ComparisonManager.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) Returns the default must be merged value for the given node.SolidResourceComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) org.eclipse.emf.ecore.EClassComparisonSession.getMatchedObjectsEClass(ComparisonNode node) ComparisonManager.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) org.eclipse.emf.ecore.EStructuralFeatureComparisonSession.getParentCollectionFeature(ComparisonNode node) ComparisonManager.getPotentialCorrespondingNodes(ComparisonProcessHandle handle, ComparisonNode node, ComparisonSide sourceSide) SolidResourceComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) ComparisonManager.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) Returns human-readable descriptions of merge problems of the specified node.SolidResourceComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) org.eclipse.emf.ecore.EStructuralFeatureComparisonSession.getRelatedFeature(ComparisonNode node) ComparisonSession.getSerializableNodeMergeSettings(ComparisonNode node) ComparisonSession.getTopNodeOf(ComparisonNode node) booleanComparisonManager.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) Tells whether the given node may break the configuration if it is merged.booleanSolidResourceComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) booleanComparisonSession.isInInputScope(ComparisonNode node) booleanComparisonSession.isInScope(ComparisonNode node) SolidResourceComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) voidComparisonSession.removeChild(ComparisonNode parentNode, ComparisonNode childNode) voidComparisonSession.removeChildren(ComparisonNode node) voidComparisonManager.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Restores custom settings for the specified node from the given merge settings container.voidSolidResourceComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) SolidResourceComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) voidComparisonManager.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Saves custom settings for the specified node into the given merge settings container.voidSolidResourceComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) booleanSolidResourceComparisonParticipant.supports(ComparisonNode node) booleanComparisonManager.supportsCustomMerging(IComparisonSession session, ComparisonNode node) Tells whether the given node supports custom merging.booleanSolidResourceComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) booleanComparisonManager.supportsMergingUsingExternalTool(IComparisonSession session, ComparisonNode node) Tells whether the given node supports merging using external tool.booleanSolidResourceComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) booleanComparisonManager.supportsPrioritizedMerging(IComparisonSession session, ComparisonNode node) Tells whether the given node supports prioritized merging.booleanSolidResourceComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) ComparisonManager.translateForImport(IMergeSession mergeSession, ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, String symlink, ComparisonContext comparisonContext) voidComparisonManager.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) Updates the comparison results for a given object.voidSolidResourceComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidSolidResourceComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.settings.model
Methods in com._1c.g5.v8.dt.internal.compare.settings.model with parameters of type ComparisonNodeModifier and TypeMethodDescriptionvoidMergeSettingsTree.addNode(ComparisonNode comparisonNode, SerializableMergeSettings mergeSettingsContainer, IComparisonSession comparisonSession) Creates in the settings tree a new node with settings and all intermediate nodes on the path from the root.MergeSettingsTree.getMergeSettingContainer(ComparisonNode comparisonNode, IComparisonSession comparisonSession) booleanMergeSettingsTree.hasSettingsUnderTree(ComparisonNode comparisonNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.settings.model.path
Methods in com._1c.g5.v8.dt.internal.compare.settings.model.path with parameters of type ComparisonNodeModifier and TypeMethodDescriptionContainmentNodePathGenerator.getNodePath(ComparisonNode node, IComparisonSession comparisonSession) Generates string path of comparison tree nodes for serialization.ISerializedNodePathGenerator.getNodePath(ComparisonNode node, IComparisonSession comparisonSession) Generates string path of comparison tree nodes for serialization.SerializedNodePathProvider.getNodePath(ComparisonNode node, IComparisonSession comparisonSession) Generates string path of comparison tree nodes for serialization.TopNodePathGenerator.getNodePath(ComparisonNode node, IComparisonSession comparisonSession) Generates string path of comparison tree nodes for serialization.booleanContainmentNodePathGenerator.supports(ComparisonNode node) Checking the ability to generate an path for this node.booleanISerializedNodePathGenerator.supports(ComparisonNode node) Checking the ability to generate an path for this node.booleanSerializedNodePathProvider.supports(ComparisonNode node) Checking the ability to generate an path for this node.booleanTopNodePathGenerator.supports(ComparisonNode node) Checking the ability to generate an path for this node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.store
Constructors in com._1c.g5.v8.dt.internal.compare.store with parameters of type ComparisonNodeModifierConstructorDescriptionComparisonNodeCacheKey(IComparisonSession session, ComparisonNode node) Constructs a key. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.tracing
Methods in com._1c.g5.v8.dt.internal.compare.tracing with parameters of type ComparisonNodeModifier and TypeMethodDescriptionstatic voidTracer.setCustomMergeSettingsForNode(ComparisonNode node, CustomMergeSettings settings, ComparisonSession comparisonSession) static voidTracer.setMergeRuleForNode(ComparisonNode node, MergeRule rule, ComparisonSession comparisonSession) static voidTracer.setMustBeMergedForNode(ComparisonNode node, boolean mustBeMerged, boolean isInitialNode, ComparisonSession comparisonSession) static voidTracer.setOrderSideForNode(ComparisonNode node, ComparisonSide orderSide, ComparisonSession comparisonSession) static voidTracer.traceUnmatchedSymlinks(IMatchingSymlinks symlinks, String symlink, ComparisonNode node, org.eclipse.emf.ecore.EReference reference, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.ui.partialmodel
Methods in com._1c.g5.v8.dt.internal.compare.ui.partialmodel with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialModelNodeMultiReferenceGenericSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) SolidResourcePartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.compare.ui.search
Methods in com._1c.g5.v8.dt.internal.compare.ui.search that return ComparisonNodeModifier and TypeMethodDescriptionComparisonTreeSearchController.search(boolean backwardDirection) Searches forward or backward with current input filter data and tree filters.Methods in com._1c.g5.v8.dt.internal.compare.ui.search that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionComparisonTreeSearchEngineMediator.getFoundNodeConsumer()Returns handler which will be called when some node is found.Methods in com._1c.g5.v8.dt.internal.compare.ui.search with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanComparisonTreeSearchEngineMediator.isMatchesToFilters(ComparisonNode node, IComparisonSession comparisonSession) Checks if given node matches all tree filters or not.voidComparisonTreeSearchEngineMediator.pastRepositionSearchTo(ComparisonNode node, IComparisonSession session) Performs reposition in sense of "having past thenodebut not the one which follows it", i.e. searching next gives the node (if exists) followingnodeand searching back givesnode.voidComparisonTreeSearchEngineMediator.repositionSearchTo(ComparisonNode node, IComparisonSession session) Performs reposition in sense of "having past the node preceding node but not thenodeitself", i.e. searching next givesnodeand searching back gives the node preceding tonode.voidComparisonTreeSearchEngineMediator.setSearchBorders(ComparisonNode from, ComparisonNode to, IComparisonSession session) Narrows search borders of given collection to nodes contained betweenfromandtoinclusively.Method parameters in com._1c.g5.v8.dt.internal.compare.ui.search with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionvoidComparisonTreeSearchEngineMediator.setFoundNodeConsumer(Consumer<ComparisonNode> foundNodeConsumer) Sets new handler for found node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.dcs.compare
Methods in com._1c.g5.v8.dt.internal.dcs.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionDcsComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.dcs.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanDcsComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidDcsComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidDcsComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidDcsComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) DcsComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) DcsComparisonParticipant.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) DcsComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) DcsComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanDcsComparisonParticipant.supports(ComparisonNode node) voidDcsComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidDcsComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode 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 ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialFeatureNodeDcsPartialModelController.createFeatureNode(IPartialModelNode parent, AbstractComparedEmfObjects<?> comparedParentObjects, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IComparisonSession session, ComparisonContext comparisonContext) protected booleanDcsPartialModelController.isSupported(ComparisonNode node) DcsPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.form.compare
Methods in com._1c.g5.v8.dt.internal.form.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionFormComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.form.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanFormComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidFormComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidFormComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidFormComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) FormComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) FormComparisonParticipant.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext objectComparisonContext, IMergeSession mergeSession) FormComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) FormComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) protected voidFormComparisonParticipant.setObjectToContainerOnMerge(MergeContext context, ComparisonNode mergingNode, org.eclipse.emf.ecore.EObject mainContainer, org.eclipse.emf.ecore.EReference mainReference, org.eclipse.emf.ecore.EObject eObject) booleanFormComparisonParticipant.supports(ComparisonNode node) booleanFormComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) voidFormComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidFormComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Method parameters in com._1c.g5.v8.dt.internal.form.compare with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsFormComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) -
Uses of ComparisonNode 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 ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialFeatureNodeFormPartialModelController.createFeatureNode(IPartialModelNode parent, AbstractComparedEmfObjects<?> comparedParentObjects, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IComparisonSession session, ComparisonContext comparisonContext) protected IPartialModelNodeEventHandlerSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeExcludedCommandsSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected booleanFormPartialModelController.isSupported(ComparisonNode node) FormPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession session) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.form.supply
Methods in com._1c.g5.v8.dt.internal.form.supply with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IContainmentDataReferenceFormSupplyReferenceProviderComparisonDelegate.getContainmentDataReferenceForIntegratedReferencesOnlyTarget(ComparisonNode containerNode, String topObjectSymlink, ComparisonContext comparisonContext) FormSupplyReferenceProviderComparisonDelegate.getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode comparisonNode, ComparisonContext comparisonContext) booleanFormSupplyReferenceProviderComparisonDelegate.isTopObjectReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, ComparisonNode comparisonNode) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.htmldocument.compare
Methods in com._1c.g5.v8.dt.internal.htmldocument.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionHtmlDocumentComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.htmldocument.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanHtmlDocumentComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidHtmlDocumentComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidHtmlDocumentComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidHtmlDocumentComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) HtmlDocumentComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) HtmlDocumentComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) HtmlDocumentComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) protected org.eclipse.emf.ecore.EObjectHtmlDocumentComparisonParticipant.importEmfObject(MergeContext context, ComparisonNode mergingNode, org.eclipse.emf.ecore.EObject otherObject) protected voidHtmlDocumentComparisonParticipant.mergeEmfProperties(MergeContext context, ComparisonNode mergingNode, AbstractComparedEmfObjects<?> mergingObjects) HtmlDocumentComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanHtmlDocumentComparisonParticipant.supports(ComparisonNode node) voidHtmlDocumentComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidHtmlDocumentComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Method parameters in com._1c.g5.v8.dt.internal.htmldocument.compare with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsHtmlDocumentComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.htmldocument.compare.ui
Methods in com._1c.g5.v8.dt.internal.htmldocument.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialModelNodeHtmlDocumentPageSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected booleanHtmlDocumentPartialModelController.isSupported(ComparisonNode node) HtmlDocumentPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) Constructors in com._1c.g5.v8.dt.internal.htmldocument.compare.ui with parameters of type ComparisonNodeModifierConstructorDescriptionHtmlDocumentPageTerminalNode(IPartialModelNode parent, ComparisonNode node, String pageLanguage) Creates a new instance. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.md.compare
Methods in com._1c.g5.v8.dt.internal.md.compare with type parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected <T extends ComparisonNode>
TMdComparisonNodeFactory.create(org.eclipse.emf.ecore.EClass nodeType) Methods in com._1c.g5.v8.dt.internal.md.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionMdComparisonNodeFactory.createChildMdCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for a collection of child (non-top) MD objects.MdComparisonNodeFactory.createTopMdCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session) Creates a comparison node for a collection of top MD objects. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.md.compare.participant
Methods in com._1c.g5.v8.dt.internal.md.compare.participant that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionManifestComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) MdObjectComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) UnsupportedObjectComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.md.compare.participant with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanManifestComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) booleanMdObjectComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) booleanUnsupportedObjectComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidManifestComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidMdObjectComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidUnsupportedObjectComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidManifestComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidMdObjectComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidUnsupportedObjectComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidManifestComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) voidMdObjectComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) voidUnsupportedObjectComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) ManifestComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) UnsupportedObjectComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) ManifestComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) MdObjectComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) UnsupportedObjectComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) MdObjectComparisonParticipant.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) ManifestComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) MdObjectComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) UnsupportedObjectComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) ManifestComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) MdObjectComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) UnsupportedObjectComparisonParticipant.getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) protected org.eclipse.emf.ecore.EObjectMdObjectComparisonParticipant.importEmfObject(MergeContext context, ComparisonNode mergingNode, org.eclipse.emf.ecore.EObject otherObject) booleanManifestComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) booleanMdObjectComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) booleanUnsupportedObjectComparisonParticipant.isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) protected voidMdObjectComparisonParticipant.mergeEmfProperties(MergeContext context, ComparisonNode mergingNode, AbstractComparedEmfObjects<?> mergingObjects) ManifestComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) UnsupportedObjectComparisonParticipant.mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) voidManifestComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) voidUnsupportedObjectComparisonParticipant.restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) ManifestComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) MdObjectComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) UnsupportedObjectComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) voidManifestComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) voidUnsupportedObjectComparisonParticipant.saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) booleanManifestComparisonParticipant.supports(ComparisonNode node) booleanMdObjectComparisonParticipant.supports(ComparisonNode node) booleanUnsupportedObjectComparisonParticipant.supports(ComparisonNode node) booleanManifestComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) booleanUnsupportedObjectComparisonParticipant.supportsCustomMerging(ComparisonNode node, IComparisonSession session) booleanManifestComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) booleanUnsupportedObjectComparisonParticipant.supportsMergingUsingExternalTool(ComparisonNode node, IComparisonSession session) booleanManifestComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) booleanMdObjectComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) booleanUnsupportedObjectComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) voidManifestComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidMdObjectComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidUnsupportedObjectComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidManifestComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) voidMdObjectComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) voidUnsupportedObjectComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Method parameters in com._1c.g5.v8.dt.internal.md.compare.participant with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsMdObjectComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.md.compare.search
Methods in com._1c.g5.v8.dt.internal.md.compare.search that return ComparisonNodeModifier and TypeMethodDescriptionCrossProjectSearchManager.repositionToNextNode()Repositions to next node.Methods in com._1c.g5.v8.dt.internal.md.compare.search that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected List<ComparisonNode>NodeFlattener.getChildren(ComparisonNode origin) protected List<ComparisonNode>SortedMdNodeFlattener.getChildren(ComparisonNode origin) protected IBorderedCursor<ComparisonNode>NodeSearcher.getCursor(List<ComparisonNode> input) protected Predicate<ComparisonNode>NodeSearcher.getFilter(FilterData filterData) Methods in com._1c.g5.v8.dt.internal.md.compare.search with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected booleanNodeFlattener.accept(ComparisonNode origin) protected List<ComparisonNode>NodeFlattener.getChildren(ComparisonNode origin) protected List<ComparisonNode>SortedMdNodeFlattener.getChildren(ComparisonNode origin) protected booleanNodeFlattener.hasChildren(ComparisonNode origin) voidCrossProjectSearchManager.repositionTo(ComparisonNode node, IComparisonSession session) Repositions to specific node.voidCrossProjectSearchManager.setSearchBorders(ComparisonNode from, ComparisonNode to, IComparisonSession session) Narrows search borders of given collection to nodes contained betweenfromandtoinclusively.Method parameters in com._1c.g5.v8.dt.internal.md.compare.search with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected IBorderedCursor<ComparisonNode>NodeSearcher.getCursor(List<ComparisonNode> input) voidNodeSearcher.init(List<ComparisonNode> containerToSearchIn) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.merge
Methods in com._1c.g5.v8.dt.internal.merge with parameters of type ComparisonNodeModifier and TypeMethodDescriptionMergeSession.getImportedObjectId(ComparisonNode node) voidMergeSession.registerImportedObject(ComparisonNode node, IBmObject importedEmfObject) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.rights.compare
Methods in com._1c.g5.v8.dt.internal.rights.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionRightsComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com._1c.g5.v8.dt.internal.rights.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanRightsComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidRightsComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidRightsComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidRightsComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) RightsComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) RightsComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) RightsComparisonParticipant.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) RightsComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) RightsComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanRightsComparisonParticipant.supports(ComparisonNode node) booleanRightsComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) voidRightsComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidRightsComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.rights.compare.supply
Methods in com._1c.g5.v8.dt.internal.rights.compare.supply with parameters of type ComparisonNodeModifier and TypeMethodDescriptionRightsReferenceProviderComparisonDelegate.getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode containmentComparisonNode, ComparisonContext comparisonContext) booleanRightsReferenceProviderComparisonDelegate.isTopObjectReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, ComparisonNode comparisonNode) -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.rights.compare.ui
Methods in com._1c.g5.v8.dt.internal.rights.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialModelNodeObjectRightsSupplier.createChildNode(IPartialModelNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeRlsSupplier.createChildNode(IPartialModelNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeRoleRightsSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeRoleTemplateVisibilitySupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Constructors in com._1c.g5.v8.dt.internal.rights.compare.ui with parameters of type ComparisonNodeModifierConstructorDescriptionObjectRightsNodeWithChildren(IPartialFeatureNode parent, ComparisonNode node, long rightsObjectId, String mainLabel, String otherLabel, IImageProvider imageProvider) Creates node instance.ObjectRightTerminalNode(IPartialModelNode parent, ComparisonNode node, String mainLabel, String otherLabel, String mainValue, String otherValue, IImageProvider imageProvider) The constructor.RoleRightsTerminalNode(IPartialModelNode parent, ComparisonNode comparisonNode, String mainLabel, String otherLabel) Constructs a node.RoleTemplateTerminalNode(IPartialModelNode parent, ComparisonNode node, String mainLabel, String otherLabel, String label) Constructs a node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.internal.testing.compare
Constructors in com._1c.g5.v8.dt.internal.testing.compare with parameters of type ComparisonNodeModifierConstructorDescriptionNodeDescription(NodeDescription parentDescription, ComparisonNode node, ComparisonContext context) Creates description for the specified comparison node. -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.md.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Child Md Collection Comparison Node'.interfaceA representation of the model object 'Child Md Collection Impl Comparison Node'.interfaceA representation of the model object 'Child Md Object Comparison Node'.interfaceA representation of the model object 'Md Collection 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 Collection Comparison Node'.interfaceA representation of the model object 'Top Md Collection Impl 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 ComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Child Md Collection Comparison Node'.classAn implementation of the model object 'Child Md Collection Impl Comparison Node'.classAn implementation of the model object 'Child Md Object Comparison Node'.classAn implementation of the model object 'Md Collection 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 Collection Comparison Node'.classAn implementation of the model object 'Top Md Collection Impl 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'.Methods in com._1c.g5.v8.dt.md.compare.impl that return ComparisonNodeModifier and TypeMethodDescriptionChildMdCollectionImplComparisonNodeImpl.getParent()TopMdCollectionImplComparisonNodeImpl.getParent()Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type ComparisonNodeModifier and TypeMethodDescriptionvoidChildMdCollectionImplComparisonNodeImpl.setParent(ComparisonNode newParent) voidTopMdCollectionImplComparisonNodeImpl.setParent(ComparisonNode newParent) -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.matching
Constructors in com._1c.g5.v8.dt.md.compare.matching with parameters of type ComparisonNodeModifierConstructorDescriptionWebServiceXDTOPackageMatcher(ComparisonContext comparisonContext, ComparisonNode node, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Creates new instance ofWebServiceXDTOPackageMatcher -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.participant
Methods in com._1c.g5.v8.dt.md.compare.participant with parameters of type ComparisonNodeModifier and TypeMethodDescriptionAbstractMdAwareComparisonParticipant.getDefaultMergeRule(ComparisonNode node, IComparisonSession session) booleanAbstractMdAwareComparisonParticipant.supportsPrioritizedMerging(ComparisonNode node, IComparisonSession session) Method parameters in com._1c.g5.v8.dt.md.compare.participant with type arguments of type ComparisonNodeModifier and TypeMethodDescriptionprotected ComparisonFlagsAbstractMdAwareComparisonParticipant.compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext) -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.search
Methods in com._1c.g5.v8.dt.md.compare.search that return ComparisonNodeModifier and TypeMethodDescriptionSearchResult.getComparisonNode()Gets comparison node, representing result of search.Methods in com._1c.g5.v8.dt.md.compare.search that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionstatic List<ComparisonNode>ComparisonNodeSorter.getSortedMdNodesChildren(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Filters out nodes which are notMdObjectComparisonNodeorMdCollectionComparisonNode, and those that are not in scope, sorts what is left according to UI menu structure.static List<ComparisonNode>ComparisonNodeSorter.provideSortedMdObjectComparisonNodesForSearching(IComparisonSession comparisonSession) Provides sorted collection of allMdObjectComparisonNodein given project which are in scope of comparison session.Methods in com._1c.g5.v8.dt.md.compare.search with parameters of type ComparisonNodeModifier and TypeMethodDescriptionComparisonTreeSearchEngine.getComparisonSessionFor(ComparisonNode node) Returns comparison session related to node.static List<ComparisonNode>ComparisonNodeSorter.getSortedMdNodesChildren(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Filters out nodes which are notMdObjectComparisonNodeorMdCollectionComparisonNode, and those that are not in scope, sorts what is left according to UI menu structure.voidComparisonTreeSearchEngine.pastRepositionSearchTo(ComparisonNode node, IComparisonSession session) Performs reposition in sense of "having past thenodebut not the one which follows it", i.e. searching next gives the node (if exists) followingnodeand searching back givesnode.voidComparisonTreeSearchEngine.repositionSearchTo(ComparisonNode node, IComparisonSession session) This one performs reposition in sense of "having past the node precedingnodebut not thenodeitself", i.e. searching next givesnodeand searching back gives the node preceding tonode.voidComparisonTreeSearchEngine.setSearchBorders(ComparisonNode from, ComparisonNode to, IComparisonSession session) Narrows search borders of given collection to nodes contained betweenfromandtoinclusively.Constructors in com._1c.g5.v8.dt.md.compare.search with parameters of type ComparisonNodeModifierConstructorDescriptionSearchResult(ComparisonNode comparisonNode, IComparisonSession comparisonSession) Creates instance of class. -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.supply
Methods in com._1c.g5.v8.dt.md.compare.supply with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IContainmentDataReferenceMdSupplyReferenceProviderComparisonDelegate.getContainmentDataReferenceForIntegratedReferencesOnlyTarget(ComparisonNode containerNode, String topObjectSymlink, ComparisonContext comparisonContext) MdSupplyReferenceProviderComparisonDelegate.getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode comparisonNode, ComparisonContext comparisonContext) booleanMdSupplyReferenceProviderComparisonDelegate.isTopObjectReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, ComparisonNode comparisonNode) -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.ui.internal.controller
Methods in com._1c.g5.v8.dt.md.compare.ui.internal.controller with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialFeatureNodeMdObjectPartialModelController.createFeatureNode(IPartialModelNode parent, AbstractComparedEmfObjects<?> comparedParentObjects, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IComparisonSession session, ComparisonContext comparisonContext) protected booleanMdObjectPartialModelController.isSupported(ComparisonNode node) ManifestPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) MdObjectPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) UnsupportedObjectPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionMdCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.rights.compare
Subinterfaces of ComparisonNode in com._1c.g5.v8.dt.rights.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Rights Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.rights.compare.impl
Classes in com._1c.g5.v8.dt.rights.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Rights Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.rights.compare.ui
Methods in com._1c.g5.v8.dt.rights.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialFeatureNodeRightsPartialModelController.createFeatureNode(IPartialModelNode parent, AbstractComparedEmfObjects<?> comparedParentObjects, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature feature, String mainLabel, String otherLabel, IComparisonSession session, ComparisonContext comparisonContext) protected booleanRightsPartialModelController.isSupported(ComparisonNode node) RightsPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com._1c.g5.v8.dt.rights.compare.util
Methods in com._1c.g5.v8.dt.rights.compare.util with parameters of type ComparisonNodeModifier and TypeMethodDescriptionRightsCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'. -
Uses of ComparisonNode in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with type parameters of type ComparisonNodeModifier and TypeMethodDescriptionstatic <T extends ComparisonNode>
TCompareTestUtils.findChildNodeByFeaturePath(IComparisonSession session, ComparisonNode nearestTopNode, org.eclipse.emf.ecore.EStructuralFeature... featuresPath) static <T extends ComparisonNode>
TCompareTestUtils.getContainmentNode(IComparisonSession session, String nearestTopNodeSymlink, org.eclipse.emf.ecore.EStructuralFeature... featuresPath) Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionstatic List<BslModuleSectionComparisonNode>BslCompareTestUtils.findAllSectionNodesByName(ComparisonNode parentNode, String sectionName) static <T extends FeatureComparisonNode>
TCompareTestUtils.findChildNodeByFeature(IComparisonSession session, ComparisonNode parent, org.eclipse.emf.ecore.EStructuralFeature feature) static <T extends ComparisonNode>
TCompareTestUtils.findChildNodeByFeaturePath(IComparisonSession session, ComparisonNode nearestTopNode, org.eclipse.emf.ecore.EStructuralFeature... featuresPath) BslCompareTestUtils.findSectionNodeByName(ComparisonNode parentNode, String sectionName) static IComparedObjects<?>CompareTestUtils.getComparedObjects(IComparisonSession session, ComparisonNode node) static voidBslCompareTestUtils.setCustomMergeResult(IComparisonSession session, ComparisonNode node, String customMergeResult) static voidBslCompareTestUtils.setMergeConflicts(IComparisonSession session, ComparisonNode node, List<BslCompareTestUtils.MergeConflictDescription> mergeConflictDescriptions) static voidCompareTestUtils.setMergeRule(IComparisonSession session, ComparisonNode node, MergeRule ruleToSet) static voidCompareTestUtils.setOrderSide(IComparisonSession session, ComparisonNode node, ComparisonSide orderSideToSet) -
Uses of ComparisonNode in com.e1c.g5.v8.dt.internal.md.aindex.compare
Methods in com.e1c.g5.v8.dt.internal.md.aindex.compare that return types with arguments of type ComparisonNodeModifier and TypeMethodDescriptionAdditionalIndexesComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Methods in com.e1c.g5.v8.dt.internal.md.aindex.compare with parameters of type ComparisonNodeModifier and TypeMethodDescriptionbooleanAdditionalIndexesComparisonParticipant.ableToBreakCorrespondence(ComparisonNode node) voidAdditionalIndexesComparisonParticipant.breakCorrespondence(ComparisonContext comparisonContext, ComparisonNode node) voidAdditionalIndexesComparisonParticipant.breakMainSideCorrespondence(IComparisonSession session, ComparisonNode node) voidAdditionalIndexesComparisonParticipant.combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) AdditionalIndexesComparisonParticipant.getDefaultMustBeMerged(ComparisonNode node, IComparisonSession session) AdditionalIndexesComparisonParticipant.getMatchingSymlinks(ComparisonNode node, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference reference, ComparisonSide sourceSide, String symlink, ComparisonContext comparisonContext, IMergeSession mergeSession) AdditionalIndexesComparisonParticipant.getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) AdditionalIndexesComparisonParticipant.retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) booleanAdditionalIndexesComparisonParticipant.supports(ComparisonNode node) voidAdditionalIndexesComparisonParticipant.updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) voidAdditionalIndexesComparisonParticipant.validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) -
Uses of ComparisonNode in com.e1c.g5.v8.dt.internal.md.aindex.compare.ui
Methods in com.e1c.g5.v8.dt.internal.md.aindex.compare.ui with parameters of type ComparisonNodeModifier and TypeMethodDescriptionprotected IPartialModelNodeAdditionalIndexFeatureElementSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected IPartialModelNodeAdditionalIndexFieldsFeatureElementSupplier.createNode(IPartialFeatureNode parent, ComparisonNode comparisonNode, ComparisonContext comparisonContext, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) protected booleanAdditionalIndexesPartialModelController.isSupported(ComparisonNode node) AdditionalIndexesPartialModelController.positionChildNode(IPartialModel partialModel, IPartialModelNode parentNode, ComparisonNode modelNode, IComparisonSession comparisonSession) -
Uses of ComparisonNode in com.e1c.g5.v8.dt.md.aindex.compare
Subinterfaces of ComparisonNode in com.e1c.g5.v8.dt.md.aindex.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Additional Indexes Comparison Node'. -
Uses of ComparisonNode in com.e1c.g5.v8.dt.md.aindex.compare.impl
Classes in com.e1c.g5.v8.dt.md.aindex.compare.impl that implement ComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Indexes Comparison Node'. -
Uses of ComparisonNode 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 ComparisonNodeModifier and TypeMethodDescriptionAdditionalIndexesCompareSwitch.caseComparisonNode(ComparisonNode object) Returns the result of interpreting the object as an instance of 'Comparison Node'.