Uses of Interface
com._1c.g5.v8.bm.integration.IBmModel
Packages that use IBmModel
Package
Description
-
Uses of IBmModel in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
Starts the provider.void
IDerivedDataUpdate.update
(IContextCollectingSession session, IBmModel bmModel) Updates the DD data. -
Uses of IBmModel in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
DerivedDataPartBasedComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
IDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Computes the derived data parts of the BM object.default void
IDerivedDataPartComputer.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Computes part of the given object derived data for a removed/non-existing object -
Uses of IBmModel in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
IRemovalContextCollector.collectContextOnObjectRemoval
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model) This method allows to gather additional scope for after-removal clearings.void
IRemovalContextCollector.collectContextOnObjectRemoval
(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject topObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model) This method allows to gather additional scope for after-removal clearings.void
SelfRemovalContextCollector.collectContextOnObjectRemoval
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model) void
SelfRemovalContextCollector.collectContextOnObjectRemoval
(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject topObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model) -
Uses of IBmModel in com._1c.g5.v8.dt.aef2.bm.refresher
Methods in com._1c.g5.v8.dt.aef2.bm.refresher with parameters of type IBmModelModifier and TypeMethodDescriptionprotected abstract boolean
AbstractBmRefresher.needRefresh
(IBmModel model, IBmObject[] objects, IBmLongMap<BmChangeEvent> changeEvents) Returnstrue
if refresh is needed for the specifiedevent
. -
Uses of IBmModel in com._1c.g5.v8.dt.bm.index.emf
Methods in com._1c.g5.v8.dt.bm.index.emf with parameters of type IBmModelModifier and TypeMethodDescriptionIBmEmfIndexManager.addEmfIndexProvider
(IBmModel model, org.eclipse.core.resources.IProject project) Add a new index provider for the given BM model and project.IBmEmfIndexManager.getEmfIndexProvider
(IBmModel model) Gets a specific EMF index provider bound to the provided BM model.void
IBmEmfIndexManager.removeEmfIndexProvider
(IBmModel model, org.eclipse.core.resources.IProject project) Removes an existing provider from the manager control. -
Uses of IBmModel in com._1c.g5.v8.dt.bm.xtext.resource
Fields in com._1c.g5.v8.dt.bm.xtext.resource declared as IBmModelModifier and TypeFieldDescriptionprotected IBmModel
BmAwareSynchronizedXtextResourceSet.bmModel
protected IBmModel[]
MultiBmAwareSynchronizedXtextResourceSet.bmModels
Constructors in com._1c.g5.v8.dt.bm.xtext.resource with parameters of type IBmModelModifierConstructorDescriptionConstructorMultiBmAwareSynchronizedXtextResourceSet
(IBmModelManager modelManager, IBmModel[] bmModels) Constructor. -
Uses of IBmModel in com._1c.g5.v8.dt.bp.scheme.framework.model
Constructors in com._1c.g5.v8.dt.bp.scheme.framework.model with parameters of type IBmModelModifierConstructorDescriptionBpDiagramCoreController
(IBmModel bmModel) Creates new diagram controller. -
Uses of IBmModel in com._1c.g5.v8.dt.bsl.bm.ui.editor
Constructors in com._1c.g5.v8.dt.bsl.bm.ui.editor with parameters of type IBmModelModifierConstructorDescriptionBmAwareXtextModelListener
(IBmModel model, ExportMethodProvider exportMethodProvider, INamingService namingService) Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
ExportMethodProvider.revertExportMethodIndexChanges
(String contextDefFqn, IBmModel bmModel) Updates information about exported methods -
Uses of IBmModel in com._1c.g5.v8.dt.compare.datasource
Methods in com._1c.g5.v8.dt.compare.datasource that return IBmModelModifier and TypeMethodDescriptionIComparisonDataSource.getBmModel()
Gets the BM model associated with the source -
Uses of IBmModel in com._1c.g5.v8.dt.compare.merge
Methods in com._1c.g5.v8.dt.compare.merge that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.core
Methods in com._1c.g5.v8.dt.core that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.core.bm.launch
Methods in com._1c.g5.v8.dt.core.bm.launch with parameters of type IBmModelModifier and TypeMethodDescriptionIBmLaunchLifecycleListenerContributor.getListener
(IBmModel model) Gets the listener that should be added to the model on start. -
Uses of IBmModel in com._1c.g5.v8.dt.core.findref
Methods in com._1c.g5.v8.dt.core.findref that return IBmModelModifier and TypeMethodDescriptionprotected final IBmModel
AbstractBmReferencesCollectorVisitorCallback.getBmModel()
Returns the BM model.Methods in com._1c.g5.v8.dt.core.findref that return types with arguments of type IBmModelModifier and TypeMethodDescriptionprotected final Collection<IBmModel>
AbstractBmReferencesCollectorVisitorCallback.getDependentModels()
Returns a collection of dependent BM models.Constructors in com._1c.g5.v8.dt.core.findref with parameters of type IBmModelModifierConstructorDescriptionAbstractBmReferencesCollectorVisitorCallback
(IBmModel bmModel, Collection<IBmModel> dependentModels) Creates a new instance.Constructor parameters in com._1c.g5.v8.dt.core.findref with type arguments of type IBmModelModifierConstructorDescriptionAbstractBmReferencesCollectorVisitorCallback
(IBmModel bmModel, Collection<IBmModel> dependentModels) Creates a new instance. -
Uses of IBmModel in com._1c.g5.v8.dt.core.operations
Methods in com._1c.g5.v8.dt.core.operations with parameters of type IBmModelModifier and TypeMethodDescriptionIProjectOperationApi.getModelApi
(IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor monitor, ProjectPipelineJob afterJob) Returns a newly createdIModelApi
for the specifiedbmModel
.IProjectOperationApi.getReadonlyModelApi
(IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor monitor, ProjectPipelineJob afterJob) Returns a newly created readonlyIModelApi
for the specifiedbmModel
. -
Uses of IBmModel in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform that return IBmModelModifier and TypeMethodDescriptionIBmModelManager.getModel
(IDtProject dtProject) ReturnsIBmModel
instance by given project.IBmModelManager.getModel
(org.eclipse.core.resources.IProject project) ReturnsIBmModel
instance by given project.IBmModelManager.getModel
(org.eclipse.emf.common.util.URI uri) ReturnsIBmModel
which contains object with givenURI
.IBmModelManager.getModel
(org.eclipse.emf.ecore.EObject object) ReturnsIBmModel
which contains the given model object.Methods in com._1c.g5.v8.dt.core.platform with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
IBmModelManager.addLifecycleListener
(IBmModel model, IBmLifecycleListener listener) Deprecated.Use DT lifecycle listeners and lifecycle aware services instead.default IDerivedDataManager
Deprecated.UseIDerivedDataManagerProvider.get(IDtProject)
instead for better cross-media compatibilityIBmModelManager.getDtProject
(IBmModel bmModel) ReturnsIDtProject
project associated with given BM instance.org.eclipse.core.resources.IProject
IBmModelManager.getProject
(IBmModel bmModel) Returnsproject
associated with given BM instance.void
IBmModelManager.removeLifecycleListener
(IBmModel model, IBmLifecycleListener listener) Deprecated.Use DT lifecycle listeners and lifecycle aware services instead. -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.settings
Methods in com._1c.g5.v8.dt.dcs.settings that return IBmModelConstructors in com._1c.g5.v8.dt.dcs.settings with parameters of type IBmModelModifierConstructorDescriptionSettingsContext
(IDtProject dtProject, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager) Constructs an instance of the contextSettingsContext
(IDtProject dtProject, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager, boolean isDynamicList) Constructs an instance of the context -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.ui
Methods in com._1c.g5.v8.dt.dcs.ui that return IBmModelModifier and TypeMethodDescriptionDataCompositionSchemaControlContext.getBmModel()
DataCompositionSchemaEditor.getBmModel()
EditorPageBase.getBmModel()
IDcsEnvironmentProvider.getBmModel()
Returns the BM model.Constructors in com._1c.g5.v8.dt.dcs.ui with parameters of type IBmModelModifierConstructorDescriptionBmDcsModelChangedNotifier
(IBmModel bmModel) Creates a new instance.DataCompositionSchemaControlContext
(IV8Project v8Project, DataCompositionSchema schema, String currentLanguageCode, boolean isEditable, IDcsListener dcsListener, IBmModel bmModel, IBmEditingContext editingContext, DcsSelectionProvider dcsSelectionProvider, org.eclipse.swt.widgets.Shell shell, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager, DataCompositionSchemaEditor editor) Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.ui.resources
Methods in com._1c.g5.v8.dt.dcs.ui.resources with parameters of type IBmModelModifier and TypeMethodDescriptionResources.getAvailableFields
(IV8Project v8project, IBmModel bmModel, DataCompositionSchema schema, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManger) Получить список доступных полейResources.getAvailableFields
(IV8Project v8project, IBmModel bmModel, DataCompositionSchema schema, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManger, Collection<String> availableDataPath) Gets available fields forDataCompositionSchema
Resources.getAvailableGroups
(IV8Project v8project, IBmModel bmModel, DataCompositionSchema schema, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager) Gets list of available groupsConstructors in com._1c.g5.v8.dt.dcs.ui.resources with parameters of type IBmModelModifierConstructorDescriptionResourcesAvailableFieldsContentProvider
(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager bmEmfIndex) ConstructorResourcesContentProvider
(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager) Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.ui.settings
Fields in com._1c.g5.v8.dt.dcs.ui.settings declared as IBmModelMethods in com._1c.g5.v8.dt.dcs.ui.settings that return IBmModelConstructors in com._1c.g5.v8.dt.dcs.ui.settings with parameters of type IBmModelModifierConstructorDescriptionSettingsPartBase
(IDcsSettingsProvider settingsProvider, IBmModel bmModel, IBmEditingContext editingContext, org.eclipse.swt.widgets.Composite parent, int style, boolean editable) -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.ui.settings.conditional
Methods in com._1c.g5.v8.dt.dcs.ui.settings.conditional that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.ui.settings.parameters
Constructors in com._1c.g5.v8.dt.dcs.ui.settings.parameters with parameters of type IBmModelModifierConstructorDescriptionParameters
(org.eclipse.swt.widgets.Composite parent, int style, IDcsSettingsProvider settingsProvider, IBmModel bmModel, IBmEditingContext editingContext) Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.eventhandlers.ui.editor
Methods in com._1c.g5.v8.dt.eventhandlers.ui.editor that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.form.internal.presentation.wysiwyg
Constructors in com._1c.g5.v8.dt.form.internal.presentation.wysiwyg with parameters of type IBmModelModifierConstructorDescriptionFormWysiwygRepresentation
(org.eclipse.swt.widgets.Composite parent, MappingController controller, TransformatorServiceProvider transformatorServiceProvider, ChartImageServiceProvider chartImageServiceProvider, IChartProvider chartProvider, IRuntimeVersionSupport versionSupport, IBmModel bmModel, CompatibilityMode compatibilityMode, List<IDropDelegate> dropDelegates, Consumer<IStructuredSelection> onSelectionChanged) Creates new WYSIWYG representation. -
Uses of IBmModel in com._1c.g5.v8.dt.form.internal.ui.editor
Constructors in com._1c.g5.v8.dt.form.internal.ui.editor with parameters of type IBmModelModifierConstructorDescriptionFormEditorMappingUpdater
(IBmModel model, MappingController controller) Creates a new mapping updater.FormPresentationViewer
(org.eclipse.swt.widgets.Composite parent, MappingController controller, ChartImageServiceProvider chartImageServiceProvider, IChartProvider chartProvider, TransformatorServiceProvider transformatorServiceProvider, IRuntimeVersionSupport versionSupport, IBmModel bmModel, CompatibilityMode compatibilityMode, List<IDropDelegate> dropDelegates) Creates new form presentation viewer.GlobalCommandMappingUpdater
(IBmModel model, MappingController controller) Creates a new mapping model updater -
Uses of IBmModel in com._1c.g5.v8.dt.form.internal.ui.editor.refresher
Constructors in com._1c.g5.v8.dt.form.internal.ui.editor.refresher with parameters of type IBmModelModifierConstructorDescriptionFormEditorRefresher
(IFormEditorPage editorPage, IDerivedDataManager derivedManager, IBmModel model) Creates a new form editor refresher.FormObjectEventRefreshContributor
(IRefresher refresher, ISelectionUpdater updater, Form model, IBmModel bmModel) Creates a new refresh contributor -
Uses of IBmModel in com._1c.g5.v8.dt.form.mapping.cmi
Constructors in com._1c.g5.v8.dt.form.mapping.cmi with parameters of type IBmModelModifierConstructorDescriptionFormCommandInterfaceMapping
(Form form, IBmModel bmModel) Deprecated. -
Uses of IBmModel in com._1c.g5.v8.dt.form.path
Methods in com._1c.g5.v8.dt.form.path with parameters of type IBmModelModifier and TypeMethodDescriptionIPathIndexManager.getFormPathIndexProvider
(IBmModel model) Gets the form path index provider for the given BM model. -
Uses of IBmModel in com._1c.g5.v8.dt.form.presentation.wysiwyg
Constructors in com._1c.g5.v8.dt.form.presentation.wysiwyg with parameters of type IBmModelModifierConstructorDescriptionFormWysiwygViewer
(org.eclipse.swt.widgets.Composite parent, MappingController controller, IBmModel bmModel, TransformatorServiceProvider transformatorServiceProvider, ChartImageServiceProvider chartImageServiceProvider, IChartProvider chartProvider, IRuntimeVersionSupport versionSupport, CompatibilityMode compatibilityMode, List<IDropDelegate> dropDelegates) Creates new WYSIWYG viewer. -
Uses of IBmModel in com._1c.g5.v8.dt.form.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.form.ui.aef.swt.views that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.form.ui.editor
Methods in com._1c.g5.v8.dt.form.ui.editor that return IBmModelModifier and TypeMethodDescriptionFormEditorPage.getBmModel()
IFormEditorPage.getBmModel()
Returns the BM model instance for the form model object, opened on this page. -
Uses of IBmModel in com._1c.g5.v8.dt.form.ui.editor.parameter
Methods in com._1c.g5.v8.dt.form.ui.editor.parameter that return IBmModelMethods in com._1c.g5.v8.dt.form.ui.editor.parameter with parameters of type IBmModelModifier and TypeMethodDescriptionprotected ParameterContentProvider
FormParametersTableViewer.createContentProvider
(IBmModel model) Constructors in com._1c.g5.v8.dt.form.ui.editor.parameter with parameters of type IBmModelModifierConstructorDescriptionFormParametersTableViewer
(org.eclipse.swt.widgets.Composite parent, int style, IBmModel model, IV8ProjectManager v8projectManager, Form form) ConstructorParameterContentProvider
(IBmModel model) Creates a new instance bound to the specified model. -
Uses of IBmModel in com._1c.g5.v8.dt.form.ui.editor.refresher
Constructors in com._1c.g5.v8.dt.form.ui.editor.refresher with parameters of type IBmModelModifierConstructorDescriptionBmModelRefreshContributor
(IRefresher refresher, IBmModel model, Form form) Creates a new bm model refresh contributor. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.aggregates.bm.derived
Methods in com._1c.g5.v8.dt.internal.aggregates.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
AggregatesDerivedDataRemover.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.aggregates.import_.xml
Constructors in com._1c.g5.v8.dt.internal.aggregates.import_.xml with parameters of type IBmModelModifierConstructorDescriptionAggregatesMigrationNode
(IBmModel bmModel, IHierarchyImporterContext importerContext, Path path, AccumulationRegister register) Create new node for migration import for aggregates from 'unknown' folder -
Uses of IBmModel in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionboolean
CommandInterfaceManager.integrateChanges
(CmiDerivedDataContext context, CommandInterfaceRoot globalRoot, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Integrates accumulated changes into the CMI. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
CmiDerivedDataRemover.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
CommandInterfaceDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.cmi.extension.ui
Methods in com._1c.g5.v8.dt.internal.cmi.extension.ui that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.internal.compare.datasource
Methods in com._1c.g5.v8.dt.internal.compare.datasource that return IBmModelMethods in com._1c.g5.v8.dt.internal.compare.datasource with parameters of type IBmModelModifier and TypeMethodDescriptionprotected final void
DtProjectDataSource.setBmModel
(IBmModel bmModel) Sets the BM model associated with the data source.Constructors in com._1c.g5.v8.dt.internal.compare.datasource with parameters of type IBmModelModifierConstructorDescriptionCreates an instance of the transaction using provided BM model as a data source. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.operations
Methods in com._1c.g5.v8.dt.internal.core.operations with parameters of type IBmModelModifier and TypeMethodDescriptionProjectOperationApi.getModelApi
(IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor monitor, ProjectPipelineJob afterJob) ProjectOperationApi.getReadonlyModelApi
(IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor monitor, ProjectPipelineJob afterJob) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.operations.model
Constructors in com._1c.g5.v8.dt.internal.core.operations.model with parameters of type IBmModelModifierConstructorDescriptionBmEditingContext
(IBmModel bmModel) Creates a new editing context.BmModelApi
(IBmModel bmModel) Creates a new model API.BmModelReadonlyApi
(IBmModel bmModel) Creates a new model API. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform with parameters of type IBmModelModifier and TypeMethodDescriptionprotected void
ExternalObjectProjectManager.registerExternalObjectListener
(IDtProject project, IBmModel model) Register listener in model event manager to catch root external object assotiation events -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.platform.bm
Methods in com._1c.g5.v8.dt.internal.core.platform.bm that return IBmModelModifier and TypeMethodDescriptionBmModelManager.getModel
(IDtProject dtProject) BmModelManager.getModel
(org.eclipse.core.resources.IProject project) BmModelManager.getModel
(org.eclipse.emf.common.util.URI uri) BmModelManager.getModel
(org.eclipse.emf.ecore.EObject object) Methods in com._1c.g5.v8.dt.internal.core.platform.bm with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
BmModelManager.addLifecycleListener
(IBmModel model, IBmLifecycleListener listener) BmModelManager.getDtProject
(IBmModel bmModel) org.eclipse.core.resources.IProject
BmModelManager.getProject
(IBmModel bmModel) void
BmModelManager.removeLifecycleListener
(IBmModel model, IBmLifecycleListener listener) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.platform.bm.derived
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
CleanResourcesTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ExportTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ImportTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.platform.bm.integration
Classes in com._1c.g5.v8.dt.internal.core.platform.bm.integration that implement IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context that return IBmModelConstructors in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context with parameters of type IBmModelModifierConstructorDescriptionGlobalEditingContext
(IBmNamespace namespace, IBmModel bmModel, IReactor reactor, IEditingContextDescriptor descriptor) Creates a new editing context.LocalEditingContext
(IBmNamespace namespace, IBmModel bmModel, IReactor reactor, IEditingContextDescriptor descriptor) Creates a new editing context. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.dcsat.ui.editor
Methods in com._1c.g5.v8.dt.internal.dcsat.ui.editor that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.bm.derived
Methods in com._1c.g5.v8.dt.internal.form.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
FormDerivedDataRemover.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.path
Methods in com._1c.g5.v8.dt.internal.form.path with parameters of type IBmModelConstructors in com._1c.g5.v8.dt.internal.form.path with parameters of type IBmModelModifierConstructorDescriptionPathIndexBmProvider
(IBmModel model, IPropertyInfoManager propertyInfoManager) Creates an instance of the manager using the given BM provider identifier and corresponding BM model instance. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist that return IBmModelMethods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist with parameters of type IBmModelModifier and TypeMethodDescriptionstatic DcsSettingsService
DcsSettingsService.create
(IV8Project v8project, IBmModel bmModel, FormAttribute attribute, DataCompositionSettings settings, String editingLanguageCode, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager) Creates the service. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.ui.extension.editor.contentproviders
Constructors in com._1c.g5.v8.dt.internal.form.ui.extension.editor.contentproviders with parameters of type IBmModelModifierConstructorDescriptionAdoptedFormParameterContentProvider
(IBmModel model, IFormExtensionManagementService formExtensionService) Creates a new instance bound to the specified model. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.ui.extension.editor.refresher
Constructors in com._1c.g5.v8.dt.internal.form.ui.extension.editor.refresher with parameters of type IBmModelModifierConstructorDescriptionAdopterBmModelRefreshContributor
(IRefresher refresher, IBmModel model, Form form) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.form.ui.extension.editor.viewers
Methods in com._1c.g5.v8.dt.internal.form.ui.extension.editor.viewers with parameters of type IBmModelModifier and TypeMethodDescriptionprotected AdoptedFormParameterContentProvider
AdoptedFormParametersTableViewer.createContentProvider
(IBmModel model) Constructors in com._1c.g5.v8.dt.internal.form.ui.extension.editor.viewers with parameters of type IBmModelModifierConstructorDescriptionAdoptedFormParametersTableViewer
(org.eclipse.swt.widgets.Composite parent, int style, IBmModel model, IV8ProjectManager v8projectManager, IFormExtensionManagementService formExtensionService, Form form) Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.internal.md
Methods in com._1c.g5.v8.dt.internal.md with parameters of type IBmModelModifier and TypeMethodDescriptionExternalPropertyManagerRegistry.getExternalPropertyManager
(IBmModel model) ExternalPropertyManagerRegistry.registerExternalPropertyManager
(IBmModel model) Constructors in com._1c.g5.v8.dt.internal.md with parameters of type IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.internal.md.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
NavigatorOrderDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
MdDerivedDataCleaner.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.md.extension.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.extension.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
ExtObjectUpdateComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.md.index.emf
Methods in com._1c.g5.v8.dt.internal.md.index.emf with parameters of type IBmModelModifier and TypeMethodDescriptionBmEmfIndexManager.addEmfIndexProvider
(IBmModel model, org.eclipse.core.resources.IProject project) BmEmfIndexManager.getEmfIndexProvider
(IBmModel model) void
BmEmfIndexManager.removeEmfIndexProvider
(IBmModel model, org.eclipse.core.resources.IProject project) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.merge
Methods in com._1c.g5.v8.dt.internal.merge that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync
Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync with parameters of type IBmModelModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
ExportableObjectExtractor.extractExportableObject
(IBmObject bmObject, org.eclipse.core.resources.IFile file, IBmModel bmModel) Get exportable object by the given BM object.org.eclipse.emf.ecore.EObject
ExportableObjectExtractor.extractExportableObject
(org.eclipse.core.resources.IFile file, IBmModel bmModel) Gets the exportable object by the given file in cases when client has no information about changed object.Constructors in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync with parameters of type IBmModelModifierConstructorDescriptionInfobaseSynchronization
(org.eclipse.core.resources.IProject project, IBmModel bmModel, InfobaseWorkspaceSynchronizer workspaceSynchronizer, InfobaseProjectSettingsStore synchronizationStateStore, IInfobaseAssociationContextProvider associationContextProvider, ISynchronizationStrategy strategy, String strategyId, String connectionTypeId) Creates an instance ofInfobaseSynchronization
. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync.strategies
Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync.strategies with parameters of type IBmModelModifier and TypeMethodDescriptionSet<org.eclipse.emf.ecore.EObject>
UriToObjectConverter.toObjects
(Collection<org.eclipse.emf.common.util.URI> uris, IBmModel bmModel) Returns model object set by the providedURI
collection. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.refactoring.core
Methods in com._1c.g5.v8.dt.internal.refactoring.core with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
AbstractBmObjectRefactoring.addBmObjectOperation
(IBmModel bmModel, IBmObject bmObject, IRefactoringOperation operation) Adds the specifiedoperation
to BmObject refactoring instance.void
AbstractBmObjectRefactoring.addMainOperation
(IBmModel bmModel, IRefactoringOperation operation) Adds the specified 'main'operation
to BmObject refactoring instance.protected void
AbstractBmObjectRefactoring.executeBmModelOperations
(IBmModel bmModel, Object batchSessionHandle, Collection<IRefactoringOperation> operations) Executes operations for the specified BmModel.protected abstract void
AbstractBmObjectRefactoring.perform
(IBmModel bmModel, AbstractBmObjectRefactoring.BmModelRefactoringInfo bmModelInfo, Object batchSessionHandle) Performs the refactoring for the specifiedbmModel
.protected void
BmObjectDeleteRefactoring.perform
(IBmModel bmModel, AbstractBmObjectRefactoring.BmModelRefactoringInfo bmModelInfo, Object batchSessionHandle) protected void
BmObjectRenameRefactoring.perform
(IBmModel bmModel, AbstractBmObjectRefactoring.BmModelRefactoringInfo bmModelInfo, Object batchSessionHandle) Constructors in com._1c.g5.v8.dt.internal.refactoring.core with parameters of type IBmModelModifierConstructorDescriptionAbstractRefactoringVisitorCallback
(IBmModel bmModel, Collection<IBmModel> dependentModels) Creates a new instance.BmObjectDeleteVisitorCallback
(AbstractBmObjectRefactoring refactoring, RefactoringSettings settings, IBmModel bmModel, Collection<IBmModel> dependentModels, IModelEditingSupport modelEditingSupport) Creates a new visitor callback.BmObjectRenameVisitorCallback
(AbstractBmObjectRefactoring refactoring, RefactoringSettings settings, IBmModel bmModel, Collection<IBmModel> dependentModels, IModelEditingSupport modelEditingSupport) Creates a new visitor callback.Constructor parameters in com._1c.g5.v8.dt.internal.refactoring.core with type arguments of type IBmModelModifierConstructorDescriptionAbstractRefactoringVisitorCallback
(IBmModel bmModel, Collection<IBmModel> dependentModels) Creates a new instance.BmObjectDeleteVisitorCallback
(AbstractBmObjectRefactoring refactoring, RefactoringSettings settings, IBmModel bmModel, Collection<IBmModel> dependentModels, IModelEditingSupport modelEditingSupport) Creates a new visitor callback.BmObjectRenameVisitorCallback
(AbstractBmObjectRefactoring refactoring, RefactoringSettings settings, IBmModel bmModel, Collection<IBmModel> dependentModels, IModelEditingSupport modelEditingSupport) Creates a new visitor callback. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.schedule.ui.editors
Constructors in com._1c.g5.v8.dt.internal.schedule.ui.editors with parameters of type IBmModelModifierConstructorDescriptionScheduleControl
(org.eclipse.swt.widgets.Composite parent, IBmModel bmModel, IBmEditingContext editingContext, Schedule schedule, org.eclipse.ui.forms.IManagedForm managedForm, org.eclipse.ui.IWorkbenchPartSite site, boolean editable) Instantiates a new schedule control. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.search.core
Constructors in com._1c.g5.v8.dt.internal.search.core with parameters of type IBmModelModifierConstructorDescriptionTextModelSearcher
(IBmModel bmModel, IBmObject object, Pattern searchPattern, Set<SearchFor> searchFors, Set<SearchIn> searchIns, Set<SearchScope> searchScopes, IExternalPropertyManager externalPropertyManager, ISearchResultCollector matchCollector) Create instance of searcher -
Uses of IBmModel in com._1c.g5.v8.dt.internal.search.core.derived
Methods in com._1c.g5.v8.dt.internal.search.core.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
TextSearchCleanerDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
TextSearchIndexingDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.search.ui.refs
Constructors in com._1c.g5.v8.dt.internal.search.ui.refs with parameters of type IBmModelModifierConstructorDescriptionOutdatedBmModelMatch
(IBmModel model, IDtProject dtProject) Create instance of match -
Uses of IBmModel in com._1c.g5.v8.dt.internal.style.bm.derived
Methods in com._1c.g5.v8.dt.internal.style.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
StyleDerivedDataRemover.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.internal.validation.derived
Methods in com._1c.g5.v8.dt.internal.validation.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
SubsystemRemovalContextCollector.collectContextOnObjectRemoval
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model) void
SubsystemRemovalContextCollector.collectContextOnObjectRemoval
(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject topObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model) void
MarkerReindexDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) static MarkerReindexContext
MarkerReindexContext.getRootContext
(IBmModel bmModel, IContextCollectingSession contextSession) Returns root (bound to configuration) context. -
Uses of IBmModel in com._1c.g5.v8.dt.internal.xdto.bm.derived
Methods in com._1c.g5.v8.dt.internal.xdto.bm.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
XdtoDerivedDataRemover.computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type IBmModelModifier and TypeMethodDescriptionIExternalPropertyManagerRegistry.getExternalPropertyManager
(IBmModel model) Returns external property manager for givenIBmModel
model instance.IExternalPropertyManagerRegistry.registerExternalPropertyManager
(IBmModel model) Registers new external property manager for givenIBmModel
model instance. -
Uses of IBmModel in com._1c.g5.v8.dt.md.copy
Fields in com._1c.g5.v8.dt.md.copy declared as IBmModelConstructors in com._1c.g5.v8.dt.md.copy with parameters of type IBmModelModifierConstructorDescriptionAttachingModelObjectCopier
(IV8ProjectManager v8projectManager, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport, IEditingLanguageManager editingLanguageManager, ITopObjectFqnGenerator topObjectFqnGenerator, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IResourceLookup resourceLookup, IProjectFileSystemSupportProvider projectFileSystemSupportProvider, IBmModelManager bmModelManager, IBmEmfIndexManager bmEmfIndexManager, ISymbolicNameService symbolicNameService, IBmTransaction transaction, IBmModel bmModel) Constructor ofAttachingModelObjectCopier
. -
Uses of IBmModel in com._1c.g5.v8.dt.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.md.extension.adopt.participants that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.metadata
Methods in com._1c.g5.v8.dt.metadata with parameters of type IBmModelModifier and TypeMethodDescriptionabstract IExternalPropertyManager
ExternalPropertyManagerProvider.getExternalPropertyManager
(IBmModel model) Returns the external properties manager registered for given Big Model instance, -
Uses of IBmModel in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return IBmModel -
Uses of IBmModel in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type IBmModelModifier and TypeMethodDescriptionstatic Role
RightsModelUtil.getOwner
(RoleDescription roleDescription, IBmModel bmModel) Returns the owner of the givenroleDescription
. -
Uses of IBmModel in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type IBmModelModifier and TypeMethodDescriptionstatic SetAllRightsTask
SetAllRightsTask.create
(RightValue value, Map<RoleDescription, Map<org.eclipse.emf.ecore.EObject, Set<Right>>> roles, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IBmModel bmModel, RightValueEvent.EventType eventType, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance. -
Uses of IBmModel in com._1c.g5.v8.dt.rights.ui.editors.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return IBmModelModifier and TypeMethodDescriptionIRightsEditorController.getBmModel()
ReturnsIBmModel
which contains the editor model object.RightsEditorController.getBmModel()
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
IRightsEditorController.init
(IBmModel bmModel, IBmEditingContext editingContext, org.eclipse.emf.ecore.EObject model, RightsEditorTypes type) Initializes controller from all rights editor.void
RightsEditorController.init
(IBmModel bmModel, IBmEditingContext editingContext, org.eclipse.emf.ecore.EObject model, RightsEditorTypes type) -
Uses of IBmModel in com._1c.g5.v8.dt.search.core
Fields in com._1c.g5.v8.dt.search.core declared as IBmModelMethods in com._1c.g5.v8.dt.search.core that return IBmModelConstructors in com._1c.g5.v8.dt.search.core with parameters of type IBmModelModifierConstructorDescriptionBmObjectMatch
(IBmModel model, long objectId) Create instance of BM based object matchprotected
Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.search.core.provider
Methods in com._1c.g5.v8.dt.search.core.provider that return IBmModelModifier and TypeMethodDescriptionIMatchParentProvider.getModel()
Get parent BM modelMatchParentInfo.getModel()
Constructors in com._1c.g5.v8.dt.search.core.provider with parameters of type IBmModelModifierConstructorDescriptionMatchParentInfoBuilder
(IBmModel bmModel) Create a instance of Builder -
Uses of IBmModel in com._1c.g5.v8.dt.search.core.refs
Methods in com._1c.g5.v8.dt.search.core.refs that return IBmModelConstructors in com._1c.g5.v8.dt.search.core.refs with parameters of type IBmModelModifierConstructorDescriptionBmRelatedObjectMatch
(IBmModel model, long objectId) Create instance of BM related object matchBmRelatedObjectMatch
(IBmModel model, long objectId, BmObjectMatch target) Create instance of BM based object matchBslReferenceMatch
(IBmModel model, org.eclipse.xtext.resource.IReferenceDescription referenceDescription) Create instance of BSL module reference matchBslReferenceMatch
(IBmModel model, org.eclipse.xtext.resource.IReferenceDescription referenceDescription, BmObjectMatch target) Create instance of BSL module reference match -
Uses of IBmModel in com._1c.g5.v8.dt.search.core.text
Constructors in com._1c.g5.v8.dt.search.core.text with parameters of type IBmModelModifierConstructorDescriptionTextSearchFileMatch
(IBmModel model, org.eclipse.core.resources.IFile file, String text, int textOffset, int textLength, int fileOffset, long lineNumber) Create instance of text search file matchTextSearchModelMatch
(IBmModel model, String text, long topObjectId, long objectId, org.eclipse.emf.ecore.EStructuralFeature feature, int textOffset, int textLength) Create instance of text search file match -
Uses of IBmModel in com._1c.g5.v8.dt.ui.editor
Fields in com._1c.g5.v8.dt.ui.editor declared as IBmModel -
Uses of IBmModel in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
void
void
DerivedDataManager.start
(IBmModel bmModel, BiConsumer<BmEvent, Boolean> bmEventConsumer) Starts task preparation process.void
Starts the repository as the part of DD startup cycle.void
Constructors in com._1c.g5.v8.internal.derived with parameters of type IBmModelModifierConstructorDescriptionBmRawEventHandler
(IBmModel bmModel, Collection<IContextCollector> syncContextCollectors, Collection<IRemovalContextCollector> syncRemovalContextCollectors, IDerivedDataContextManager derivedDataContextManager) Creates an instance of the DD BM raw event handler. -
Uses of IBmModel in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
CombinedModelCheckRemovalContextCollector.collectContextOnObjectRemoval
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model) void
CombinedModelCheckRemovalContextCollector.collectContextOnObjectRemoval
(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject bmTopObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model) void
LanguageCheckDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
MarkerCleanerDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ModelCheckDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com.e1c.g5.v8.dt.internal.model.updater.derived
Methods in com.e1c.g5.v8.dt.internal.model.updater.derived with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
ModelUpdaterDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com.e1c.g5.v8.dt.internal.model.updater.extension
Methods in com.e1c.g5.v8.dt.internal.model.updater.extension with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
FormExtensionAutoAdoptionSynchronizationController.schedule
(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
MdExtensionController.schedule
(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IBmModel in com.e1c.g5.v8.dt.model.updater
Methods in com.e1c.g5.v8.dt.model.updater with parameters of type IBmModelModifier and TypeMethodDescriptionvoid
IModelUpdaterController.schedule
(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor)