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> TIBmModelManager.executeReadOnlyTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace in a read-only mode<T> TIBmModelManager.executeReadOnlyTask(IDtProject dtProject, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace in a read-only mode<T> TIBmModelManager.executeReadOnlyTask(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace in a read-only mode<T> TIBmModelManager.executeReadWriteTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace<T> TIBmModelManager.executeReadWriteTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task, boolean disableEvents) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace<T> TIBmModelManager.executeReadWriteTask(IDtProject dtProject, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich is bound to a single namespace<T> TIBmModelManager.executeReadWriteTask(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) Executes aIBmSingleNamespaceTaskwhich 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> TBmModelManager.executeReadOnlyTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) <T> TBmModelManager.executeReadOnlyTask(IDtProject dtProject, IBmSingleNamespaceTask<T> task) <T> TBmModelManager.executeReadOnlyTask(org.eclipse.core.resources.IProject project, IBmSingleNamespaceTask<T> task) <T> TBmModelManager.executeReadWriteTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task) <T> TBmModelManager.executeReadWriteTask(IBmNamespace namespace, IBmSingleNamespaceTask<T> task, boolean disableEvents) <T> TBmModelManager.executeReadWriteTask(IDtProject dtProject, IBmSingleNamespaceTask<T> task) <T> TBmModelManager.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.