Uses of Interface
com._1c.g5.v8.derived.IDerivedDataUpdate
- 
Packages that use IDerivedDataUpdate Package Description com._1c.g5.v8.derived 
- 
- 
Uses of IDerivedDataUpdate in com._1c.g5.v8.derivedMethods in com._1c.g5.v8.derived that return types with arguments of type IDerivedDataUpdate Modifier and Type Method Description default Collection<IDerivedDataUpdate>IDerivedDataConfigurationContributor. getForcedDataUpdates()Gets the collection of derived data updates that must be called in case of library/base configuration is being attached/updated They could be used to restore data that can't be updated using normal async data computation facility tools (reactive context collectors, etc)default Collection<IDerivedDataUpdate>IDerivedDataConfigurationContributor. getRestorationUpdates()Gets the collection of derived data updates that must be called in case of the system restoration.Methods in com._1c.g5.v8.derived with parameters of type IDerivedDataUpdate Modifier and Type Method Description booleanIDerivedDataManager. updateDerviedData(IDerivedDataUpdate update, long waitTimeout)Updates derivided data using the providedIDerivedDataUpdateupdate
 
-