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.datasource
Methods 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 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 TopObjectInfo Modifier and Type Method Description void
IComparisonDataSource. prepareTopObjectInfos(List<TopObjectInfo> topObjectInfos)
Prepares information for the specified top objects. -
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 TopObjectInfo Modifier and Type Method Description protected 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 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.
-