Uses of Interface
com._1c.g5.v8.bm.integration.IBmTask
- 
- 
Uses of IBmTask in com._1c.g5.v8.bm.integrationClasses in com._1c.g5.v8.bm.integration that implement IBmTask Modifier and Type Class Description classAbstractBmTask<T>The abstract implementation of theIBmTask.classBmBasicTaskThe 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.classBmCompoundTaskA task that comprises a sequence of subtasks.Methods in com._1c.g5.v8.bm.integration that return IBmTask Modifier and Type Method Description IBmTask<?>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 IBmTask Modifier and Type Method Description List<IBmTask<?>>BmCompoundTask. getSubTasks()Gets subtasks of this taskMethods in com._1c.g5.v8.bm.integration with parameters of type IBmTask Modifier and Type Method Description voidBmCompoundTask. append(IBmTask<?> child)Adds a task to this compound task's list of tasks.<T> TIBmEditingContext. execute(IBmTask<T> task)Executes the giventask.<T> TIBmModel. execute(IBmTask<T> task)Executes 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 IBmTask Constructor Description BmCompoundTask(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.changesConstructors in com._1c.g5.v8.dt.aef2.bm.changes with parameters of type IBmTask Constructor Description BmChange(IBmEditingContext editingContext, IBmTask<?> task)Instantiates a new BM change.
- 
Uses of IBmTask in com._1c.g5.v8.dt.aef2.bm.modelsMethods in com._1c.g5.v8.dt.aef2.bm.models with parameters of type IBmTask Modifier and Type Method Description protected static IModelApiTaskN<Void>BmList. adapt(IBmTask<?> bmTask)Converts the specified BM task toIModelApiTaskN.protected static IModelApiTaskN<Void>BmValue. adapt(IBmTask<?> bmTask)Converts the specified BM task toIModelApiTaskN.Constructor parameters in com._1c.g5.v8.dt.aef2.bm.models with type arguments of type IBmTask Constructor Description BmInlineTaskValue(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.editorsMethods in com._1c.g5.v8.dt.bp.scheme.ui.editors with parameters of type IBmTask Modifier and Type Method Description voidBpSchemeEditor. 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.tasksClasses in com._1c.g5.v8.dt.bp.scheme.ui.editors.tasks that implement IBmTask Modifier and Type Class Description classAbstractBpCoreTask<T>Base class for bp tasks which uses bp diagram core controller.classAbstractBpTask<T>Base class for all graphical scheme tasks.classAddActivityAttributeTaskTask for adding addressing attribute to activity item.classAddCaseTaskAdd case task.classAddDecorativeRelationTaskAdd decorative relation task.classAddElementsTaskAdd scheme items task.classAddEntityTaskAdd entity task.classAddSplitRelationTaskAdd split relation task.classChangeCaseDesctiptionTaskChange case desctiption task.classChangeEntityTitleTaskChange entity title task.classChangeRelationTitleTaskChange relation title task.classConnectTaskConnect items task.classMoveElementsTaskMove elements task.classRefreshActivityAttributeTaskTask for refreshing activity addressing attribute.classRemoveActivityAttributesTaskTask for removing deleted addressing attributes from activity.classRemoveCaseTaskRemove case task.classRemoveElementsTaskRemove elements task.
- 
Uses of IBmTask in com._1c.g5.v8.dt.bsl.bm.ui.refactoringClasses in com._1c.g5.v8.dt.bsl.bm.ui.refactoring that implement IBmTask Modifier and Type Class Description protected 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.tasksClasses in com._1c.g5.v8.dt.cmi.tasks that implement IBmTask Modifier and Type Class Description classAddCommandToMainSectionTaskAdds command to the main section.classBasicCICustomizationTaskBase implementation of CI customization task.classBasicCICustomizationTask1<P1>Single parameter CMI customization task precursor.classBasicCICustomizationTask2<P1,P2>Two-parameter CMI customization task precursor.classDeleteBrokenSubsystemTaskDeletes settings for the broken susbsytem in the parent interface.classDeleteRoleFromVisibilitiesTaskDeleting roles visibility task.classRemoveCommandFromMainSectionTaskRemoves command from the main section.classRemoveCommandGroupFromMainSectionTaskRemoves command group from the command interface.classSetCommandOrderTaskSets commands order for the group in the specified command interface.classSetCommandPlacementTaskPlaces the command to the specified group.classSetCommandVisibilityTaskSets visibility for the command in the specified command interface.classSetDefaultCommandOrderTaskSets default command order for the group in the specified command interface.classSetDefaultCommandPlacementTaskPlaces the command in its default group in the specified command interface.classSetDefaultCommandVisibilityTaskSets default visibility settings for the command in the specified command interface.classSetDefaultSubsystemOrderTaskSets default subsystem order in the specified command interface (configuration CI or subsystem CI).classSetDefaultSubsystemVisibilityTaskSets default visibility settings for the susbsytem in the specified command interface.classSetSubsystemOrderTaskSets subsystem order for the configuration command interface or subsystem command interfaceclassSetSubsystemVisibilityTaskSets visibility for the subsystem in the specified command interface.Methods in com._1c.g5.v8.dt.cmi.tasks that return IBmTask Modifier and Type Method Description IBmTask<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.coreMethods in com._1c.g5.v8.dt.compare.core with parameters of type IBmTask Modifier and Type Method Description <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.coreMethods in com._1c.g5.v8.dt.core with parameters of type IBmTask Modifier and Type Method Description <T> TV8Commands.NoTransactionEditingContext. execute(IBmTask<T> task)<T> TV8Commands.ReadOnlyEditingContextWrapper. execute(IBmTask<T> task)
- 
Uses of IBmTask in com._1c.g5.v8.dt.core.operations.modelMethods in com._1c.g5.v8.dt.core.operations.model with parameters of type IBmTask Modifier and Type Method Description <T> TIModelApi. execute(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor)Executes 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.service.attributeClasses in com._1c.g5.v8.dt.form.service.attribute that implement IBmTask Modifier and Type Class Description classAddFormAttributeColumnTaskThe task adds column attribute to the form.classAddFormAttributeTaskThe task adds an attribute to the form.classChangeFormAttributeSaveDataValueTaskThe task change "save data" value for form attribute.classChangeFormAttributeUseAlwaysValueTaskThe task change "use always" value for form attribute.classCloneFormAttributeColumnTaskThe task clones an attribute columns to the form.classCloneFormAttributeTaskThe task clones an attribute to the form.classDeleteFormAttributeTaskThe task deletes the specified form attribute.
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.service.cmiClasses in com._1c.g5.v8.dt.form.service.cmi that implement IBmTask Modifier and Type Class Description classAddFormCommandInterfaceItemTaskThe bm task for adds a new form command interface itemclassDeleteFormCommandInterfaceItemTaskThe task deletes a CMI item from the form.classMoveFormCommandInterfaceItemTaskThe task move form command interface item to specific positionclassMoveToEndFormCommandInterfaceItemTaskThe bm task move cmi item to end position of group
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.service.commandClasses in com._1c.g5.v8.dt.form.service.command that implement IBmTask Modifier and Type Class Description classAddFormCommandTaskThe task adds form command to the form.classDeleteFormCommandTaskThe task deletes a form command from the form.
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.service.item.taskClasses in com._1c.g5.v8.dt.form.service.item.task that implement IBmTask Modifier and Type Class Description classAbstractAddTaskThe abstract task on adds of form item.classAddAdditionTaskThe task adds an new addition item.classAddButtonTaskThe task creates a new button and insert in parentclassAddDecorationTaskThe task adds an newDecorationitem.classAddFieldTaskThe task adds a new field item.classAddFieldWithTableTaskThe task adds a new field item with contained table.classAddGroupTaskThe task adds a new group item.classAddTableTaskThe task adds a new table item.classAddUsualNotVisualGroupThe task adds a new usual group and setsUsualGroupRepresentation.NONEto representation feature.classChangeFooterDataPathclassCloneFormItemTaskThisIBmTaskclones a form item and adds it in the parent container.classDeleteFormItemTaskThe task deletes an form item from the form.classMoveFormItemTaskThe move task of form itemclassMoveToEndFormItemTaskThe move to end task of form itemclassUpdateFormDefaultButtonTaskThe bm task for update form default button.
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.service.parameterClasses in com._1c.g5.v8.dt.form.service.parameter that implement IBmTask Modifier and Type Class Description classAddFormParameterTaskThe task adds parameter to the form.classDeleteFormParameterTaskThe task deletes parameter from the form.
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.service.taskClasses in com._1c.g5.v8.dt.form.service.task that implement IBmTask Modifier and Type Class Description classChangeDataPathTaskThisIBmTasksets aAbstractDataPathinFormItem, and update all dependency values inDataItemobjectclassChangeDynamicListExtInfoCustomQueryTaskThisIBmTasksets inFormAttributeis custom queryclassChangeTypeDescriptionTaskclassFormAutoCommandInterfaceTaskThe task for editing auto commain interface entitiesclassSetAdditionSourceTaskclassSetFormItemTypeTaskThe class sets type in aFormItemclassSetMainAttributeTaskThisIBmTasksets inFormAttributeis main value
- 
Uses of IBmTask in com._1c.g5.v8.dt.form.ui.editor.actionsgroupMethods in com._1c.g5.v8.dt.form.ui.editor.actionsgroup with parameters of type IBmTask Modifier and Type Method Description protected voidFormActionsGroup. execute(IBmTask<?> task)Executes bm task.
- 
Uses of IBmTask in com._1c.g5.v8.dt.internal.form.service.taskClasses in com._1c.g5.v8.dt.internal.form.service.task with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IBmTask Modifier and Type Class Description classcom._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTaskThe 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.md.apiClasses in com._1c.g5.v8.dt.md.api that implement IBmTask Modifier and Type Class Description classAbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>classBasicDbObjectBasedOnTaskclassCalculationRegisterActionPeriodChangeTaskAnIBmTaskimplementation for changingCalculationRegisteraction period.classCatalogChangeHierarchyTypeTaskclassCatalogChangeLimitLevelCountTaskclassChangeConfigurationRequiredMobileApplicationPermissionsTaskAnIBmTaskimplementation for changing Configuration.requiredMobileApplicationPermissions.classChangeConfigurationUsePurposesTaskAnIBmTaskimplementation for changing Configuration.usePurposes.classChangeDocumentNumeratorInDocumentTaskSets theDocumentNumeratorto theDocumentChangesDocumentnumber properties in according with selectedDocumentNumerator.classChangeIbmObjectTaskclassChangeInformationRegisterDimensionMasterTaskAnIBmTaskimplementation for changingInformationRegisterDimensionmaster.classChangeInformationRegisterWriteModeTaskAnIBmTaskimplementation for changingInformationRegisterwrite mode.classChangeMdPictureTaskChangeMdPicturetask.classChangeQuickChoiceTaskThis is anIBmTaskto change "Choice Mode" field ofBasicDbObjectobject.classChangeTypeDescriptionTaskAnIBmTaskimplementation for changing type of anEObject.classChartOfCalculationTypesBaseChangeTaskAnIBmTaskfor changingChartOfCalculationTypesbase.classCommonAttributeContentTaskThis task of entrance data defines need of creation, deletion or editionCommonAttributeContentItem.classCommonPictureCleanContentTaskBm task to clean content ofCommonPicturefrom bm binary dataclassCommonPictureLoadContentFromFileTaskBm task for load content of common picture from specifed fileclassCommonPictureSaveContentToFileTaskBm task to save content of givenCommonPictureto specifed fileclassDocumentInJournalsTaskclassDocumentInSequncesTaskclassDocumentJournalRegisteredDocumentsTaskclassDocumentRegisterRecordsTaskAnIBmTaskabstract implementation for manipulation withregisterRecordsin document that is used to override by specifying concrete action (add or remove).classExchangePlanContentTaskThis task of entrance data defines need of creation, deletion or editionExchangePlanContentItem.classFilterCriterionContentChangeTaskAnIBmTaskfor changing filter criterion content.classFunctionalOptionContentChangeTaskAnIBmTaskfor changing functional option content.classFunctionalOptionsParameterUseChangeTaskAnIBmTaskimplementation for changing functional options parameter use.classPredefinedAccountAccountingFlagsTaskThis task for account accounting flag in theChartOfAccountsPredefinedItem.classPredefinedAccountExtDimensionTypeCharacteristicTypeTaskThis task sets characteristic type in theExtDimensionType.classPredefinedAccountExtDimensionTypeFlagTaskThis task for account accounting flag in theExtDimensionType.classPredefinedAccountExtDimensionTypesTaskThis task adds or removes extra dimension types in theChartOfAccountsPredefinedItem.classPredefinedAccountExtDimensionTypeTurnoversOnlyTaskThis task sets extra dimension types turnovers only.classPredefinedCalculationTypeCalculationBaseTaskThis task to add or remove calculation type in theChartOfCalculationTypesPredefinedItemcalculation base (base, leading, displacing calculation types).classPredefinedContainerCodeAllowedLengthChangeTaskAnIBmTaskimplementation for changing predefined container code allowed length.classPredefinedContainerCodeLengthChangeTaskAnIBmTaskimplementation for changing predefined container code length.classPredefinedContainerCodeTypeChangeTaskAnIBmTaskimplementation for changing predefined container code type.classPredefinedContainerDescriptionLengthChangeTaskAnIBmTaskimplementation for changing predefined container description length.classSequenceDocumentsChangeTaskclassSequenceRegistersChangeTaskclassSubsystemContentChangeTaskAnIBmTaskimplementation for changing subsystem content.classUseStandardCommandChangeTaskIBmTaskimplementation for changing use standard command feature value.Methods in com._1c.g5.v8.dt.md.api that return IBmTask Modifier and Type Method Description static 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.modelsMethods in com._1c.g5.v8.dt.md.ui.aef.models that return IBmTask Modifier and Type Method Description protected 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.dataexchangeMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return IBmTask Modifier and Type Method Description protected 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.cleanupSubinterfaces of IBmTask in com._1c.g5.v8.dt.migration.cleanup Modifier and Type Interface Description static interfaceICleanUpProjectObjectTasksProvider.ICleanUpBmObjectTaskTask for clean up project BM object
- 
Uses of IBmTask in com._1c.g5.v8.dt.moxel.ui.operationsClasses in com._1c.g5.v8.dt.moxel.ui.operations that implement IBmTask Modifier and Type Class Description classAddRemoveDrawingOperationДобавление / удаление рисунка.classAddRemoveGroupOperationОперация объединения в группировку / удаления группировки.classApplyFontOperationOperation of applying fontclassApplyFormatOperationOperation of applying formatclassBaseApplyFormatOperationBasic operation of applying formatclassBaseOperationclassChangeCellsOperationОперация изменения ячеек.classChangeDrawingOperationOperation changing drawing propertiesclassChangeDrawingPositionOperationОперация изменения размера рисунка.classChangeDrawingZOrderОперация изменения порядка рисунков.classChangeGroupOperationОперация изменения группировки.classChangeGroupParametersOperationclassChangeHeaderFooterOperationОперация изменения колонтитулов.classChangeParagraphPropertyOperationОперация по измененю свойства параграфа.classChangeRowsColumnsOperationОперация замены колонок у строк.classChangeSpreadsheetOperationOperation of changing properties of entire documentclassCollapseToLevelOperationclassCompositeOperationComposite operationclassCopyCellsOperationOperation of copying selected part of spreadsheet to the clipboardclassCopyDrawingsOperationOperation for copying selected drawings to clipboardclassCutDrawingsOperation'Cut selected drawings' operation.classDeleteInsertCellsOperationclassExpandCollapseAllOperationclassExpandCollapseOperationclassGroupDrawngsOperationОперация группировки рисунков.classMergeAndUnmergeOperationОперация объединения ячеек / снятия объединения.classNotifyingOperationclassPasteCellsOperationOperation of pasting spreadsheet from clipboardclassPasteDrawingsOperationOperation of pasting selected drawingsclassRemoveRowColumnsOperationRemove row columns operationclassRenameAreaOperationclassSetAutoWidthCalculationOperationOperation for setting automatic width calculation mode for range of columns.classSetColumnWidthOperationclassSetDefaultWidthWeightFactorOperationOperation for setting width weight factor for whole document.classSetRemovePrintAreaOperationОперация изменения области печати.classSetRemoveRepeatedColumnsOperationОперация изменения области повторения печати.classSetRemoveRepeatedRowsOperationОперация изменения области повторения печати.classSetRowHeightOperationclassSetSheetDefaultHeightOperationclassSetSheetDefaultWidthOperationclassSetWidthWeightFactorOperationOperation for setting width weight factor for range of columns.classShowHideOperationclassSplitCellHorizontalOperationOperation for splitting cell horizontally.classSplitCellVerticalOperationOperation for splitting cell vertically.classUngroupDrawingsOperationОперация разгруппировки рисунков.classUnsetWidthWeightFactorOperationOperation for unsetting width weight factor for range of columns.
- 
Uses of IBmTask in com._1c.g5.v8.dt.rights.tasksClasses in com._1c.g5.v8.dt.rights.tasks that implement IBmTask Modifier and Type Class Description classAddRightValuesTaskAdd object to role or edit role object rights task and sendRightValueEvent.classAddRlsTaskAdd rls task and sendRlsEvent.classAddRlsTemplateTaskAdd rls template task and sendRlsTemplateEvent.classDeleteObjectsFromRolesTaskDelete objects from roles task and sendRightValueEvent.classDeleteRlsTaskDelete rls task and sendRlsEvent.classDeleteRlsTemplateTaskDelete rls template task and sendRlsTemplateEvent.classEditRightValuesTaskEdits object right values and sendsRightValueEvent.classEditRlsTaskEdit rls task and sendRlsEvent.classEditRlsTemplateTaskEdits rls template task and sendRlsTemplateEvent.classSetAllRightsTaskSet all object rights task and sendRightValueEvent.classSetIndependentRightsOfChildObjectsTaskSet independent rights of child objects task.classSetSetRightsForAttributesByDefaultTaskChanges 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.classSetSetRightsForNewObjectsTaskSets 'setForNewObjects' flag value.Methods in com._1c.g5.v8.dt.rights.tasks that return IBmTask Modifier and Type Method Description static IBmTask<?>AddRightValuesTask. create(Map<Role,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)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.actionsMethod parameters in com._1c.g5.v8.dt.ui.aef.actions with type arguments of type IBmTask Modifier and Type Method Description static voidDtActionHelper. executeAsComplexTask(IBmEditingContext editingContext, Collection<?> items, Function<Object,IBmTask<?>> taskCreator)
- 
Uses of IBmTask in com.e1c.g5.v8.dt.form.extension.taskClasses in com.e1c.g5.v8.dt.form.extension.task that implement IBmTask Modifier and Type Class Description classAddToExtensionTaskTask to add an object to the extensionclassResetOrRemoveFormExtensionAttributeTaskTask to delete attribute or replace it with base attribute (reset)classResetOrRemoveFormExtensionCommandTaskTask to delete command or replace it with base command (reset)classResetOrRemoveFormExtensionParameterTaskTask to delete form parameter or replace it with base parameter (reset)
 
-