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 TypeInterfaceDescriptioninterface
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 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 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 IComparisonDataSourceModifier and TypeMethodDescriptionprotected 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 IComparisonDataSourceModifier and TypeMethodDescriptionprotected 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 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 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, 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 TypeClassDescriptionclass
Comparison data source for active DT projectsclass
A comparison data source for any supported type of the projectclass
A comparison data source that is created based on the library.class
A 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 TypeMethodDescriptionboolean
DtProjectDataSource.isOverlayOf
(IComparisonDataSource comparisonDataSource) boolean
OverlayComparisonDataSource.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 TypeMethodDescriptionvoid
ComparisonFilterBySubsystemsSettings.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.boolean
ComparisonFilterBySubsystemsSettings.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 String
DcsPartialModelController.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 Path
FormComparisonParticipant.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 Path
MdObjectComparisonParticipant.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 String
ObjectRightsMatcher.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 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, 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 String
MdObjectPartialModelController.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 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 IComparisonDataSourceModifier and TypeMethodDescriptionprotected String
RightsPartialModelController.getSingleRepresentation
(IComparisonDataSource dataSource, org.eclipse.emf.ecore.EObject context, Object value, org.eclipse.emf.ecore.EStructuralFeature feature)