Uses of Interface
com._1c.g5.v8.derived.computer.IDerivedDataComputer
Packages that use IDerivedDataComputer
Package
Description
-
Uses of IDerivedDataComputer in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.derived.computer
Classes in com._1c.g5.v8.derived.computer that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Standard implementation of derived data computer which delegates computation to the specific part computers.
This implementation is coupled withPartBasedObjectContext
contexts and relies on the concept of DD parts. -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.bp.scheme.derived
Methods in com._1c.g5.v8.dt.bp.scheme.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.aggregates.bm.derived
Methods in com._1c.g5.v8.dt.internal.aggregates.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers
Classes in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of derived data remover for CMI slice.class
Main command interface computer. -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.core.platform.bm.derived
Classes in com._1c.g5.v8.dt.internal.core.platform.bm.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
The async proccessing facility which performs resource cleaningclass
The async proccessing facility which performs export tasksclass
The async proccessing facility which performs import tasksMethods in com._1c.g5.v8.dt.internal.core.platform.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.form.bm.derived
Classes in com._1c.g5.v8.dt.internal.form.bm.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of derived data computer for Form slice.class
Implementation of derived data computer for Form PRE segment.Methods in com._1c.g5.v8.dt.internal.form.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.md.bm.derived
Classes in com._1c.g5.v8.dt.internal.md.bm.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of derived data computer for MD slice.class
Implementation of derived data computer for MD slice.class
Implementation of derived data computer for MD slice.class
The navigator objects order derived data computer.class
Implementation of derived data computer for rights slice.Methods in com._1c.g5.v8.dt.internal.md.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.md.extension.bm.derived
Classes in com._1c.g5.v8.dt.internal.md.extension.bm.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Extension DD computer which updates extension objects with auto-adopted features from the corresponding base objectMethods in com._1c.g5.v8.dt.internal.md.extension.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.search.core.derived
Classes in com._1c.g5.v8.dt.internal.search.core.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of the derived data computer for the clean text search index.class
Implementation of the derived data computer for the text search indexing.Methods in com._1c.g5.v8.dt.internal.search.core.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.style.bm.derived
Classes in com._1c.g5.v8.dt.internal.style.bm.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of derived data computer for Style PRE segment.class
Implementation of validation computer for Style.Methods in com._1c.g5.v8.dt.internal.style.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.validation.derived
Classes in com._1c.g5.v8.dt.internal.validation.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Derived data computer that handles reindexing of markers.Methods in com._1c.g5.v8.dt.internal.validation.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.dt.internal.xdto.bm.derived
Methods in com._1c.g5.v8.dt.internal.xdto.bm.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com._1c.g5.v8.internal.derived
Constructor parameters in com._1c.g5.v8.internal.derived with type arguments of type IDerivedDataComputerModifierConstructorDescriptionWorkerManager
(IComputationTaskManager taskManager, IDerivedDataContextManager contextManager, IContextTransactionManager contextTransactionManager, IAsyncProcessingPipeline asyncProcessingPipeline, Collection<IDerivedDataComputer> computers, Set<String> filteredSegments) Construct a new instance, performs basic initialization. -
Uses of IDerivedDataComputer in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return types with arguments of type IDerivedDataComputerModifier and TypeMethodDescriptionstatic Map<org.eclipse.emf.ecore.EClass,
Map<String, IDerivedDataComputer>> PipelineUtils.createComputerEClassIndex
(Collection<IDerivedDataComputer> computers) Creates index of DD computers bound to corresponding EClass and DD segment.Method parameters in com._1c.g5.v8.internal.derived.pipeline with type arguments of type IDerivedDataComputerModifier and TypeMethodDescriptionstatic Map<org.eclipse.emf.ecore.EClass,
Map<String, IDerivedDataComputer>> PipelineUtils.createComputerEClassIndex
(Collection<IDerivedDataComputer> computers) Creates index of DD computers bound to corresponding EClass and DD segment. -
Uses of IDerivedDataComputer in com.e1c.g5.v8.dt.internal.check.derived
Classes in com.e1c.g5.v8.dt.internal.check.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Derived data computer that handles performing of language checks.class
Derived data computer that handles the cleaning of the check results before the re-check is performed in case of object removal.class
Derived data computer that handles the check performing for DT model objects.Methods in com.e1c.g5.v8.dt.internal.check.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com.e1c.g5.v8.dt.internal.form.extension.derived
Classes in com.e1c.g5.v8.dt.internal.form.extension.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of the derived data computer for the FORM_EXT segment.Methods in com.e1c.g5.v8.dt.internal.form.extension.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com.e1c.g5.v8.dt.internal.md.aindex.derived
Classes in com.e1c.g5.v8.dt.internal.md.aindex.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of derived data computer for an additional index segmentMethods in com.e1c.g5.v8.dt.internal.md.aindex.derived that return types with arguments of type IDerivedDataComputer -
Uses of IDerivedDataComputer in com.e1c.g5.v8.dt.internal.model.updater.derived
Classes in com.e1c.g5.v8.dt.internal.model.updater.derived that implement IDerivedDataComputerModifier and TypeClassDescriptionclass
Implementation of the derived data computer for the model updater DD segment.Methods in com.e1c.g5.v8.dt.internal.model.updater.derived that return types with arguments of type IDerivedDataComputer