Uses of Interface
com._1c.g5.v8.dt.compare.datasource.IComparisonDataSource
- 
- 
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return IComparisonDataSource Modifier and Type Method Description IComparisonDataSourceIComparisonSession. getDataSource(ComparisonSide side)Returns the comparison data source by its side.
- 
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.datasourceSubinterfaces of IComparisonDataSource in com._1c.g5.v8.dt.compare.datasource Modifier and Type Interface Description interfaceIActiveComparisonDataSourceThe 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 that return IComparisonDataSource Modifier and Type Method Description IComparisonDataSourceIComparisonDataSourceFactory. create(IComparisonDataSourceDescriptor descriptor)Creates a data source by the provided data source descriptor.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 ofTopObjectInfoinstances for top objects of the specifiedEClass'es in the specified data source.booleanIComparisonDataSource. isOverlayOf(IComparisonDataSource comparisonDataSource)Checks if this data source overlays the provided source.
- 
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.matchingMethods in com._1c.g5.v8.dt.compare.matching with parameters of type IComparisonDataSource Modifier and Type Method Description protected StringExternalReferenceFeatureMatcher. 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.participantMethods in com._1c.g5.v8.dt.compare.participant with parameters of type IComparisonDataSource Modifier and Type Method Description protected PathAbstractEmfBasedComparisonParticipant. 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.uiConstructors 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.partialmodelMethods 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 StringAbstractEmfBasedPartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)protected StringAbstractEmfBasedPartialModelController. getSymlink(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, Object value)protected abstract StringAbstractEmfBasedPartialModelController. getValueRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
- 
Uses of IComparisonDataSource in com._1c.g5.v8.dt.md.compare.uiMethods in com._1c.g5.v8.dt.md.compare.ui with parameters of type IComparisonDataSource Modifier and Type Method Description protected StringAbstractMdAwarePartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)protected StringAbstractMdAwarePartialModelController. getTypeRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected StringAbstractMdAwarePartialModelController. getValueRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
- 
Uses of IComparisonDataSource in com._1c.g5.v8.dt.md.compare.ui.utilsMethods in com._1c.g5.v8.dt.md.compare.ui.utils with parameters of type IComparisonDataSource Modifier and Type Method Description static StringMdRepresentationUtils. 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.uiMethods in com._1c.g5.v8.dt.rights.compare.ui with parameters of type IComparisonDataSource Modifier and Type Method Description protected StringRightsPartialModelController. getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
 
-