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.integration
Methods in com._1c.g5.v8.bm.integration with parameters of type IBmPlatformTask Modifier and Type Method Description <T> T
IBmPlatformEditingContext. execute(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task)
Executes the giventask
.<T> T
IBmPlatformGlobalEditingContext. executeImportTask(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task)
Executes the given importtask
. -
Uses of IBmPlatformTask in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform with parameters of type IBmPlatformTask Modifier and Type Method Description <T> T
IBmModelManager. executeInBatchSession(Object handle, IBmPlatformTask<T> task)
Executes task in a batch session.<T> T
IBmModelManager. executeReadOnlyTask(IBmPlatformTask<T> task)
Executes aIBmPlatformTask
in a read-only mode<T> T
IBmModelManager. executeReadWriteTask(Object taskId, Object serviceId, boolean disableEvents, IBmPlatformTask<T> task)
Executes a read-write task.<T> T
IBmModelManager. executeReadWriteTask(Object taskId, Object serviceId, IBmPlatformTask<T> task)
Executes a read-write task.
-