Uses of Interface
com._1c.g5.v8.dt.compare.datasource.IComparisonDataSource
Packages that use IComparisonDataSource
Package
Description
-
Uses of IComparisonDataSource in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IComparisonDataSourceModifier and TypeMethodDescriptionIComparisonSession.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.datasourceModifier and TypeInterfaceDescriptioninterfaceThe 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 IComparisonDataSourceModifier and TypeMethodDescriptionIComparisonDataSourceFactory.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 IComparisonDataSourceModifier and TypeMethodDescriptionTopObjectsGetter.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.matching
Methods in com._1c.g5.v8.dt.compare.matching with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected 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.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected 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.ui
Constructors in com._1c.g5.v8.dt.compare.ui with parameters of type IComparisonDataSourceModifierConstructorDescriptionComparisonDataSourceBasedTypedElement(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 IComparisonDataSourceModifier and TypeMethodDescriptionAbstractFeatureElementSupplier.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.internal.bsl.compare.ui.wizard
Constructors in com._1c.g5.v8.dt.internal.bsl.compare.ui.wizard with parameters of type IComparisonDataSourceModifierConstructorDescriptionBslModuleTypedElement(Path path, IComparisonDataSource dataSource) Creates a new instance with the given parameters. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return IComparisonDataSourceModifier and TypeMethodDescriptionComparisonDataSourceFactory.create(IComparisonDataSourceDescriptor descriptor) ComparisonSession.getDataSource(ComparisonSide side) Constructors in com._1c.g5.v8.dt.internal.compare with parameters of type IComparisonDataSourceModifierConstructorDescriptionAsyncUuidExtractor(IComparisonDataSource dataSource, Collection<String> symlinks) Constructs the extractorComparisonDataSourceTriple(IComparisonDataSource mainDataSource, IComparisonDataSource otherDataSource) Creates a new instance for 2-way comparison.ComparisonDataSourceTriple(IComparisonDataSource mainDataSource, IComparisonDataSource otherDataSource, IComparisonDataSource ancestorDataSource) Creates a new instance for 2/3-way comparison. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.compare.datasource
Classes in com._1c.g5.v8.dt.internal.compare.datasource that implement IComparisonDataSourceModifier and TypeClassDescriptionclassComparison data source for active DT projectsclassA comparison data source for any supported type of the projectclassA comparison data source that is created based on the library.classA comparison data source that is created based on some other source with addition of external sources as a data replacemenetMethods in com._1c.g5.v8.dt.internal.compare.datasource with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionbooleanDtProjectDataSource.isOverlayOf(IComparisonDataSource comparisonDataSource) booleanOverlayComparisonDataSource.isOverlayOf(IComparisonDataSource comparisonDataSource) Constructors in com._1c.g5.v8.dt.internal.compare.datasource with parameters of type IComparisonDataSourceModifierConstructorDescriptionOverlayComparisonDataSource(IComparisonDataSource sourceComparisonDataSource, IExtendedProjectSourceProvider overlayProjectSourceProvider, IOverlayDeltaProvider otherSourceOverlayProvider, DataSourceType overlaySourceType, ISymbolicNameService symbolicNameService, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter, org.eclipse.xtext.naming.IQualifiedNameConverter fqnConverter, IBmModelManager bmModelManager, IWorkspaceOrchestrator workspaceOrchestrator, IVirtualProjectResourceImportService resourceImportService, IDtProjectManager dtProjectManager, IDerivedDataManagerProvider derivedDataManagerProvider, ISystemIdleService systemIdleService, ILibraryRepository libraryRepository) Constructs a new data source.PrepairedFileOverlayDeltaProvider(IComparisonDataSource baseDataSource, Path overlayRootPath) Constructs a provider -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.compare.editing.support
Constructors in com._1c.g5.v8.dt.internal.compare.editing.support with parameters of type IComparisonDataSourceModifierConstructorDescriptionCreates a new instance.DataSourceBasedModelEditingSupport(IComparisonDataSource dataSource, DataSourceBasedDistributionDescriptionProvider distributionDescriptionProvider) Creates a new instance. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.compare.supply
Constructors in com._1c.g5.v8.dt.internal.compare.supply with parameters of type IComparisonDataSourceModifierConstructorDescriptionIntegrationDataSourceConnector(IComparisonDataSource dataSource) Creates an instance of the connector. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.compare.ui.dialogs
Methods in com._1c.g5.v8.dt.internal.compare.ui.dialogs with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionvoidComparisonFilterBySubsystemsSettings.addSubsystemWithChangedObjectsPath(IComparisonDataSource dataSource, org.eclipse.xtext.naming.QualifiedName qualifiedName) Adds subsystem with given qualified name from the data source to the trie of subsystems with changed objects.booleanComparisonFilterBySubsystemsSettings.isSubsystemWithChangedObjects(IComparisonDataSource dataSource, org.eclipse.xtext.naming.QualifiedName qualifiedName) Checks whether subsystem with given qualified name from the data source contains changed objects. -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.dcs.compare.ui
Methods in com._1c.g5.v8.dt.internal.dcs.compare.ui with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected StringDcsPartialModelController.getTypeRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.form.compare
Methods in com._1c.g5.v8.dt.internal.form.compare with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected PathFormComparisonParticipant.getPictureResourcePath(PictureDef picture, IComparisonDataSource dataSource) -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.md.compare.participant
Methods in com._1c.g5.v8.dt.internal.md.compare.participant with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected PathMdObjectComparisonParticipant.getPictureResourcePath(PictureDef picture, IComparisonDataSource dataSource) -
Uses of IComparisonDataSource in com._1c.g5.v8.dt.internal.rights.compare
Methods in com._1c.g5.v8.dt.internal.rights.compare with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected StringObjectRightsMatcher.getSymlink(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) -
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 IComparisonDataSourceModifier and TypeMethodDescriptionprotected 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.internal.controller
Methods in com._1c.g5.v8.dt.md.compare.ui.internal.controller with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected StringMdObjectPartialModelController.getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, 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 IComparisonDataSourceModifier and TypeMethodDescriptionstatic 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.ui
Methods in com._1c.g5.v8.dt.rights.compare.ui with parameters of type IComparisonDataSourceModifier and TypeMethodDescriptionprotected StringRightsPartialModelController.getSingleRepresentation(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)