Class FormDerivedDataComputer
java.lang.Object
com._1c.g5.v8.derived.computer.DerivedDataPartBasedComputer
com._1c.g5.v8.dt.internal.form.bm.derived.FormDerivedDataComputer
- All Implemented Interfaces:
IDerivedDataComputer
Implementation of derived data computer for Form slice.
-
Constructor Summary
ConstructorsConstructorDescriptionFormDerivedDataComputer
(FormCommandSourceInferrer commandSourceInferrer, FormImplicitRefInferrer formImplicitRefInferrer, FormItemPropertyContextDefInferrer formItemContextDefInferrer, IPathIndexManager pathIndexManager, FormDerivedDataRemover formDerivedDataRemover, IBmModelManager modelManager) Constructs an instance of the computer -
Method Summary
Methods inherited from class com._1c.g5.v8.derived.computer.DerivedDataPartBasedComputer
addPartComputer, addRebuildScopeCollector, compute, getSupportedSegmentId, getSupportedTypes
-
Constructor Details
-
FormDerivedDataComputer
public FormDerivedDataComputer(FormCommandSourceInferrer commandSourceInferrer, FormImplicitRefInferrer formImplicitRefInferrer, FormItemPropertyContextDefInferrer formItemContextDefInferrer, IPathIndexManager pathIndexManager, FormDerivedDataRemover formDerivedDataRemover, IBmModelManager modelManager) Constructs an instance of the computer- Parameters:
commandSourceInferrer
-FormCommandSourceInferrer
computer reference. May not benull
formImplicitRefInferrer
-FormImplicitRefInferrer
computer reference. May not benull
formItemContextDefInferrer
-FormItemPropertyContextDefInferrer
computer reference. May not benull
pathIndexManager
-IPathIndexManager
computer reference. May not benull
formDerivedDataRemover
-FormDerivedDataRemover
computer reference. May not benull
modelManager
-IBmModelManager
service reference. May not benull
-