Uses of Class
com._1c.g5.v8.dt.compare.datasource.TopObjectInfo
- 
Packages that use TopObjectInfo Package Description com._1c.g5.v8.dt.compare.datasource com._1c.g5.v8.dt.md.compare.matching 
- 
- 
Uses of TopObjectInfo in com._1c.g5.v8.dt.compare.datasourceMethods in com._1c.g5.v8.dt.compare.datasource that return types with arguments of type TopObjectInfo Modifier and Type Method Description static 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 TopObjectInfo Modifier and Type Method Description voidIComparisonDataSource. prepareTopObjectInfos(List<TopObjectInfo> topObjectInfos)Prepares information for the specified top objects.
- 
Uses of TopObjectInfo in com._1c.g5.v8.dt.md.compare.matchingMethods in com._1c.g5.v8.dt.md.compare.matching with parameters of type TopObjectInfo Modifier and Type Method Description protected 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 TopObjectInfo Constructor Description TopObjectMatcher(IComparisonSession session, TopMdCollectionComparisonNode parentCollectionNode, List<TopObjectInfo> mainObjects, List<TopObjectInfo> otherObjects, List<TopObjectInfo> ancestorObjects, com._1c.g5.v8.dt.internal.md.compare.MdComparisonNodeFactory nodeFactory)Creates a new instance.
 
-