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 TypeMethodDescriptionbooleanIDerivedDataManager.updateDerivedData(IDerivedDataUpdate update, long waitTimeout, Object computationCause) Updates derivided data using the providedIDerivedDataUpdateupdatebooleanIDerivedDataManager.updateDerviedData(IDerivedDataUpdate update, long waitTimeout) Updates derivided data using the providedIDerivedDataUpdateupdate -
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 TypeMethodDescriptionbooleanDerivedDataManager.updateDerivedData(IDerivedDataUpdate update, long waitTimeout, Object computationCause) booleanDerivedDataManager.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 TypeMethodDescriptionbooleanDerivedDataManagerMock.updateDerivedData(IDerivedDataUpdate update, long waitTimeout, Object computationCause) booleanDerivedDataManagerMock.updateDerviedData(IDerivedDataUpdate update, long waitTimeout)