Uses of Interface
com._1c.g5.v8.derived.IDerivedDataUpdate
Packages that use IDerivedDataUpdate
Package
Description
-
Uses of IDerivedDataUpdate in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return types with arguments of type IDerivedDataUpdateModifier and TypeMethodDescriptiondefault 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 IDerivedDataUpdateModifier and TypeMethodDescriptionboolean
IDerivedDataManager.updateDerivedData
(IDerivedDataUpdate update, long waitTimeout, Object computationCause) Updates derivided data using the providedIDerivedDataUpdate
updateboolean
IDerivedDataManager.updateDerviedData
(IDerivedDataUpdate update, long waitTimeout) Updates derivided data using the providedIDerivedDataUpdate
update -
Uses of IDerivedDataUpdate in com._1c.g5.v8.dt.internal.form.bm.derived
Methods in com._1c.g5.v8.dt.internal.form.bm.derived that return types with arguments of type IDerivedDataUpdate -
Uses of IDerivedDataUpdate in com._1c.g5.v8.dt.internal.md.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.bm.derived that return types with arguments of type IDerivedDataUpdateModifier and TypeMethodDescriptionMdDerivedDataContributor.getForcedDataUpdates()
MdDerivedDataContributor.getRestorationUpdates()
-
Uses of IDerivedDataUpdate in com._1c.g5.v8.dt.internal.style.bm.derived
Methods in com._1c.g5.v8.dt.internal.style.bm.derived that return types with arguments of type IDerivedDataUpdate -
Uses of IDerivedDataUpdate in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type IDerivedDataUpdateModifier and TypeMethodDescriptionboolean
DerivedDataManager.updateDerivedData
(IDerivedDataUpdate update, long waitTimeout, Object computationCause) boolean
DerivedDataManager.updateDerviedData
(IDerivedDataUpdate update, long waitTimeout) -
Uses of IDerivedDataUpdate in com.e1c.g5.v8.dt.internal.md.aindex.derived
Methods in com.e1c.g5.v8.dt.internal.md.aindex.derived that return types with arguments of type IDerivedDataUpdate -
Uses of IDerivedDataUpdate in com.e1c.g5.v8.dt.internal.snapshot
Methods in com.e1c.g5.v8.dt.internal.snapshot with parameters of type IDerivedDataUpdateModifier and TypeMethodDescriptionboolean
DerivedDataManagerMock.updateDerivedData
(IDerivedDataUpdate update, long waitTimeout, Object computationCause) boolean
DerivedDataManagerMock.updateDerviedData
(IDerivedDataUpdate update, long waitTimeout)