Uses of Interface
com._1c.g5.v8.bm.integration.IBmTask
Packages that use IBmTask
Package
Description
-
Uses of IBmTask in com._1c.g5.v8.bm.integration
Classes in com._1c.g5.v8.bm.integration that implement IBmTaskModifier and TypeClassDescriptionclass
The abstract implementation of theIBmTask
.class
The task implementation for simplified compatibility with old BM implementationclass
BmBasicTask1<P1>
Base class for task with useful operations.class
BmBasicTask2<P1,
P2> Base class for task with useful operations.class
BmBasicTask2Collection<P1,
P2> Base class for task with useful operation with collections.class
A task that comprises a sequence of subtasks.Methods in com._1c.g5.v8.bm.integration that return IBmTaskModifier and TypeMethodDescriptionIBmTask<?>
BmCompoundTask.unwrap()
Returns one of two things: the one task, if there is exactly one task orthis
if there are multiple command.Methods in com._1c.g5.v8.bm.integration that return types with arguments of type IBmTaskMethods in com._1c.g5.v8.bm.integration with parameters of type IBmTaskModifier and TypeMethodDescriptionvoid
Adds a task to this compound task's list of tasks.<T> T
Executes the giventask
.<T> T
Executes the given task without recording history.<T> T
IBmModel.executeAndRollback
(IBmTask<T> task) Executes the given task without recording history.<T> T
IBmGlobalEditingContext.executeImportTask
(IBmTask<T> task, boolean disableEvents) Executes the given importtask
.<T> T
IBmModel.executeInBatchSession
(Object handle, IBmTask<T> task) Executes the giventask
within the batch session associated with the specifiedhandle
.<T> T
IBmModel.executeReadonlyTask
(IBmTask<T> task) Executes the given task.<T> T
IBmModel.executeReadonlyTask
(IBmTask<T> task, boolean lightweight) Executes the given task.Constructor parameters in com._1c.g5.v8.bm.integration with type arguments of type IBmTaskModifierConstructorDescriptionBmCompoundTask
(String name, List<IBmTask<?>> children) Creates a new compound taskBmCompoundTask
(List<IBmTask<?>> children) Craetes a new compound task without task name, task name isnull
-
Uses of IBmTask in com._1c.g5.v8.dt.aef2.bm.changes
Constructors in com._1c.g5.v8.dt.aef2.bm.changes with parameters of type IBmTaskModifierConstructorDescriptionBmChange
(IBmEditingContext editingContext, IBmTask<?> task) Instantiates a new BM change. -
Uses of IBmTask in com._1c.g5.v8.dt.aef2.bm.models
Methods in com._1c.g5.v8.dt.aef2.bm.models with parameters of type IBmTaskModifier and TypeMethodDescriptionprotected static IModelApiTaskN<Void>
Converts the specified BM task toIModelApiTaskN
.protected static IModelApiTaskN<Void>
Converts the specified BM task toIModelApiTaskN
.Constructor parameters in com._1c.g5.v8.dt.aef2.bm.models with type arguments of type IBmTaskModifierConstructorDescriptionBmInlineTaskValue
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Function<T, IBmTask<?>> taskSupplier) Creates an instance of inline task BM value. -
Uses of IBmTask in com._1c.g5.v8.dt.bp.scheme.ui.editors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.editors with parameters of type IBmTaskModifier and TypeMethodDescriptionvoid
BpSchemeEditor.executeTask
(IBmTask<?> task) Executes given task at editor's local editing context. -
Uses of IBmTask in com._1c.g5.v8.dt.bp.scheme.ui.editors.tasks
Classes in com._1c.g5.v8.dt.bp.scheme.ui.editors.tasks that implement IBmTaskModifier and TypeClassDescriptionclass
Base class for bp tasks which uses bp diagram core controller.class
Base class for all graphical scheme tasks.class
Task for adding addressing attribute to activity item.class
Add case task.class
Add decorative relation task.class
Add scheme items task.class
Add entity task.class
Add split relation task.class
Change case desctiption task.class
Change entity title task.class
Change relation title task.class
Connect items task.class
Move elements task.class
Task for refreshing activity addressing attribute.class
Task for removing deleted addressing attributes from activity.class
Remove case task.class
Remove elements task. -
Uses of IBmTask in com._1c.g5.v8.dt.bsl.bm.ui.refactoring
Classes in com._1c.g5.v8.dt.bsl.bm.ui.refactoring that implement IBmTaskModifier and TypeClassDescriptionprotected static class
AbstractBslMdObjectHandlerRenameParticipant.RenameHandlerTask<T extends org.eclipse.emf.ecore.EObject>
Special class for perform changes to the metadata object handler -
Uses of IBmTask in com._1c.g5.v8.dt.cmi.tasks
Classes in com._1c.g5.v8.dt.cmi.tasks that implement IBmTaskModifier and TypeClassDescriptionclass
Adds command to the main section.class
Base implementation of CI customization task.class
Single parameter CMI customization task precursor.class
BasicCICustomizationTask2<P1,
P2> Two-parameter CMI customization task precursor.class
Deletes settings for the broken susbsytem in the parent interface.class
Deleting roles visibility task.class
Removes command from the main section.class
Removes command group from the command interface.class
Sets commands order for the group in the specified command interface.class
Places the command to the specified group.class
Sets visibility for the command in the specified command interface.class
Sets default command order for the group in the specified command interface.class
Places the command in its default group in the specified command interface.class
Sets default visibility settings for the command in the specified command interface.class
Sets default subsystem order in the specified command interface (configuration CI or subsystem CI).class
Sets default visibility settings for the susbsytem in the specified command interface.class
Sets subsystem order for the configuration command interface or subsystem command interfaceclass
Sets visibility for the subsystem in the specified command interface.Methods in com._1c.g5.v8.dt.cmi.tasks that return IBmTaskModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createAddCommandToMainSectionTask
(Configuration configuration, Command command) Creates a task responsible for adding the command to the main section.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createRemoveCommandFromMainSectionTask
(CommandInterface commandInterface, Command command, CommandContainer commandContainer) Creates a task responsible for the removal of the command from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createRemoveCommandGroupFromMainSectionTask
(CommandInterface commandInterface, CustomCommandItemGroup customCommandItemGroup, CommandContainer commandContainer) Creates a task responsible for the removal of the command group from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandOrderTask
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a task responsible for setting particular command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandPlacementTask
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a task responsible for placing the command to the specified group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandVisibilityTask
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandOrderTask
(CommandInterface commandInterface, CommandGroup group) Creates a task responsible for restoring default command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandPlacementTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default placement of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandVisibilityTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default visibility of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultSubsystemOrderTask
(CommandInterface commandInterface) Creates a task responsible for restoring default subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem. -
Uses of IBmTask in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
IComparisonSession.runComparisonTreeReadonlyTask
(IBmTask<T> task) Executes the given read-only BM task for a comparison tree of the specified session. -
Uses of IBmTask in com._1c.g5.v8.dt.core
Methods in com._1c.g5.v8.dt.core with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
<T> T
-
Uses of IBmTask in com._1c.g5.v8.dt.core.operations.model
Methods in com._1c.g5.v8.dt.core.operations.model with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
Executes the specifiedtask
.<T> T
IEditingContext.executeReadonlyTask
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) Executes the specified read-onlytask
. -
Uses of IBmTask in com._1c.g5.v8.dt.form.internal.ui.dnd
Methods in com._1c.g5.v8.dt.form.internal.ui.dnd that return IBmTaskModifier and TypeMethodDescriptionprotected abstract IBmTask<?>
FormEntityDropDelegate.createBmTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected abstract IBmTask<?>
CopyDropDelegate.createTask
(Form parent, T item) CreatesIBmTask
for addition to the parent objectprotected IBmTask<?>
CopyFormCommandDropDelegate.createTask
(Form parent, FormCommand command) protected IBmTask<?>
CopyParameterDropDelegate.createTask
(Form parent, FormParameter parameter) Methods in com._1c.g5.v8.dt.form.internal.ui.dnd that return types with arguments of type IBmTaskModifier and TypeMethodDescriptionCopyAttributeColumnDropDelegate.proceedPropertyInfo
(PropertyInfo pi, PropertyInfo parent) CopyAttributeDropDelegate.proceedPropertyInfo
(PropertyInfo pi, PropertyInfo parent) -
Uses of IBmTask in com._1c.g5.v8.dt.form.internal.ui.editor.cmi
Methods in com._1c.g5.v8.dt.form.internal.ui.editor.cmi that return IBmTaskModifier and TypeMethodDescriptionprotected IBmTask<?>
CreateCommandInterfaceItemDropDelegate.createBmTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) Adds the command for the modification of the indexes of theFormCommandInterfaceItem
elements in parent group.protected IBmTask<?>
MoveCommandInterfaceAutoCommandDropDelegate.createBmTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected IBmTask<?>
MoveCommandInterfaceItemDropDelegate.createBmTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) -
Uses of IBmTask in com._1c.g5.v8.dt.form.internal.ui.editor.item
Methods in com._1c.g5.v8.dt.form.internal.ui.editor.item that return IBmTaskModifier and TypeMethodDescriptionprotected final IBmTask<?>
FormItemDropDelegate.createBmTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected IBmTask<?>
CreateButtonByCommandDropDelegate.doCreateTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected IBmTask<?>
CreateButtonByIndependentCommandDropDelegate.doCreateTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected IBmTask<?>
CreateFormItemByFormItemDropDelegate.doCreateTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected IBmTask<?>
CreateFormItemByPropertyInfoDropDelegate.doCreateTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) protected abstract IBmTask<?>
FormItemDropDelegate.doCreateTask
(Collection<TransferObject<?>> transferObjects, DndInsertPoint point) Method parameters in com._1c.g5.v8.dt.form.internal.ui.editor.item with type arguments of type IBmTaskModifier and TypeMethodDescriptionprotected void
FormItemDropDelegate.activateItemsComponent
(List<IBmTask<?>> tasks) Activates the form items editor component -
Uses of IBmTask in com._1c.g5.v8.dt.form.internal.ui.providers.cmi
Methods in com._1c.g5.v8.dt.form.internal.ui.providers.cmi that return IBmTask -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.attribute
Classes in com._1c.g5.v8.dt.form.service.attribute that implement IBmTaskModifier and TypeClassDescriptionclass
The task adds column attribute to the form.class
The task adds an attribute to the form.class
The task change "save data" value for form attribute.class
The task change "use always" value for form attribute.class
The task clones an attribute columns to the form.class
The task clones an attribute to the form.class
The task deletes the specified form attribute. -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.cmi
Classes in com._1c.g5.v8.dt.form.service.cmi that implement IBmTaskModifier and TypeClassDescriptionclass
The bm task for adds a new form command interface itemclass
The task deletes a CMI item from the form.class
The task move form command interface item to specific positionclass
The bm task move cmi item to end position of group -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.command
Classes in com._1c.g5.v8.dt.form.service.command that implement IBmTaskModifier and TypeClassDescriptionclass
The task adds form command to the form.class
The task deletes a form command from the form. -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.item.task
Classes in com._1c.g5.v8.dt.form.service.item.task that implement IBmTaskModifier and TypeClassDescriptionclass
The abstract task on adds of form item.class
The task adds an new addition item.class
The task creates a new button and insert in parentclass
The task adds an newDecoration
item.class
The task adds a new field item.class
The task adds a new field item with contained table.class
The task adds a new group item.class
The task adds a new table item.class
The task adds a new usual group and setsUsualGroupRepresentation.NONE
to representation feature.class
class
ThisIBmTask
clones a form item and adds it in the parent container.class
The task deletes an form item from the form.class
The move task of form itemclass
The move to end task of form itemclass
The bm task for update form default button. -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.parameter
Classes in com._1c.g5.v8.dt.form.service.parameter that implement IBmTaskModifier and TypeClassDescriptionclass
The task adds parameter to the form.class
The task deletes parameter from the form. -
Uses of IBmTask in com._1c.g5.v8.dt.form.service.task
Classes in com._1c.g5.v8.dt.form.service.task that implement IBmTaskModifier and TypeClassDescriptionclass
ThisIBmTask
sets aAbstractDataPath
inFormItem
, and update all dependency values inDataItem
objectclass
ThisIBmTask
sets inFormAttribute
is custom queryclass
class
The task for editing auto commain interface entitiesclass
class
The class sets type in aFormItem
class
ThisIBmTask
sets inFormAttribute
is main value -
Uses of IBmTask in com._1c.g5.v8.dt.form.ui.editor.actionsgroup
Methods in com._1c.g5.v8.dt.form.ui.editor.actionsgroup with parameters of type IBmTask -
Uses of IBmTask in com._1c.g5.v8.dt.form.ui.internal.chart.editor
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.editor that implement IBmTaskModifier and TypeClassDescriptionclass
Bm task for changing bounds of chart elements. -
Uses of IBmTask in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks
Classes in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks that implement IBmTaskModifier and TypeClassDescriptionclass
Class for component resize task descriptionclass
Class for data series attributes set task descriptionclass
Class for data series feature set task descriptionclass
Class for data series item addition task descriptionclass
Class for geographical schema init task descriptionclass
Class for layer addition task descriptionclass
Class for layer item feature set task descriptionclass
Class for layer object copy task descriptionclass
Class for layer object feature set task descriptionclass
Class for layer objects attributes set task descriptionclass
Class for legend item addition task descriptionclass
Class for legend item feature set task descriptionclass
Class for line style object feature set taskclass
Class for list elements swap task descriptionclass
Class for list element removal task descriptionclass
Sets the given picture value to the context object.class
Class for schema bounds set task description -
Uses of IBmTask in com._1c.g5.v8.dt.internal.cai.ui.editor.command
Classes in com._1c.g5.v8.dt.internal.cai.ui.editor.command that implement IBmTaskModifier and TypeClassDescriptionclass
Bm task for create new group item on Client Application Interfaceclass
Bm task for insert new item on Client Application Interface.class
This task is a part of clean error action.class
Bm task for remove group item from client application interfaceclass
Bm task for remove panel item from client application interface -
Uses of IBmTask in com._1c.g5.v8.dt.internal.cmi.extension.ui
Methods in com._1c.g5.v8.dt.internal.cmi.extension.ui with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
CmiExtensionEditingContext.execute
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> T
<T> T
CmiExtensionEditingContext.executeReadonlyTask
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IBmTask in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks that return IBmTaskModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createAddCommandToMainSectionTask
(Configuration configuration, Command command) Creates a task responsible for adding the command to the main section.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createRemoveCommandFromMainSectionTask
(CommandInterface commandInterface, Command command, CommandContainer commandContainer) Creates a task responsible for the removal of the command from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createRemoveCommandGroupFromMainSectionTask
(CommandInterface commandInterface, CustomCommandItemGroup customCommandItemGroup, CommandContainer commandContainer) Creates a task responsible for the removal of the command group from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandOrderTask
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a task responsible for setting particular command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandPlacementTask
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a task responsible for placing the command to the specified group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandVisibilityTask
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandOrderTask
(CommandInterface commandInterface, CommandGroup group) Creates a task responsible for restoring default command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandPlacementTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default placement of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandVisibilityTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default visibility of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultSubsystemOrderTask
(CommandInterface commandInterface) Creates a task responsible for restoring default subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem. -
Uses of IBmTask in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
ComparisonManager.runComparisonTreeBmModelReadonlyTask
(IComparisonSession session, IBmTask<T> task) Executes the given read-only BM task in a comparison tree BM model of the specified session.<T> T
ComparisonManager.runComparisonTreeBmModelTask
(IComparisonSession session, IBmTask<T> task) Executes the given BM task in a comparison tree BM model of the specified session.<T> T
ComparisonSession.runComparisonTreeReadonlyTask
(IBmTask<T> task) -
Uses of IBmTask in com._1c.g5.v8.dt.internal.core.operations
Methods in com._1c.g5.v8.dt.internal.core.operations with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
ProjectOperationWrappingEditingContext.execute
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> T
ProjectOperationWrappingModelApi.execute
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> T
ProjectOperationWrappingEditingContext.executeReadonlyTask
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IBmTask in com._1c.g5.v8.dt.internal.core.operations.model
Methods in com._1c.g5.v8.dt.internal.core.operations.model with parameters of type IBmTaskModifier and TypeMethodDescriptionprotected abstract <T> T
Executes the specified BM task.protected <T> T
protected <T> T
protected <T> T
<T> T
<T> T
<T> T
BmEditingContext.executeReadonlyTask
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> T
EmfEditingContext.executeReadonlyTask
(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IBmTask in com._1c.g5.v8.dt.internal.core.platform.bm.integration
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration with parameters of type IBmTaskModifier and TypeMethodDescription<T> T
<T> T
BmModel.executeAndRollback
(IBmTask<T> task) <T> T
BmModel.executeInBatchSession
(Object handle, IBmTask<T> task) <T> T
BmModel.executeReadonlyTask
(IBmTask<T> task) <T> T
BmModel.executeReadonlyTask
(IBmTask<T> task, boolean lightweight) Constructors in com._1c.g5.v8.dt.internal.core.platform.bm.integration with parameters of type IBmTaskModifierConstructorDescriptionLegacyTaskWrapper
(IBmNamespace namespace, IBmTask<T> task) Constructs a new instance. -
Uses of IBmTask 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 IBmTask -
Uses of IBmTask in com._1c.g5.v8.dt.internal.form.service.task
Classes in com._1c.g5.v8.dt.internal.form.service.task that implement IBmTaskModifier and TypeClassDescriptionclass
The abstract BM task forAbstractFormAttribute
manipulation.
It cares about backup/restore functionality for ".mxlx" files that corresponds the attribute with theSpreadsheetDocumentExtInfo
. -
Uses of IBmTask in com._1c.g5.v8.dt.internal.hpwa.ui.visibility
Classes in com._1c.g5.v8.dt.internal.hpwa.ui.visibility that implement IBmTask -
Uses of IBmTask in com._1c.g5.v8.dt.internal.search.ui.refs
Classes in com._1c.g5.v8.dt.internal.search.ui.refs that implement IBmTaskModifier and TypeClassDescriptionclass
Task find references to metadata object in BSL moduleclass
Task find references to metadata object inCharacteristicsDescription
data path field.class
Task find references to metadata object -
Uses of IBmTask in com._1c.g5.v8.dt.md.api
Classes in com._1c.g5.v8.dt.md.api that implement IBmTaskModifier and TypeClassDescriptionclass
AbstractMdObjectCollectionTask<P1 extends MdObject,
P2 extends MdObject> class
class
AnIBmTask
implementation for changingCalculationRegister
action period.class
class
class
AnIBmTask
implementation for changing Configuration.requiredMobileApplicationPermissions.class
AnIBmTask
implementation for changing Configuration.usePurposes.class
Sets theDocumentNumerator
to theDocument
ChangesDocument
number properties in according with selectedDocumentNumerator
.class
class
AnIBmTask
implementation for changingInformationRegisterDimension
master.class
AnIBmTask
implementation for changingInformationRegister
write mode.class
ChangeMdPicture
task.class
This is anIBmTask
to change "Choice Mode" field ofBasicDbObject
object.class
AnIBmTask
implementation for changing type of anEObject
.class
AnIBmTask
for changingChartOfCalculationTypes
base.class
This task of entrance data defines need of creation, deletion or editionCommonAttributeContentItem
.class
Bm task to clean content ofCommonPicture
from bm binary dataclass
Bm task for load content of common picture from specifed fileclass
Bm task to save content of givenCommonPicture
to specifed fileclass
class
class
class
AnIBmTask
abstract implementation for manipulation withregisterRecords
in document that is used to override by specifying concrete action (add or remove).class
This task of entrance data defines need of creation, deletion or editionExchangePlanContentItem
.class
AnIBmTask
for changing filter criterion content.class
AnIBmTask
for changing functional option content.class
AnIBmTask
implementation for changing functional options parameter use.class
This task for account accounting flag in theChartOfAccountsPredefinedItem
.class
This task sets characteristic type in theExtDimensionType
.class
This task for account accounting flag in theExtDimensionType
.class
This task adds or removes extra dimension types in theChartOfAccountsPredefinedItem
.class
This task sets extra dimension types turnovers only.class
This task to add or remove calculation type in theChartOfCalculationTypesPredefinedItem
calculation base (base, leading, displacing calculation types).class
AnIBmTask
implementation for changing predefined container code allowed length.class
AnIBmTask
implementation for changing predefined container code length.class
AnIBmTask
implementation for changing predefined container code type.class
AnIBmTask
implementation for changing predefined container description length.class
class
class
AnIBmTask
implementation for changing subsystem content.class
Sets 'includeInCommandInterface'Subsystem
feature.class
IBmTask
implementation for changing use standard command feature value.Methods in com._1c.g5.v8.dt.md.api that return IBmTaskModifier and TypeMethodDescriptionstatic IBmTask<?>
RegisterInDocumentsTask.createAdd
(BasicRegister register, Collection<Document> documents) static IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createAddTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that adds the given collection of documents to the journal.static IBmTask<?>
RegisterInDocumentsTask.createRemove
(BasicRegister register, Collection<Document> documents) static IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createRemoveTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that removes the given collection of documents from the journal. -
Uses of IBmTask in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IBmTaskModifier and TypeMethodDescriptionprotected IBmTask<?>
BmEventSubscribtionSourceModel.createTypeDescriptionChangeTask
(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EStructuralFeature feature, TypeDescription valueToApply) protected IBmTask<?>
BmTypeDescriptionModel.createTypeDescriptionChangeTask
(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EStructuralFeature feature, TypeDescription valueToApply) Creates anIBmTask
for changing type description. -
Uses of IBmTask in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return IBmTaskModifier and TypeMethodDescriptionprotected IBmTask<?>
DataExchangeModel.createBmTask
(ExchangePlan exchangePlan, CheckState checkState) Pre add md-object to exchange plan actions. -
Uses of IBmTask in com._1c.g5.v8.dt.migration.cleanup
Subinterfaces of IBmTask in com._1c.g5.v8.dt.migration.cleanupModifier and TypeInterfaceDescriptionstatic interface
Task for clean up project BM object -
Uses of IBmTask in com._1c.g5.v8.dt.moxel.ui.operations
Classes in com._1c.g5.v8.dt.moxel.ui.operations that implement IBmTaskModifier and TypeClassDescriptionfinal class
Добавление / удаление рисунка.final class
Операция объединения в группировку / удаления группировки.final class
Operation of applying fontfinal class
Operation of applying formatclass
Basic operation of applying formatclass
class
Операция изменения ячеек.final class
Operation changing drawing propertiesfinal class
Операция изменения размера рисунка.final class
Операция изменения порядка рисунков.final class
Операция изменения группировки.final class
final class
Операция изменения колонтитулов.final class
Операция по измененю свойства параграфа.final class
Операция замены колонок у строк.final class
Operation of changing properties of entire documentclass
final class
Composite operationfinal class
Operation of copying selected part of spreadsheet to the clipboardfinal class
Operation for copying selected drawings to clipboardclass
'Cut selected drawings' operation.class
class
class
class
Операция группировки рисунков.class
Операция объединения ячеек / снятия объединения.class
class
Operation of pasting spreadsheet from clipboardfinal class
Operation of pasting selected drawingsclass
Remove row columns operationclass
class
Operation for setting automatic width calculation mode for range of columns.class
class
Operation for setting width weight factor for whole document.class
Операция изменения области печати.class
Операция изменения области повторения печати.class
Операция изменения области повторения печати.class
class
class
class
Operation for setting width weight factor for range of columns.class
final class
Operation for splitting cell horizontally.final class
Operation for splitting cell vertically.class
Операция разгруппировки рисунков.class
Operation for unsetting width weight factor for range of columns. -
Uses of IBmTask in com._1c.g5.v8.dt.rights.tasks
Classes in com._1c.g5.v8.dt.rights.tasks that implement IBmTaskModifier and TypeClassDescriptionclass
Add object to role or edit role object rights task and sendRightValueEvent
.class
Add rls task and sendRlsEvent
.class
Add rls template task and sendRlsTemplateEvent
.class
Delete objects from roles task and sendRightValueEvent
.class
Delete rls task and sendRlsEvent
.class
Delete rls template task and sendRlsTemplateEvent
.class
Edits object right values and sendsRightValueEvent
.class
Edit rls task and sendRlsEvent
.class
Edits rls template task and sendRlsTemplateEvent
.class
Set all object rights task and sendRightValueEvent
.class
Set independent rights of child objects task.class
Changes the "Set rights for attributes and tabular sections by default" flag value and changes right values for all objects for which the default right values are defenied by "Set rights for attributes and tabular sections by default" flag if necessary.class
Sets 'setForNewObjects' flag value.Methods in com._1c.g5.v8.dt.rights.tasks that return IBmTaskModifier and TypeMethodDescriptionstatic IBmTask<?>
AddRightValuesTask.create
(Map<Role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instancestatic IBmTask<?>
DeleteObjectsFromRolesTask.create
(Map<RoleDescription, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> deletedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance. -
Uses of IBmTask in com._1c.g5.v8.dt.ui.aef.actions
Method parameters in com._1c.g5.v8.dt.ui.aef.actions with type arguments of type IBmTaskModifier and TypeMethodDescriptionstatic void
DtActionHelper.executeAsComplexTask
(IBmEditingContext editingContext, Collection<?> items, Function<Object, IBmTask<?>> taskCreator) -
Uses of IBmTask in com.e1c.g5.v8.dt.form.extension.task
Classes in com.e1c.g5.v8.dt.form.extension.task that implement IBmTaskModifier and TypeClassDescriptionclass
Task to add an object to the extensionclass
Task to delete attribute or replace it with base attribute (reset)class
Task to delete command or replace it with base command (reset)class
Task to delete form parameter or replace it with base parameter (reset) -
Uses of IBmTask in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors
Methods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors that return IBmTaskModifier and TypeMethodDescriptionAdditionalIndexesEditorBmTasksFactory.addField
(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for add specified field to list of additional indexAdditionalIndexesEditorBmTasksFactory.addFields
(AdditionalIndex additionalIndex, List<IndexField> fields, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for add list of specified fields to list of additional indexstatic IBmTask<AdditionalIndexes>
AdditionalIndexesEditorBmTasksFactory.attachAdditionalIndexesTask
(AdditionalIndexesContainer additionalIndexesContainer, ITopObjectFqnGenerator topObjectFqnGenerator) CreateIBmTask
for attachAdditionalIndexes
to container objectstatic IBmTask<AdditionalIndex>
AdditionalIndexesEditorBmTasksFactory.copyAdditionalIndexTask
(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTask
for getsAdditionalIndex
by UUID and copy itstatic IBmTask<AdditionalIndex>
AdditionalIndexesEditorBmTasksFactory.createAdditionalIndexTask
(AdditionalIndexes additionalIndexes) CreateIBmTask
for add newAdditionalIndex
AdditionalIndexesEditorBmTasksFactory.detachAdditionalIndexesTask
(AdditionalIndexes additionalIndexes) CreateIBmTask
for detachAdditionalIndex
from container objectAdditionalIndexesEditorBmTasksFactory.dragFieldsTask
(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> targetListProvider, int position, List<IndexField> fields) CreateIBmTask
for drag specified fields in list of additional indexAdditionalIndexesEditorBmTasksFactory.moveAdditionalIndexTask
(AdditionalIndexes additionalIndexes, UUID id, boolean moveUp) CreateIBmTask
for getsAdditionalIndex
by UUID and move itAdditionalIndexesEditorBmTasksFactory.moveFieldTask
(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> listProvider, IndexField field, boolean moveUp) CreateIBmTask
for move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeAdditionalIndexTask
(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTask
for getsAdditionalIndex
by UUID and remove itAdditionalIndexesEditorBmTasksFactory.removeAllFields
(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for remove all fields from list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField
(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for remove specified field from list of additional indexAdditionalIndexesEditorBmTasksFactory.renameAdditionalIndexTask
(AdditionalIndexes additionalIndexes, UUID id, String newName) CreateIBmTask
for getsAdditionalIndex
by UUID and rename it -
Uses of IBmTask in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.tasks
Classes in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.tasks that implement IBmTaskModifier and TypeClassDescriptionclass
Change distribution settings task.class
Change support languages task.class
Change mode task.