Uses of Interface
com._1c.g5.v8.derived.IDerivedDataBmProvider
Packages that use IDerivedDataBmProvider
-
Uses of IDerivedDataBmProvider in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return IDerivedDataBmProviderModifier and TypeMethodDescriptionIDerivedDataEngine.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) Creates a provider -
Uses of IDerivedDataBmProvider in com._1c.g5.v8.internal.derived
Classes in com._1c.g5.v8.internal.derived that implement IDerivedDataBmProviderModifier and TypeClassDescriptionclass
A component that is responsible for bootstrapping the derived data computation mechanism and providing access to those components which are the parts of the public API.Methods in com._1c.g5.v8.internal.derived that return IDerivedDataBmProviderModifier and TypeMethodDescriptionDerivedDataBmProviderFactory.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler derivedDataTaskScheduler, IUserActivityBlockingService userActivityBlockingService, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) DerivedDataEngine.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) IDerivedDataBmProviderFactory.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler taskScheduler, IUserActivityBlockingService userActivityBlockingService, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) Creates a provider