Class FormExtensionDerivedDataComputer
java.lang.Object
com._1c.g5.v8.derived.computer.DerivedDataPartBasedComputer
com.e1c.g5.v8.dt.internal.form.extension.derived.FormExtensionDerivedDataComputer
- All Implemented Interfaces:
IDerivedDataComputer
Implementation of the derived data computer for the FORM_EXT segment.
-
Constructor Summary
ConstructorsConstructorDescriptionFormExtensionDerivedDataComputer
(IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager, IFormExtensionManagementService formExtensionManagementService, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport, IEditingLanguageManager editingLanguageManager, IExtInfoManagementService extInfoManagementService) Constructs the instance of theFormDerivedDataComputer
-
Method Summary
Methods inherited from class com._1c.g5.v8.derived.computer.DerivedDataPartBasedComputer
addPartComputer, addRebuildScopeCollector, compute, getSupportedSegmentId, getSupportedTypes
-
Constructor Details
-
FormExtensionDerivedDataComputer
public FormExtensionDerivedDataComputer(IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager, IFormExtensionManagementService formExtensionManagementService, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport, IEditingLanguageManager editingLanguageManager, IExtInfoManagementService extInfoManagementService) Constructs the instance of theFormDerivedDataComputer
- Parameters:
v8ProjectManager
- the V8 project manager. Cannot benull
bmModelManager
- the MB modle manager. Cannot benull
formExtensionManagementService
-IFormExtensionManagementService
service reference. Cannot benull
modelFactory
- the model factory. Cannot benull
runtimeVersionSupport
- the Runtime version support. Cannot benull
editingLanguageManager
- the Editing language manager. Cannot benull
extInfoManagementService
- the Ext Info management service. Cannot benull
-