Uses of Interface
com._1c.g5.v8.dt.compare.model.TopComparisonNode
-
-
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare Modifier and Type Interface Description interface
BslModuleComparisonNode
A representation of the model object 'Bsl Module Comparison Node'.interface
BslModuleSectionComparisonNode
A representation of the model object 'Bsl Module Section Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
BslModuleComparisonNodeImpl
An implementation of the model object 'Bsl Module Comparison Node'.class
BslModuleSectionComparisonNodeImpl
An implementation of the model object 'Bsl Module Section Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
BslCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.chart.compare Modifier and Type Interface Description interface
ChartComparisonNode
A representation of the model object 'Chart Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare.impl
Classes in com._1c.g5.v8.dt.chart.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
ChartComparisonNodeImpl
An implementation of the model object 'Chart Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.chart.compare.util
Methods in com._1c.g5.v8.dt.chart.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
ChartCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare Modifier and Type Interface Description interface
CmiComparisonNode
A representation of the model object 'Cmi Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare.impl
Classes in com._1c.g5.v8.dt.cmi.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
CmiComparisonNodeImpl
An implementation of the model object 'Cmi Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.cmi.compare.util
Methods in com._1c.g5.v8.dt.cmi.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
CmiCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return TopComparisonNode Modifier and Type Method Description TopComparisonNode
IComparisonParticipant. addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass)
Adds a new node to the comparison for the top object.TopComparisonNode
IComparisonSession. getTopNode(String symlink, ComparisonSide side)
Returns a top node by the specified symbolic link.TopComparisonNode
IComparisonSession. getTopNodeOf(long nodeId)
Returns a top-level parent node of the node with the specified id.TopComparisonNode
IComparisonSession. getTopNodeOf(ComparisonNode node)
Returns a top-level parent node of the given node.Methods in com._1c.g5.v8.dt.compare.core with parameters of type TopComparisonNode Modifier and Type Method Description List<Long>
IComparisonParticipant. compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor)
Compares objects contained in the specified model top node and returns a list of child nodes to be compared.MergeContext
IComparisonParticipant. createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext)
Creates merge context for an upcoming merge operation.Map<String,IBmObject>
IComparisonParticipant. getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context)
In case if the merge process changes the top object it should supply information about affected DDs.org.eclipse.core.runtime.IStatus
IComparisonParticipant. merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Merges the differences in the specified top node in the specified merge session.void
IComparisonParticipant. onChildrenMerged(TopComparisonNode topNode, MergeContext context)
Called when the child nodes of the specified top node have been merged. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.merge
Fields in com._1c.g5.v8.dt.compare.merge declared as TopComparisonNode Modifier and Type Field Description TopComparisonNode
MergeContext. topNode
The top node being merged.Constructors in com._1c.g5.v8.dt.compare.merge with parameters of type TopComparisonNode Constructor Description MergeContext(ComparisonContext comparisonContext, IMergeSession mergeSession, TopComparisonNode topNode, AbstractComparedEmfObjects<?> topParents)
Creates context instance. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ExternalPropertyComparisonNode
A representation of the model object 'External Property Comparison Node'.interface
RootComparisonNode
A representation of the model object 'Root Comparison Node'.interface
SolidResourceComparisonNode
A representation of the model object 'Solid Resource Comparison Node'.interface
TopModelObjectsComparisonNode
A representation of the model object 'Top Model Objects Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return TopComparisonNode Modifier and Type Method Description TopComparisonNode
TopComparisonNode. getTopAncestor()
Returns the value of the 'Top Ancestor' reference.Methods in com._1c.g5.v8.dt.compare.model that return types with arguments of type TopComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<TopComparisonNode>
ComparisonNode. getTopChildren()
Returns the value of the 'Top Children' reference list.org.eclipse.emf.common.util.EList<TopComparisonNode>
TopComparisonNode. getTopDescendants()
Returns the value of the 'Top Descendants' reference list.Methods in com._1c.g5.v8.dt.compare.model with parameters of type TopComparisonNode Modifier and Type Method Description void
TopComparisonNode. setTopAncestor(TopComparisonNode value)
Sets the value of the 'Top Ancestor
' reference. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement TopComparisonNode Modifier and Type Class Description class
ExternalPropertyComparisonNodeImpl
An implementation of the model object 'External Property Comparison Node'.class
RootComparisonNodeImpl
An implementation of the model object 'Root Comparison Node'.class
SolidResourceComparisonNodeImpl
An implementation of the model object 'Solid Resource Comparison Node'.class
TopComparisonNodeImpl
An implementation of the model object 'Top Comparison Node'.class
TopModelObjectsComparisonNodeImpl
An implementation of the model object 'Top Model Objects Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return TopComparisonNode Modifier and Type Method Description TopComparisonNode
ExternalPropertyComparisonNodeImpl. getTopAncestor()
TopComparisonNode
TopComparisonNodeImpl. getTopAncestor()
Methods in com._1c.g5.v8.dt.compare.model.impl that return types with arguments of type TopComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<TopComparisonNode>
ComparisonNodeImpl. getTopChildren()
org.eclipse.emf.common.util.EList<TopComparisonNode>
ExternalPropertyComparisonNodeImpl. getTopDescendants()
org.eclipse.emf.common.util.EList<TopComparisonNode>
TopComparisonNodeImpl. getTopDescendants()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type TopComparisonNode Modifier and Type Method Description void
ExternalPropertyComparisonNodeImpl. setTopAncestor(TopComparisonNode newTopAncestor)
void
TopComparisonNodeImpl. setTopAncestor(TopComparisonNode newTopAncestor)
-
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type TopComparisonNode Modifier and Type Method Description T
CompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type TopComparisonNode Modifier and Type Method Description protected ComparisonFlags
AbstractEmfBasedComparisonParticipant. 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 ComparisonFlags
AbstractEmfBasedComparisonParticipant. compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext)
protected ComparisonFlags
AbstractEmfBasedComparisonParticipant. compareOneSideObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext)
Compares one-side object's triple.protected ComparisonFlags
AbstractEmfBasedComparisonParticipant. 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 ComparisonFlags
AbstractEmfBasedComparisonParticipant. compareValue(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> parentNodeProvider, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, ComparisonContext comparisonContext)
AbstractEmfBasedComparisonParticipant.BmIdsWrapper
AbstractEmfBasedComparisonParticipant.BmIdsWrapper. createWrapperForNode(TopComparisonNode node)
Creates wrapper instance for a new node, but with the same list of bm ids to be wrapped.protected IEmfObjectMatcher
AbstractEmfBasedComparisonParticipant. getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext)
Returns a custom matcher for the specified reference.protected abstract String
AbstractEmfBasedComparisonParticipant. getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject)
Returns the symbolic link (FQN) of the specified external property.Map<String,IBmObject>
AbstractEmfBasedComparisonParticipant. getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context)
protected Collection<MatchedEmfObjects>
AbstractEmfBasedComparisonParticipant. matchEmfObjects(TopComparisonNode topNode, AbstractComparedEmfObjects<?> comparingObject, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences, ComparisonContext comparisonContext, ComparisonFlags parentFlags)
void
AbstractEmfBasedComparisonParticipant. onChildrenMerged(TopComparisonNode topNode, MergeContext context)
Constructors in com._1c.g5.v8.dt.compare.participant with parameters of type TopComparisonNode Constructor Description BmIdsWrapper(TopComparisonNode topNode, List<Long> bmIdsWrappingList)
Creates wrapper instance for the specified node. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare Modifier and Type Interface Description interface
DcsComparisonNode
A representation of the model object 'Dcs Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare.impl
Classes in com._1c.g5.v8.dt.dcs.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
DcsComparisonNodeImpl
An implementation of the model object 'Dcs Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.dcs.compare.util
Methods in com._1c.g5.v8.dt.dcs.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
DcsCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.form.compare Modifier and Type Interface Description interface
FormComparisonNode
A representation of the model object 'Form Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare.impl
Classes in com._1c.g5.v8.dt.form.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
FormComparisonNodeImpl
An implementation of the model object 'Form Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.form.compare.util
Methods in com._1c.g5.v8.dt.form.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
FormCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare Modifier and Type Interface Description interface
HtmlDocumentComparisonNode
A representation of the model object 'Html Document Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.impl
Classes in com._1c.g5.v8.dt.htmldocument.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
HtmlDocumentComparisonNodeImpl
An implementation of the model object 'Html Document Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.htmldocument.compare.util
Methods in com._1c.g5.v8.dt.htmldocument.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
HtmlDocumentCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
ChildMdObjectComparisonNode
A representation of the model object 'Child Md Object Comparison Node'.interface
ManifestComparisonNode
A representation of the model object 'Manifest Comparison Node'.interface
MdObjectCollectionElementComparisonNode
A representation of the model object 'Md Object Collection Element Comparison Node'.interface
MdObjectComparisonNode
A representation of the model object 'Md Object Comparison Node'.interface
TopMdObjectCollectionElementComparisonNode
A representation of the model object 'Top Md Object Collection Element Comparison Node'.interface
TopMdObjectComparisonNode
A representation of the model object 'Top Md Object Comparison Node'.interface
UnsupportedObjectComparisonNode
A representation of the model object 'Unsupported Object Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
ChildMdObjectComparisonNodeImpl
An implementation of the model object 'Child Md Object Comparison Node'.class
ManifestComparisonNodeImpl
An implementation of the model object 'Manifest Comparison Node'.class
MdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Md Object Collection Element Comparison Node'.class
MdObjectComparisonNodeImpl
An implementation of the model object 'Md Object Comparison Node'.class
TopMdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Top Md Object Collection Element Comparison Node'.class
TopMdObjectComparisonNodeImpl
An implementation of the model object 'Top Md Object Comparison Node'.class
UnsupportedObjectComparisonNodeImpl
An implementation of the model object 'Unsupported Object Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.participant
Methods in com._1c.g5.v8.dt.md.compare.participant with parameters of type TopComparisonNode Modifier and Type Method Description protected ComparisonFlags
AbstractMdAwareComparisonParticipant. compareEmfObject(TopComparisonNode topParent, LazyNodeProvider<? extends ComparisonNode> nodeProvider, AbstractComparedEmfObjects<?> comparingObject, AbstractEmfBasedComparisonParticipant.BmIdsWrapper childBmIds, ComparisonContext comparisonContext)
ComparisonFlags
AbstractHtmlPageComparator. compareHtmlPageFile(TopComparisonNode topParent, AbstractComparedEmfObjects<T> comparingHtmlPages, IComparisonSession session)
Compares the Html page file.ComparisonFlags
AbstractHtmlPictureComparator. compareHtmlPictureFiles(TopComparisonNode topParent, IComparisonSession session)
Compares the Html picture files.protected IEmfObjectMatcher
AbstractMdAwareComparisonParticipant. getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext objectContext)
protected String
AbstractMdAwareComparisonParticipant. getExternalPropertySymlink(TopComparisonNode node, org.eclipse.emf.ecore.EReference externalProperty, ComparisonSide side, org.eclipse.emf.ecore.EObject eObject)
-
Uses of TopComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare
Subinterfaces of TopComparisonNode in com._1c.g5.v8.dt.rights.compare Modifier and Type Interface Description interface
RightsComparisonNode
A representation of the model object 'Rights Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare.impl
Classes in com._1c.g5.v8.dt.rights.compare.impl that implement TopComparisonNode Modifier and Type Class Description class
RightsComparisonNodeImpl
An implementation of the model object 'Rights Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.rights.compare.util
Methods in com._1c.g5.v8.dt.rights.compare.util with parameters of type TopComparisonNode Modifier and Type Method Description T
RightsCompareSwitch. caseTopComparisonNode(TopComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Comparison Node'. -
Uses of TopComparisonNode in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return TopComparisonNode Modifier and Type Method Description static TopComparisonNode
CompareTestUtils. getTopNode(IComparisonSession session, String symlink)
-