Uses of Interface
com._1c.g5.v8.bm.integration.IBmPlatformTask
Packages that use IBmPlatformTask
Package
Description
-
Uses of IBmPlatformTask in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<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.platform
Methods in com._1c.g5.v8.dt.core.platform with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<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. -
Uses of IBmPlatformTask in com._1c.g5.v8.dt.internal.core.platform.bm
Methods in com._1c.g5.v8.dt.internal.core.platform.bm with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<T> TBmModelManager.executeInBatchSession(Object handle, IBmPlatformTask<T> task) <T> TBmModelManager.executeReadOnlyTask(IBmPlatformTask<T> task) <T> TBmModelManager.executeReadWriteTask(Object taskId, Object serviceId, boolean disableEvents, IBmPlatformTask<T> task) <T> TBmModelManager.executeReadWriteTask(Object taskId, Object serviceId, IBmPlatformTask<T> task) -
Uses of IBmPlatformTask in com._1c.g5.v8.dt.internal.core.platform.bm.integration
Classes in com._1c.g5.v8.dt.internal.core.platform.bm.integration that implement IBmPlatformTaskModifier and TypeClassDescriptionfinal classA wrapper for tasks implementing the legacyIBmTaskinterface.final classA wrapper for aIBmSingleNamespaceTasktask bound to a particular namespace.Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<T> TIReactor.executeAndRollback(IBmPlatformTask<T> task, String name) Executes the given task and rollback changes made by the given task.<T> TIReactor.executeImportTaskInEditingContext(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, boolean disableEvents, IEditingContextDescriptor editingContextDescriptor) Executes the given task without saving affected resources.<T> TIReactor.executeInBatchSession(Object handle, String name, IBmPlatformTask<T> task) Executes the given task in batch mode associated with the givenhandle.<T> TIReactor.executeReadOnlyTask(IBmPlatformTask<T> task, String name, boolean lightweight) Executes the given task.<T> TIReactor.executeTask(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId) Executes the given task.<T> TIReactor.executeTask(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, boolean disableEvents) Executes the given task.<T> TIReactor.executeTaskInEditingContext(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, IBmPostUndoRedoHandler postUndoRedoHandler, IEditingContextDescriptor editingContextDescriptor) Executes the given task in context described by the given editing context descriptor. -
Uses of IBmPlatformTask in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<T> TPlatformGlobalEditingContext.execute(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task) <T> TPlatformLocalEditingContext.execute(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task) <T> TPlatformGlobalEditingContext.executeImportTask(String name, Object taskId, Object serviceId, IBmPlatformTask<T> task) -
Uses of IBmPlatformTask in com._1c.g5.v8.dt.internal.core.platform.bm.integration.reactor
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration.reactor with parameters of type IBmPlatformTaskModifier and TypeMethodDescription<T> TReactor.executeAndRollback(IBmPlatformTask<T> task, String name) <T> TReactor.executeImportTaskInEditingContext(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, boolean disableEvents, IEditingContextDescriptor editingContextDescriptor) <T> TReactor.executeInBatchSession(Object handle, String name, IBmPlatformTask<T> task) <T> TReactor.executeReadOnlyTask(IBmPlatformTask<T> task, String name, boolean lightweight) <T> TReactor.executeTask(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId) <T> TReactor.executeTask(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, boolean disableEvents) <T> TReactor.executeTaskInEditingContext(IBmPlatformTask<T> task, String name, Object taskId, Object serviceId, IBmPostUndoRedoHandler postUndoRedoHandler, IEditingContextDescriptor editingContextDescriptor)