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 TypeClassDescriptionclassThe abstract implementation of theIBmTask.classThe task implementation for simplified compatibility with old BM implementationclassBmBasicTask1<P1>Base class for task with useful operations.classBmBasicTask2<P1,P2> Base class for task with useful operations.classBmBasicTask2Collection<P1,P2> Base class for task with useful operation with collections.classA 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 orthisif 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 TypeMethodDescriptionvoidAdds a task to this compound task's list of tasks.<T> TExecutes the giventask.<T> TExecutes the given task without recording history.<T> TIBmModel.executeAndRollback(IBmTask<T> task) Executes the given task without recording history.<T> TIBmGlobalEditingContext.executeImportTask(IBmTask<T> task, boolean disableEvents) Executes the given importtask.<T> TIBmModel.executeInBatchSession(Object handle, IBmTask<T> task) Executes the giventaskwithin the batch session associated with the specifiedhandle.<T> TIBmModel.executeReadonlyTask(IBmTask<T> task) Executes the given task.<T> TIBmModel.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 TypeMethodDescriptionvoidBpSchemeEditor.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 TypeClassDescriptionclassBase class for bp tasks which uses bp diagram core controller.classBase class for all graphical scheme tasks.classTask for adding addressing attribute to activity item.classAdd case task.classAdd decorative relation task.classAdd scheme items task.classAdd entity task.classAdd split relation task.classChange case desctiption task.classChange entity title task.classChange relation title task.classConnect items task.classMove elements task.classTask for refreshing activity addressing attribute.classTask for removing deleted addressing attributes from activity.classRemove case task.classRemove 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 classAbstractBslMdObjectHandlerRenameParticipant.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 TypeClassDescriptionclassAdds command to the main section.classBase implementation of CI customization task.classSingle parameter CMI customization task precursor.classBasicCICustomizationTask2<P1,P2> Two-parameter CMI customization task precursor.classDeletes settings for the broken susbsytem in the parent interface.classDeleting roles visibility task.classRemoves command from the main section.classRemoves command group from the command interface.classSets commands order for the group in the specified command interface.classPlaces the command to the specified group.classSets visibility for the command in the specified command interface.classSets default command order for the group in the specified command interface.classPlaces the command in its default group in the specified command interface.classSets default visibility settings for the command in the specified command interface.classSets default subsystem order in the specified command interface (configuration CI or subsystem CI).classSets default visibility settings for the susbsytem in the specified command interface.classSets subsystem order for the configuration command interface or subsystem command interfaceclassSets 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> TIComparisonSession.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> TExecutes the specifiedtask.<T> TIEditingContext.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) CreatesIBmTaskfor 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 theFormCommandInterfaceItemelements 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 voidFormItemDropDelegate.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 TypeClassDescriptionclassThe task adds column attribute to the form.classThe task adds an attribute to the form.classThe task change "save data" value for form attribute.classThe task change "use always" value for form attribute.classThe task clones an attribute columns to the form.classThe task clones an attribute to the form.classThe 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 TypeClassDescriptionclassThe bm task for adds a new form command interface itemclassThe task deletes a CMI item from the form.classThe task move form command interface item to specific positionclassThe 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 TypeClassDescriptionclassThe task adds form command to the form.classThe 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 TypeClassDescriptionclassThe abstract task on adds of form item.classThe task adds an new addition item.classThe task creates a new button and insert in parentclassThe task adds an newDecorationitem.classThe task adds a new field item.classThe task adds a new field item with contained table.classThe task adds a new group item.classThe task adds a new table item.classThe task adds a new usual group and setsUsualGroupRepresentation.NONEto representation feature.classclassThisIBmTaskclones a form item and adds it in the parent container.classThe task deletes an form item from the form.classThe move task of form itemclassThe move to end task of form itemclassThe 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 TypeClassDescriptionclassThe task adds parameter to the form.classThe 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 TypeClassDescriptionclassThisIBmTasksets aAbstractDataPathinFormItem, and update all dependency values inDataItemobjectclassThisIBmTasksets inFormAttributeis custom queryclassclassThe task for editing auto commain interface entitiesclassclassThe class sets type in aFormItemclassThisIBmTasksets inFormAttributeis 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 TypeClassDescriptionclassBm 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 TypeClassDescriptionclassClass for component resize task descriptionclassClass for data series attributes set task descriptionclassClass for data series feature set task descriptionclassClass for data series item addition task descriptionclassClass for geographical schema init task descriptionclassClass for layer addition task descriptionclassClass for layer item feature set task descriptionclassClass for layer object copy task descriptionclassClass for layer object feature set task descriptionclassClass for layer objects attributes set task descriptionclassClass for legend item addition task descriptionclassClass for legend item feature set task descriptionclassClass for line style object feature set taskclassClass for list elements swap task descriptionclassClass for list element removal task descriptionclassSets the given picture value to the context object.classClass 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 TypeClassDescriptionclassBm task for create new group item on Client Application InterfaceclassBm task for insert new item on Client Application Interface.classThis task is a part of clean error action.classBm task for remove group item from client application interfaceclassBm 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> TCmiExtensionEditingContext.execute(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> T<T> TCmiExtensionEditingContext.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> TComparisonManager.runComparisonTreeBmModelReadonlyTask(IComparisonSession session, IBmTask<T> task) Executes the given read-only BM task in a comparison tree BM model of the specified session.<T> TComparisonManager.runComparisonTreeBmModelTask(IComparisonSession session, IBmTask<T> task) Executes the given BM task in a comparison tree BM model of the specified session.<T> TComparisonSession.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> TProjectOperationWrappingEditingContext.execute(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> TProjectOperationWrappingModelApi.execute(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> TProjectOperationWrappingEditingContext.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> TExecutes the specified BM task.protected <T> Tprotected <T> Tprotected <T> T<T> T<T> T<T> TBmEditingContext.executeReadonlyTask(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor) <T> TEmfEditingContext.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> TBmModel.executeAndRollback(IBmTask<T> task) <T> TBmModel.executeInBatchSession(Object handle, IBmTask<T> task) <T> TBmModel.executeReadonlyTask(IBmTask<T> task) <T> TBmModel.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 TypeClassDescriptionclassThe abstract BM task forAbstractFormAttributemanipulation.
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 TypeClassDescriptionclassTask find references to metadata object in BSL moduleclassTask find references to metadata object inCharacteristicsDescriptiondata path field.classTask 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 TypeClassDescriptionclassAbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject> classclassAnIBmTaskimplementation for changingCalculationRegisteraction period.classclassclassAnIBmTaskimplementation for changing Configuration.requiredMobileApplicationPermissions.classAnIBmTaskimplementation for changing Configuration.usePurposes.classSets theDocumentNumeratorto theDocumentChangesDocumentnumber properties in according with selectedDocumentNumerator.classclassAnIBmTaskimplementation for changingInformationRegisterDimensionmaster.classAnIBmTaskimplementation for changingInformationRegisterwrite mode.classChangeMdPicturetask.classThis is anIBmTaskto change "Choice Mode" field ofBasicDbObjectobject.classAnIBmTaskimplementation for changing type of anEObject.classAnIBmTaskfor changingChartOfCalculationTypesbase.classThis task of entrance data defines need of creation, deletion or editionCommonAttributeContentItem.classBm task to clean content ofCommonPicturefrom bm binary dataclassBm task for load content of common picture from specifed fileclassBm task to save content of givenCommonPictureto specifed fileclassclassclassclassAnIBmTaskabstract implementation for manipulation withregisterRecordsin document that is used to override by specifying concrete action (add or remove).classThis task of entrance data defines need of creation, deletion or editionExchangePlanContentItem.classAnIBmTaskfor changing filter criterion content.classAnIBmTaskfor changing functional option content.classAnIBmTaskimplementation for changing functional options parameter use.classThis task for account accounting flag in theChartOfAccountsPredefinedItem.classThis task sets characteristic type in theExtDimensionType.classThis task for account accounting flag in theExtDimensionType.classThis task adds or removes extra dimension types in theChartOfAccountsPredefinedItem.classThis task sets extra dimension types turnovers only.classThis task to add or remove calculation type in theChartOfCalculationTypesPredefinedItemcalculation base (base, leading, displacing calculation types).classAnIBmTaskimplementation for changing predefined container code allowed length.classAnIBmTaskimplementation for changing predefined container code length.classAnIBmTaskimplementation for changing predefined container code type.classAnIBmTaskimplementation for changing predefined container description length.classclassclassAnIBmTaskimplementation for changing subsystem content.classSets 'includeInCommandInterface'Subsystemfeature.classIBmTaskimplementation 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 newIBmTaskthat 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 newIBmTaskthat 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 anIBmTaskfor 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 interfaceTask 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 classOperation of applying fontfinal classOperation of applying formatclassBasic operation of applying formatclassclassОперация изменения ячеек.final classOperation changing drawing propertiesfinal classОперация изменения размера рисунка.final classОперация изменения порядка рисунков.final classОперация изменения группировки.final classfinal classОперация изменения колонтитулов.final classОперация по измененю свойства параграфа.final classОперация замены колонок у строк.final classOperation of changing properties of entire documentclassfinal classComposite operationfinal classOperation of copying selected part of spreadsheet to the clipboardfinal classOperation for copying selected drawings to clipboardclass'Cut selected drawings' operation.classclassclassclassОперация группировки рисунков.classОперация объединения ячеек / снятия объединения.classclassOperation of pasting spreadsheet from clipboardfinal classOperation of pasting selected drawingsclassRemove row columns operationclassclassOperation for setting automatic width calculation mode for range of columns.classclassOperation for setting width weight factor for whole document.classОперация изменения области печати.classОперация изменения области повторения печати.classОперация изменения области повторения печати.classclassclassclassOperation for setting width weight factor for range of columns.classfinal classOperation for splitting cell horizontally.final classOperation for splitting cell vertically.classОперация разгруппировки рисунков.classOperation 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 TypeClassDescriptionclassAdd object to role or edit role object rights task and sendRightValueEvent.classAdd rls task and sendRlsEvent.classAdd rls template task and sendRlsTemplateEvent.classDelete objects from roles task and sendRightValueEvent.classDelete rls task and sendRlsEvent.classDelete rls template task and sendRlsTemplateEvent.classEdits object right values and sendsRightValueEvent.classEdit rls task and sendRlsEvent.classEdits rls template task and sendRlsTemplateEvent.classSet all object rights task and sendRightValueEvent.classSet independent rights of child objects task.classChanges 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.classSets '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 voidDtActionHelper.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 TypeClassDescriptionclassTask to add an object to the extensionclassTask to delete attribute or replace it with base attribute (reset)classTask to delete command or replace it with base command (reset)classTask 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) CreateIBmTaskfor add specified field to list of additional indexAdditionalIndexesEditorBmTasksFactory.addFields(AdditionalIndex additionalIndex, List<IndexField> fields, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor add list of specified fields to list of additional indexstatic IBmTask<AdditionalIndexes>AdditionalIndexesEditorBmTasksFactory.attachAdditionalIndexesTask(AdditionalIndexesContainer additionalIndexesContainer, ITopObjectFqnGenerator topObjectFqnGenerator) CreateIBmTaskfor attachAdditionalIndexesto container objectstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.copyAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTaskfor getsAdditionalIndexby UUID and copy itstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.createAdditionalIndexTask(AdditionalIndexes additionalIndexes) CreateIBmTaskfor add newAdditionalIndexAdditionalIndexesEditorBmTasksFactory.detachAdditionalIndexesTask(AdditionalIndexes additionalIndexes) CreateIBmTaskfor detachAdditionalIndexfrom container objectAdditionalIndexesEditorBmTasksFactory.dragFieldsTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> targetListProvider, int position, List<IndexField> fields) CreateIBmTaskfor drag specified fields in list of additional indexAdditionalIndexesEditorBmTasksFactory.moveAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id, boolean moveUp) CreateIBmTaskfor getsAdditionalIndexby UUID and move itAdditionalIndexesEditorBmTasksFactory.moveFieldTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> listProvider, IndexField field, boolean moveUp) CreateIBmTaskfor move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTaskfor getsAdditionalIndexby UUID and remove itAdditionalIndexesEditorBmTasksFactory.removeAllFields(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor remove all fields from list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor remove specified field from list of additional indexAdditionalIndexesEditorBmTasksFactory.renameAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id, String newName) CreateIBmTaskfor getsAdditionalIndexby 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 TypeClassDescriptionclassChange distribution settings task.classChange support languages task.classChange mode task.