Uses of Interface
com._1c.g5.v8.bm.integration.IBmModel
-
-
Uses of IBmModel in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return IBmModel Modifier and Type Method Description static IBmModel
BmModels. create(IBmEngine engine, IBmSaveManager saveManager, IBmTaskCompletedProcessor processor, Path workingDirectory, boolean enableEvents)
Creates a newIBmModel
with the specified parameters.IBmModel
IBmEditingContext. getModel()
Gets the corresponding model.Methods in com._1c.g5.v8.bm.integration with parameters of type IBmModel Modifier and Type Method Description void
IBmProvider. setModel(IBmModel bmModel)
Deprecated.Sets the model the current provider is being associated with.void
IBmSaveManager. setModel(IBmModel model)
Sets the model the current provider is being associated with.void
IBmTaskCompletedProcessor. setModel(IBmModel model)
Sets model. -
Uses of IBmModel in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type IBmModel Modifier and Type Method Description IDerivedDataBmProvider
IDerivedDataEngine. createProvider(String projectId, IBmModel bmModel, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, IDerivedDataOrchestrator orchestrator)
Creates a providervoid
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 IBmModel Modifier and Type Method Description void
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.void
IDerivedDataRemover. remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
Processes the removal of the top object. -
Uses of IBmModel in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IBmModel Modifier and Type Method Description void
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, 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, IContextCollectingSession contextSession, IBmModel model)
-
Uses of IBmModel in com._1c.g5.v8.dt.addin.resource
Methods in com._1c.g5.v8.dt.addin.resource with parameters of type IBmModel Modifier and Type Method Description void
AddInBmExporter. export(IBmModel model, IBmObject bmObject, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
-
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 IBmModel Modifier and Type Method Description protected 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.binary.resource
Methods in com._1c.g5.v8.dt.binary.resource with parameters of type IBmModel Modifier and Type Method Description void
BinaryBmExporter. export(IBmModel model, IBmObject bmObject, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
-
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 IBmModel Modifier and Type Method Description IBmEmfIndexProvider
IBmEmfIndexManager. addEmfIndexProvider(IBmModel model)
Add a new index provider for the given BM model.IBmEmfIndexProvider
IBmEmfIndexManager. addEmfIndexProvider(IBmModel model, org.eclipse.core.resources.IProject project)
Add a new index provider for the given BM model and project.IBmEmfIndexProvider
IBmEmfIndexManager. addOverlayEmfIndexProvider(IBmModel model, IBmModel masterModel, org.eclipse.core.resources.IProject masterProject, String overlayId)
Add a new overlay index provider for the given BM model.IBmEmfIndexProvider
IBmEmfIndexManager. getEmfIndexProvider(IBmModel model)
Gets a specific EMF index provider bound to the provided BM model. -
Uses of IBmModel in com._1c.g5.v8.dt.bm.xtext.resource
Fields in com._1c.g5.v8.dt.bm.xtext.resource declared as IBmModel Modifier and Type Field Description protected IBmModel
BmAwareSynchronizedXtextResourceSet. bmModel
protected IBmModel[]
MultiBmAwareSynchronizedXtextResourceSet. bmModels
Constructors in com._1c.g5.v8.dt.bm.xtext.resource with parameters of type IBmModel Constructor Description BmAwareSynchronizedXtextResourceSet(IBmModel bmModel)
ConstructorMultiBmAwareSynchronizedXtextResourceSet(IBmModelManager modelManager, IBmModel[] bmModels)
Constructor. -
Uses of IBmModel in com._1c.g5.v8.dt.bp.scheme.derived
Methods in com._1c.g5.v8.dt.bp.scheme.derived with parameters of type IBmModel Modifier and Type Method Description void
GraphicalSchemeDerivedDataRemover. remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
-
Uses of IBmModel in com._1c.g5.v8.dt.bp.scheme.services
Methods in com._1c.g5.v8.dt.bp.scheme.services with parameters of type IBmModel Modifier and Type Method Description static void
BpSchemeUtil. setBmModel(IBmModel bmModel)
Set's bm model. -
Uses of IBmModel in com._1c.g5.v8.dt.bp.scheme.xml.serialization.export
Methods in com._1c.g5.v8.dt.bp.scheme.xml.serialization.export with parameters of type IBmModel Modifier and Type Method Description protected void
GraphicalSchemeBmExporter. doExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
protected void
GraphicalSchemeBmExporter. saveExtraObjects(IBmModel model, org.eclipse.core.resources.IFile file, IBmObject bmObject, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
-
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 IBmModel Constructor Description BmAwareXtextModelListener(IBmModel model, ExportMethodProvider exportMethodProvider)
Constructor -
Uses of IBmModel in com._1c.g5.v8.dt.compare.datasource
Methods in com._1c.g5.v8.dt.compare.datasource that return IBmModel Modifier and Type Method Description IBmModel
IComparisonDataSource. 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 Modifier and Type Method Description IBmModel
IMergeSession. getBmModel()
Returns the BM model. -
Uses of IBmModel in com._1c.g5.v8.dt.core
Methods in com._1c.g5.v8.dt.core that return IBmModel Modifier and Type Method Description IBmModel
V8Commands.NoTransactionEditingContext. getModel()
Always returnnull
IBmModel
V8Commands.ReadOnlyEditingContextWrapper. getModel()
-
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 IBmModel Modifier and Type Method Description IBmLifecycleListener
IBmLaunchLifecycleListenerContributor. 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 IBmModel Modifier and Type Method Description protected IBmModel
AbstractBmReferencesCollectorVisitorCallback. getBmModel()
Returns the BM model.IBmModel
BmModelCrossReference. getBmModel()
Returns the BM model instance.Methods in com._1c.g5.v8.dt.core.findref that return types with arguments of type IBmModel Modifier and Type Method Description protected Collection<IBmModel>
AbstractBmReferencesCollectorVisitorCallback. getDependentModels()
Returns a collection of dependent BM models.Methods in com._1c.g5.v8.dt.core.findref with parameters of type IBmModel Modifier and Type Method Description protected boolean
AbstractBmReferencesCollectorVisitorCallback. checkReference(IBmModel bmModel, IBmCrossReference reference)
Checks theIBmCrossReference
during collecting, before processing.Constructors in com._1c.g5.v8.dt.core.findref with parameters of type IBmModel Constructor Description AbstractBmReferencesCollectorVisitorCallback(IBmModel bmModel, Collection<IBmModel> dependentModels)
Creates a new instance.BmModelCrossReference(IBmModel bmModel, long objectId, int featureId)
Create a new instance.Constructor parameters in com._1c.g5.v8.dt.core.findref with type arguments of type IBmModel Constructor Description AbstractBmReferencesCollectorVisitorCallback(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 IBmModel Modifier and Type Method Description IModelApi
IProjectOperationApi. getModelApi(IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor monitor, ProjectPipelineJob afterJob)
Returns a newly createdIModelApi
for the specifiedbmModel
.IModelApi
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 IBmModel Modifier and Type Method Description IBmModel
IBmModelManager. getModel(IDtProject dtProject)
ReturnsIBmModel
instance by given project.IBmModel
IBmModelManager. getModel(org.eclipse.core.resources.IProject project)
ReturnsIBmModel
instance by given project.IBmModel
IBmModelManager. getModel(org.eclipse.emf.common.util.URI uri)
ReturnsIBmModel
which contains object with givenURI
.IBmModel
IBmModelManager. getModel(org.eclipse.emf.ecore.EObject object)
ReturnsIBmModel
which contains the given model object.IBmModel
IBmModelManager.IModelInitializationEvent. getModel()
Get modelMethods in com._1c.g5.v8.dt.core.platform with parameters of type IBmModel Modifier and Type Method Description void
IBmModelManager. addLifecycleListener(IBmModel model, IBmLifecycleListener listener)
Deprecated.Use DT lifecycle listeners and lifecycle aware services instead.IDerivedDataManager
IDerivedDataManagerProvider. get(IBmModel model)
Deprecated.UseIDerivedDataManagerProvider.get(IDtProject)
instead for better cross-media compatibilityIDtProject
IBmModelManager. 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.core.provider
Methods in com._1c.g5.v8.dt.core.provider with parameters of type IBmModel Modifier and Type Method Description default void
IResourceContentExporterExtension. afterExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
The method is being called right after the export of the provided objectvoid
IResourceContentExporterExtensionManager. afterExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
This method calls all registered extensions after the export of the provided object.default void
IResourceContentExporterExtension. beforeExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
The method is being called before the export of the provided object.void
IResourceContentExporterExtensionManager. beforeExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
This method calls all registered extensions before the export of the provided object.protected void
BasicBmObjectExporter. doExport(IBmModel model, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
void
BasicBmObjectExporter. export(IBmModel model, IBmObject bmObject, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
void
IBmObjectExporter. export(IBmModel model, IBmObject bmObject, org.eclipse.core.resources.IFile file, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
Exports bmObjectprotected void
BasicBmObjectExporter. saveExtraObjects(IBmModel model, org.eclipse.core.resources.IFile file, IBmObject bmObject, Collection<org.eclipse.core.resources.IFile> exportedExtraFiles)
Saves extra information attached tobmObject
. -
Uses of IBmModel in com._1c.g5.v8.dt.dcs.settings
Methods in com._1c.g5.v8.dt.dcs.settings that return IBmModel Modifier and Type Method Description IBmModel
SettingsContext. getBmModel()
Gets the correspondingIBmModel
Constructors in com._1c.g5.v8.dt.dcs.settings with parameters of type IBmModel Constructor Description SettingsContext(IDtProject dtProject, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager)
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 IBmModel Modifier and Type Method Description IBmModel
DataCompositionSchemaControlContext. getBmModel()
IBmModel
DataCompositionSchemaEditor. getBmModel()
IBmModel
EditorPageBase. getBmModel()
IBmModel
IDcsEnvironmentProvider. getBmModel()
Returns the BM model.Constructors in com._1c.g5.v8.dt.dcs.ui with parameters of type IBmModel Constructor Description BmDcsModelChangedNotifier(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 IBmModel Modifier and Type Method Description static Map<String,ResourcesAvailableFieldsContentProvider.ResourceAvailableField>
Resources. getAvailableFields(IV8Project v8project, IBmModel bmModel, DataCompositionSchema schema, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManger)
Получить список доступных полейstatic Map<String,ResourcesAvailableFieldsContentProvider.ResourceAvailableField>
Resources. getAvailableFields(IV8Project v8project, IBmModel bmModel, DataCompositionSchema schema, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManger, Collection<String> availableDataPath)
Gets available fields forDataCompositionSchema
static List<String>
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 IBmModel Constructor Description ResourcesAvailableFieldsContentProvider(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 IBmModel Modifier and Type Field Description protected IBmModel
SettingsPartBase. bmModel
Methods in com._1c.g5.v8.dt.dcs.ui.settings that return IBmModel Modifier and Type Method Description IBmModel
SettingsDialog. getBmModel()
IBmModel
SettingsPartBase. getBmModel()
Constructors in com._1c.g5.v8.dt.dcs.ui.settings with parameters of type IBmModel Constructor Description SettingsPartBase(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 Modifier and Type Method Description IBmModel
ConditionalAppearance. getBmModel()
-
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 IBmModel Constructor Description Parameters(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 Modifier and Type Method Description IBmModel
EventHandlersEditor. getBmModel()
Returns bm model. -
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 IBmModel Constructor Description FormCommandInterfaceMapping(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 IBmModel Modifier and Type Method Description IPathIndexBmProvider
IPathIndexManager. 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 IBmModel Constructor Description FormWysiwygViewer(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 Modifier and Type Method Description IBmModel
FormConditionalAppearanceSettingsService. getBmModel()
-
Uses of IBmModel in com._1c.g5.v8.dt.form.ui.editor
Methods in com._1c.g5.v8.dt.form.ui.editor that return IBmModel Modifier and Type Method Description IBmModel
FormEditorPage. getBmModel()
IBmModel
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 IBmModel Modifier and Type Method Description protected IBmModel
FormParametersTableViewer. getBmModel()
Methods in com._1c.g5.v8.dt.form.ui.editor.parameter with parameters of type IBmModel Modifier and Type Method Description protected ParameterContentProvider
FormParametersTableViewer. createContentProvider(IBmModel model)
Constructors in com._1c.g5.v8.dt.form.ui.editor.parameter with parameters of type IBmModel Constructor Description FormParametersTableViewer(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 IBmModel Constructor Description BmModelRefreshContributor(IRefresher refresher, IBmModel model, Form form)
Creates a new bm model refresh contributor. -
Uses of IBmModel in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type IBmModel Modifier and Type Method Description IExternalPropertyManager
IExternalPropertyManagerRegistry. getExternalPropertyManager(IBmModel model)
Returns external property manager for givenIBmModel
model instance.IExternalPropertyManager
IExternalPropertyManagerRegistry. registerExternalPropertyManager(IBmModel model, boolean cleanStart)
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 IBmModel Modifier and Type Field Description protected IBmModel
AttachingModelObjectCopier. bmModel
Constructors in com._1c.g5.v8.dt.md.copy with parameters of type IBmModel Constructor Description AttachingModelObjectCopier(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 Modifier and Type Method Description IBmModel
IAdopterContext.ITransactionalAdopterContext. getModel()
Returns asseciated BM model to attach adopted objects to. -
Uses of IBmModel in com._1c.g5.v8.dt.metadata
Methods in com._1c.g5.v8.dt.metadata with parameters of type IBmModel Modifier and Type Method Description abstract 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.navigator.filters
Methods in com._1c.g5.v8.dt.navigator.filters that return IBmModel Modifier and Type Method Description protected IBmModel
BmCachingTreeFilter. getBmModel()
Returns the BM model.Constructors in com._1c.g5.v8.dt.navigator.filters with parameters of type IBmModel Constructor Description BmCachingTreeFilter(IBmModel model, boolean recursive)
Instantiates a new BM caching tree filter. -
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 IBmModel Modifier and Type Method Description static 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 IBmModel Modifier and Type Method Description static 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)
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 IBmModel Modifier and Type Method Description IBmModel
IRightsEditorController. getBmModel()
ReturnsIBmModel
which contains the editor model object.IBmModel
RightsEditorController. getBmModel()
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type IBmModel Modifier and Type Method Description void
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.ui.editor
Fields in com._1c.g5.v8.dt.ui.editor declared as IBmModel Modifier and Type Field Description protected IBmModel
DtEditor. bmModel
-
Uses of IBmModel in com.e1c.g5.v8.dt.model.updater
Methods in com.e1c.g5.v8.dt.model.updater with parameters of type IBmModel Modifier and Type Method Description void
IModelUpdaterController. schedule(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
-