Uses of Interface
com._1c.g5.v8.dt.compare.datasource.IComparisonDataSource
-
-
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IComparisonDataSource Modifier and Type Method Description IComparisonDataSource
IComparisonSession. getDataSource(ComparisonSide side)
Returns the comparison data source by its side. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.datasource
Subinterfaces of IComparisonDataSource in com._1c.g5.v8.dt.compare.datasource Modifier and Type Interface Description interface
IActiveComparisonDataSource
The data source of a side of a comparison process represented by a V8 project being opened in the workspace.Methods in com._1c.g5.v8.dt.compare.datasource with parameters of type IComparisonDataSource Modifier and Type Method Description static Map<org.eclipse.emf.ecore.EClass,List<String>>
TopObjectsGetter. getSymlinksOfTopObjectsForConfigurationProject(IComparisonDataSource dataSource, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, List<org.eclipse.emf.ecore.EClass> eClasses)
Gets all top level object symlinks of the specified data source for a configuration project.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.boolean
IComparisonDataSource. isOverlayOf(IComparisonDataSource comparisonDataSource)
Checks if this data source overlays the provided source. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.matching
Methods in com._1c.g5.v8.dt.compare.matching with parameters of type IComparisonDataSource Modifier and Type Method Description protected String
ExternalReferenceFeatureMatcher. getSymlink(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, org.eclipse.xtext.scoping.IScopeProvider scopeProvider)
Returns a symbolic link for the external reference from a context object. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type IComparisonDataSource Modifier and Type Method Description protected Path
AbstractEmfBasedComparisonParticipant. getPictureResourcePath(PictureDef picture, IComparisonDataSource dataSource)
Returns the picture resource path for the given data source. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.ui
Constructors in com._1c.g5.v8.dt.compare.ui with parameters of type IComparisonDataSource Constructor Description ComparisonDataSourceBasedTypedElement(String name, IComparisonDataSource dataSource, Path path)
Creates a new instance. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.ui.partialmodel
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel with parameters of type IComparisonDataSource Modifier and Type Method Description protected Pair<String,String>
AbstractFeatureElementSupplier. getSingleReferenceRepresentation(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EReference reference, IComparisonDataSource dataSource, org.eclipse.xtext.scoping.IScopeProvider scopeProvider)
A utility method for obtaining a representation of a single reference of the specified EObject.protected String
AbstractEmfBasedPartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
protected String
AbstractEmfBasedPartialModelController. getSymlink(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, Object value)
protected abstract String
AbstractEmfBasedPartialModelController. getValueRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
-
Uses of IComparisonDataSource in com._1c.g5.v8.dt.md.compare.ui
Methods in com._1c.g5.v8.dt.md.compare.ui with parameters of type IComparisonDataSource Modifier and Type Method Description protected String
AbstractMdAwarePartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
protected String
AbstractMdAwarePartialModelController. getTypeRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected String
AbstractMdAwarePartialModelController. getValueRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
-
Uses of IComparisonDataSource in com._1c.g5.v8.dt.md.compare.ui.utils
Methods in com._1c.g5.v8.dt.md.compare.ui.utils with parameters of type IComparisonDataSource Modifier and Type Method Description static String
MdRepresentationUtils. typeItemToString(IComparisonDataSource dataSource, TypeDescription typeDescription, TypeItem typeItem, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, ISymbolicLinkLocalizer symbolicLinkLocalizer, boolean withAddInfo)
Returns the string representation of the specified type item. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.rights.compare.ui
Methods in com._1c.g5.v8.dt.rights.compare.ui with parameters of type IComparisonDataSource Modifier and Type Method Description protected String
RightsPartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
-