Uses of Interface
com._1c.g5.v8.bm.integration.IBmSingleNamespaceTask
Packages that use IBmSingleNamespaceTask
Package
Description
-
Uses of IBmSingleNamespaceTask in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform with parameters of type IBmSingleNamespaceTaskModifier and TypeMethodDescription<T> Future<T>
IBmModelManager.executeAsynchronously
(IDtProject project, IBmSingleNamespaceTask<T> task) Executes the given task in a separate thread (comparing to the calling thread).<T> Future<T>
IBmModelManager.executeAsynchronously
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) Executes the given task in a separate thread (comparing to the calling thread).<T> T
IBmModelManager.executeReadOnlyTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace in a read-only mode<T> T
IBmModelManager.executeReadOnlyTask
(IDtProject dtProject, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace in a read-only mode<T> T
IBmModelManager.executeReadOnlyTask
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace in a read-only mode<T> T
IBmModelManager.executeReadWriteTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace<T> T
IBmModelManager.executeReadWriteTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task, boolean disableEvents) Executes aIBmSingleNamespaceTask
which is bound to a single namespace<T> T
IBmModelManager.executeReadWriteTask
(IDtProject dtProject, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace<T> T
IBmModelManager.executeReadWriteTask
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTask
which is bound to a single namespace -
Uses of IBmSingleNamespaceTask 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 IBmSingleNamespaceTaskModifier and TypeMethodDescription<T> Future<T>
BmModelManager.executeAsynchronously
(IDtProject dtProject, IBmSingleNamespaceTask<T> task) <T> Future<T>
BmModelManager.executeAsynchronously
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadOnlyTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadOnlyTask
(IDtProject dtProject, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadOnlyTask
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadWriteTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadWriteTask
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task, boolean disableEvents) <T> T
BmModelManager.executeReadWriteTask
(IDtProject dtProject, IBmSingleNamespaceTask<T> task) <T> T
BmModelManager.executeReadWriteTask
(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) -
Uses of IBmSingleNamespaceTask in com._1c.g5.v8.dt.internal.core.platform.bm.integration
Constructors in com._1c.g5.v8.dt.internal.core.platform.bm.integration with parameters of type IBmSingleNamespaceTaskModifierConstructorDescriptionSingleNamespaceTaskWrapper
(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) Constructs a new instance.