Uses of Interface
com._1c.g5.v8.bm.integration.IBmPlatformTask
- 
Packages that use IBmPlatformTask Package Description com._1c.g5.v8.bm.integration com._1c.g5.v8.dt.core.platform 
- 
- 
Uses of IBmPlatformTask in com._1c.g5.v8.bm.integrationMethods in com._1c.g5.v8.bm.integration with parameters of type IBmPlatformTask Modifier and Type Method Description <T> TIBmPlatformEditingContext. execute(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task)Executes the giventask.<T> TIBmPlatformGlobalEditingContext. executeImportTask(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task)Executes the given importtask.
- 
Uses of IBmPlatformTask in com._1c.g5.v8.dt.core.platformMethods in com._1c.g5.v8.dt.core.platform with parameters of type IBmPlatformTask Modifier and Type Method Description <T> TIBmModelManager. executeInBatchSession(Object handle, IBmPlatformTask<T> task)Executes task in a batch session.<T> TIBmModelManager. executeReadOnlyTask(IBmPlatformTask<T> task)Executes aIBmPlatformTaskin a read-only mode<T> TIBmModelManager. executeReadWriteTask(Object taskId, Object serviceId, boolean disableEvents, IBmPlatformTask<T> task)Executes a read-write task.<T> TIBmModelManager. executeReadWriteTask(Object taskId, Object serviceId, IBmPlatformTask<T> task)Executes a read-write task.
 
-