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

public class FormExtensionDerivedDataComputer extends DerivedDataPartBasedComputer
Implementation of the derived data computer for the FORM_EXT segment.
  • Constructor Details

    • FormExtensionDerivedDataComputer

      public FormExtensionDerivedDataComputer(IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager, IFormExtensionManagementService formExtensionManagementService, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport, IEditingLanguageManager editingLanguageManager, IExtInfoManagementService extInfoManagementService)
      Constructs the instance of the FormDerivedDataComputer
      Parameters:
      v8ProjectManager - the V8 project manager. Cannot be null
      bmModelManager - the MB modle manager. Cannot be null
      formExtensionManagementService - IFormExtensionManagementService service reference. Cannot be null
      modelFactory - the model factory. Cannot be null
      runtimeVersionSupport - the Runtime version support. Cannot be null
      editingLanguageManager - the Editing language manager. Cannot be null
      extInfoManagementService - the Ext Info management service. Cannot be null