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 ofTopObjectInfoinstances 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 TypeMethodDescriptionvoidIComparisonDataSource.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 TypeMethodDescriptionvoidDtProjectDataSource.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 TopMdObjectComparisonNodeTopObjectMatcher.createNode(TopObjectInfo main, TopObjectInfo other, TopObjectInfo ancestor) protected StringTopObjectMatcher.getName(TopObjectInfo object) protected StringTopObjectMatcher.getSymlink(TopObjectInfo object) protected UUIDTopObjectMatcher.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.