Uses of Class
com._1c.g5.v8.bm.integration.BmSaveManagerTask
-
Packages that use BmSaveManagerTask Package Description com._1c.g5.v8.bm.integration -
-
Uses of BmSaveManagerTask in com._1c.g5.v8.bm.integration
Method parameters in com._1c.g5.v8.bm.integration with type arguments of type BmSaveManagerTask Modifier and Type Method Description void
IBatchSessionController. onBeforeSave(List<BmSaveManagerTask> tasks)
Called right before saving of all resources being changed during the batch mode.void
IBmSaveManager. save(List<BmSaveManagerTask> tasks, boolean saveSync, boolean saveParallel)
Saves objects to external data sources.
-