Uses of Class
com._1c.g5.v8.dt.compare.datasource.TopObjectInfo
Packages that use TopObjectInfo
Package
Description
-
Uses of TopObjectInfo in com._1c.g5.v8.dt.compare.datasource
Methods in com._1c.g5.v8.dt.compare.datasource that return types with arguments of type TopObjectInfoModifier and TypeMethodDescriptionstatic List<TopObjectInfo>
TopObjectsGetter.getTopObjectsInfo
(IComparisonDataSource dataSource, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, List<org.eclipse.emf.ecore.EClass> eClasses) Gets a list ofTopObjectInfo
instances for top objects of the specifiedEClass
'es in the specified data source.Method parameters in com._1c.g5.v8.dt.compare.datasource with type arguments of type TopObjectInfoModifier and TypeMethodDescriptionvoid
IComparisonDataSource.prepareTopObjectInfos
(List<TopObjectInfo> topObjectInfos) Prepares information for the specified top objects. -
Uses of TopObjectInfo in com._1c.g5.v8.dt.internal.compare.datasource
Method parameters in com._1c.g5.v8.dt.internal.compare.datasource with type arguments of type TopObjectInfoModifier and TypeMethodDescriptionvoid
DtProjectDataSource.prepareTopObjectInfos
(List<TopObjectInfo> topObjectInfos) -
Uses of TopObjectInfo in com._1c.g5.v8.dt.internal.md.compare
Method parameters in com._1c.g5.v8.dt.internal.md.compare with type arguments of type TopObjectInfoModifier and TypeMethodDescriptionMdComparisonNodeFactory.createTopMdObjectCollectionElementNode
(ComparedObjects<TopObjectInfo> objectsInfo, org.eclipse.emf.ecore.EStructuralFeature parentCollectionFeature, IComparisonSession session) Create a comparison node for the triple of top MD objects lying in a reference collection.MdComparisonNodeFactory.createTopMdObjectNode
(ComparedObjects<TopObjectInfo> objectsInfo, IComparisonSession session) Create a comparison node for the triple of top MD objects *NOT* lying in any collection. -
Uses of TopObjectInfo in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type TopObjectInfoModifier and TypeMethodDescriptionprotected TopMdObjectComparisonNode
TopObjectMatcher.createNode
(TopObjectInfo main, TopObjectInfo other, TopObjectInfo ancestor) protected String
TopObjectMatcher.getName
(TopObjectInfo object) protected String
TopObjectMatcher.getSymlink
(TopObjectInfo object) protected UUID
TopObjectMatcher.getUuid
(TopObjectInfo object) Constructor parameters in com._1c.g5.v8.dt.md.compare.matching with type arguments of type TopObjectInfoModifierConstructorDescriptionTopObjectMatcher
(IComparisonSession session, TopMdCollectionComparisonNode parentCollectionNode, List<TopObjectInfo> mainObjects, List<TopObjectInfo> otherObjects, List<TopObjectInfo> ancestorObjects, MdComparisonNodeFactory nodeFactory) Creates a new instance.