Uses of Interface
com._1c.g5.v8.bm.integration.IBmTask
-
-
Uses of IBmTask in com._1c.g5.v8.bm.integration
Classes in com._1c.g5.v8.bm.integration that implement IBmTask Modifier and Type Class Description class
AbstractBmTask<T>
The abstract implementation of theIBmTask
.class
BmBasicTask
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
BmCompoundTask
A 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 orthis
if 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 void
BmCompoundTask. append(IBmTask<?> child)
Adds a task to this compound task's list of tasks.<T> T
IBmEditingContext. execute(IBmTask<T> task)
Executes the giventask
.<T> T
IBmModel. execute(IBmTask<T> task)
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)
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 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.changes
Constructors 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.models
Methods 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.editors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.editors with parameters of type IBmTask Modifier and Type Method Description void
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 IBmTask Modifier and Type Class Description class
AbstractBpCoreTask<T>
Base class for bp tasks which uses bp diagram core controller.class
AbstractBpTask<T>
Base class for all graphical scheme tasks.class
AddActivityAttributeTask
Task for adding addressing attribute to activity item.class
AddCaseTask
Add case task.class
AddDecorativeRelationTask
Add decorative relation task.class
AddElementsTask
Add scheme items task.class
AddEntityTask
Add entity task.class
AddSplitRelationTask
Add split relation task.class
ChangeCaseDesctiptionTask
Change case desctiption task.class
ChangeEntityTitleTask
Change entity title task.class
ChangeRelationTitleTask
Change relation title task.class
ConnectTask
Connect items task.class
MoveElementsTask
Move elements task.class
RefreshActivityAttributeTask
Task for refreshing activity addressing attribute.class
RemoveActivityAttributesTask
Task for removing deleted addressing attributes from activity.class
RemoveCaseTask
Remove case task.class
RemoveElementsTask
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 IBmTask Modifier and Type Class Description protected 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 IBmTask Modifier and Type Class Description class
AddCommandToMainSectionTask
Adds command to the main section.class
BasicCICustomizationTask
Base implementation of CI customization task.class
BasicCICustomizationTask1<P1>
Single parameter CMI customization task precursor.class
BasicCICustomizationTask2<P1,P2>
Two-parameter CMI customization task precursor.class
DeleteBrokenSubsystemTask
Deletes settings for the broken susbsytem in the parent interface.class
DeleteRoleFromVisibilitiesTask
Deleting roles visibility task.class
RemoveCommandFromMainSectionTask
Removes command from the main section.class
RemoveCommandGroupFromMainSectionTask
Removes command group from the command interface.class
SetCommandOrderTask
Sets commands order for the group in the specified command interface.class
SetCommandPlacementTask
Places the command to the specified group.class
SetCommandVisibilityTask
Sets visibility for the command in the specified command interface.class
SetDefaultCommandOrderTask
Sets default command order for the group in the specified command interface.class
SetDefaultCommandPlacementTask
Places the command in its default group in the specified command interface.class
SetDefaultCommandVisibilityTask
Sets default visibility settings for the command in the specified command interface.class
SetDefaultSubsystemOrderTask
Sets default subsystem order in the specified command interface (configuration CI or subsystem CI).class
SetDefaultSubsystemVisibilityTask
Sets default visibility settings for the susbsytem in the specified command interface.class
SetSubsystemOrderTask
Sets subsystem order for the configuration command interface or subsystem command interfaceclass
SetSubsystemVisibilityTask
Sets 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.core
Methods in com._1c.g5.v8.dt.compare.core with parameters of type IBmTask Modifier and Type Method Description <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 IBmTask Modifier and Type Method Description <T> T
V8Commands.NoTransactionEditingContext. execute(IBmTask<T> task)
<T> T
V8Commands.ReadOnlyEditingContextWrapper. execute(IBmTask<T> task)
-
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 IBmTask Modifier and Type Method Description <T> T
IModelApi. execute(IBmTask<T> task, org.eclipse.core.runtime.IProgressMonitor monitor)
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.service.attribute
Classes in com._1c.g5.v8.dt.form.service.attribute that implement IBmTask Modifier and Type Class Description class
AddFormAttributeColumnTask
The task adds column attribute to the form.class
AddFormAttributeTask
The task adds an attribute to the form.class
ChangeFormAttributeSaveDataValueTask
The task change "save data" value for form attribute.class
ChangeFormAttributeUseAlwaysValueTask
The task change "use always" value for form attribute.class
CloneFormAttributeColumnTask
The task clones an attribute columns to the form.class
CloneFormAttributeTask
The task clones an attribute to the form.class
DeleteFormAttributeTask
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 IBmTask Modifier and Type Class Description class
AddFormCommandInterfaceItemTask
The bm task for adds a new form command interface itemclass
DeleteFormCommandInterfaceItemTask
The task deletes a CMI item from the form.class
MoveFormCommandInterfaceItemTask
The task move form command interface item to specific positionclass
MoveToEndFormCommandInterfaceItemTask
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 IBmTask Modifier and Type Class Description class
AddFormCommandTask
The task adds form command to the form.class
DeleteFormCommandTask
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 IBmTask Modifier and Type Class Description class
AbstractAddTask
The abstract task on adds of form item.class
AddAdditionTask
The task adds an new addition item.class
AddButtonTask
The task creates a new button and insert in parentclass
AddDecorationTask
The task adds an newDecoration
item.class
AddFieldTask
The task adds a new field item.class
AddGroupTask
The task adds a new group item.class
AddTableTask
The task adds a new table item.class
AddUsualNotVisualGroup
The task adds a new usual group and setsUsualGroupRepresentation.NONE
to representation feature.class
ChangeFooterDataPath
class
CloneFormItemTask
ThisIBmTask
clones a form item and adds it in the parent container.class
DeleteFormItemTask
The task deletes an form item from the form.class
MoveFormItemTask
The move task of form itemclass
MoveToEndFormItemTask
The move to end task of form itemclass
UpdateFormDefaultButtonTask
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 IBmTask Modifier and Type Class Description class
AddFormParameterTask
The task adds parameter to the form.class
DeleteFormParameterTask
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 IBmTask Modifier and Type Class Description class
ChangeDataPathTask
ThisIBmTask
sets aAbstractDataPath
inFormItem
, and update all dependency values inDataItem
objectclass
ChangeDynamicListExtInfoCustomQueryTask
ThisIBmTask
sets inFormAttribute
is custom queryclass
ChangeTypeDescriptionTask
class
FormAutoCommandInterfaceTask
The task for editing auto commain interface entitiesclass
SetAdditionSourceTask
class
SetFormItemTypeTask
The class sets type in aFormItem
class
SetMainAttributeTask
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 Modifier and Type Method Description protected void
FormActionsGroup. execute(IBmTask<?> task)
Executes bm task. -
Uses of IBmTask in com._1c.g5.v8.dt.internal.form.service.task
Classes 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 class
com._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTask
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.md.api
Classes in com._1c.g5.v8.dt.md.api that implement IBmTask Modifier and Type Class Description class
AbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>
class
BasicDbObjectBasedOnTask
class
CalculationRegisterActionPeriodChangeTask
AnIBmTask
implementation for changingCalculationRegister
action period.class
CatalogChangeHierarchyTypeTask
class
CatalogChangeLimitLevelCountTask
class
ChangeConfigurationRequiredMobileApplicationPermissionsTask
AnIBmTask
implementation for changing Configuration.requiredMobileApplicationPermissions.class
ChangeConfigurationUsePurposesTask
AnIBmTask
implementation for changing Configuration.usePurposes.class
ChangeDocumentNumeratorInDocumentTask
Sets theDocumentNumerator
to theDocument
ChangesDocument
number properties in according with selectedDocumentNumerator
.class
ChangeIbmObjectTask
class
ChangeInformationRegisterDimensionMasterTask
AnIBmTask
implementation for changingInformationRegisterDimension
master.class
ChangeInformationRegisterWriteModeTask
AnIBmTask
implementation for changingInformationRegister
write mode.class
ChangeMdPictureTask
ChangeMdPicture
task.class
ChangeQuickChoiceTask
This is anIBmTask
to change "Choice Mode" field ofBasicDbObject
object.class
ChangeTypeDescriptionTask
AnIBmTask
implementation for changing type of anEObject
.class
ChartOfCalculationTypesBaseChangeTask
AnIBmTask
for changingChartOfCalculationTypes
base.class
CommonAttributeContentTask
This task of entrance data defines need of creation, deletion or editionCommonAttributeContentItem
.class
CommonPictureCleanContentTask
Bm task to clean content ofCommonPicture
from bm binary dataclass
CommonPictureLoadContentFromFileTask
Bm task for load content of common picture from specifed fileclass
CommonPictureSaveContentToFileTask
Bm task to save content of givenCommonPicture
to specifed fileclass
DocumentInJournalsTask
class
DocumentInSequncesTask
class
DocumentJournalRegisteredDocumentsTask
class
DocumentRegisterRecordsTask
AnIBmTask
abstract implementation for manipulation withregisterRecords
in document that is used to override by specifying concrete action (add or remove).class
ExchangePlanContentTask
This task of entrance data defines need of creation, deletion or editionExchangePlanContentItem
.class
FilterCriterionContentChangeTask
AnIBmTask
for changing filter criterion content.class
FunctionalOptionContentChangeTask
AnIBmTask
for changing functional option content.class
FunctionalOptionsParameterUseChangeTask
AnIBmTask
implementation for changing functional options parameter use.class
PredefinedAccountAccountingFlagsTask
This task for account accounting flag in theChartOfAccountsPredefinedItem
.class
PredefinedAccountExtDimensionTypeCharacteristicTypeTask
This task sets characteristic type in theExtDimensionType
.class
PredefinedAccountExtDimensionTypeFlagTask
This task for account accounting flag in theExtDimensionType
.class
PredefinedAccountExtDimensionTypesTask
This task adds or removes extra dimension types in theChartOfAccountsPredefinedItem
.class
PredefinedAccountExtDimensionTypeTurnoversOnlyTask
This task sets extra dimension types turnovers only.class
PredefinedCalculationTypeCalculationBaseTask
This task to add or remove calculation type in theChartOfCalculationTypesPredefinedItem
calculation base (base, leading, displacing calculation types).class
PredefinedContainerCodeAllowedLengthChangeTask
AnIBmTask
implementation for changing predefined container code allowed length.class
PredefinedContainerCodeLengthChangeTask
AnIBmTask
implementation for changing predefined container code length.class
PredefinedContainerCodeTypeChangeTask
AnIBmTask
implementation for changing predefined container code type.class
PredefinedContainerDescriptionLengthChangeTask
AnIBmTask
implementation for changing predefined container description length.class
SequenceDocumentsChangeTask
class
SequenceRegistersChangeTask
class
StandardAttributeChangeTask
class
StandardTabularSectionDescriptionChangeTask
class
SubsystemContentChangeTask
AnIBmTask
implementation for changing subsystem content.class
UseStandardCommandChangeTask
IBmTask
implementation 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 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 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 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 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.moxel.ui.operations
Classes in com._1c.g5.v8.dt.moxel.ui.operations that implement IBmTask Modifier and Type Class Description class
AddRemoveDrawingOperation
Добавление / удаление рисунка.class
AddRemoveGroupOperation
Операция объединения в группировку / удаления группировки.class
ApplyFontOperation
Operation of applying fontclass
ApplyFormatOperation
Operation of applying formatclass
BaseApplyFormatOperation
Basic operation of applying formatclass
BaseOperation
class
ChangeCellsOperation
Операция изменения ячеек.class
ChangeDrawingOperation
Operation changing drawing propertiesclass
ChangeDrawingPositionOperation
Операция изменения размера рисунка.class
ChangeDrawingZOrder
Операция изменения порядка рисунков.class
ChangeGroupOperation
Операция изменения группировки.class
ChangeGroupParametersOperation
class
ChangeHeaderFooterOperation
Операция изменения колонтитулов.class
ChangeParagraphPropertyOperation
Операция по измененю свойства параграфа.class
ChangeRowsColumnsOperation
Операция замены колонок у строк.class
ChangeSpreadsheetOperation
Operation of changing properties of entire documentclass
CollapseToLevelOperation
class
CompositeOperation
Composite operationclass
CopyCellsOperation
Operation of copying selected part of spreadsheet to the clipboardclass
CopyDrawingsOperation
Operation for copying selected drawings to clipboardclass
CutDrawingsOperation
'Cut selected drawings' operation.class
DeleteInsertCellsOperation
class
ExpandCollapseAllOperation
class
ExpandCollapseOperation
class
GroupDrawngsOperation
Операция группировки рисунков.class
MergeAndUnmergeOperation
Операция объединения ячеек / снятия объединения.class
NotifyingOperation
class
PasteCellsOperation
Operation of pasting spreadsheet from clipboardclass
PasteDrawingsOperation
Operation of pasting selected drawingsclass
RemoveRowColumnsOperation
Remove row columns operationclass
RenameAreaOperation
class
SetAutoWidthCalculationOperation
Operation for setting automatic width calculation mode for range of columns.class
SetColumnWidthOperation
class
SetDefaultWidthWeightFactorOperation
Operation for setting width weight factor for whole document.class
SetRemovePrintAreaOperation
Операция изменения области печати.class
SetRemoveRepeatedColumnsOperation
Операция изменения области повторения печати.class
SetRemoveRepeatedRowsOperation
Операция изменения области повторения печати.class
SetRowHeightOperation
class
SetSheetDefaultHeightOperation
class
SetSheetDefaultWidthOperation
class
SetWidthWeightFactorOperation
Operation for setting width weight factor for range of columns.class
ShowHideOperation
class
SplitCellHorizontalOperation
Operation for splitting cell horizontally.class
SplitCellVerticalOperation
Operation for splitting cell vertically.class
UngroupDrawingsOperation
Операция разгруппировки рисунков.class
UnsetWidthWeightFactorOperation
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 IBmTask Modifier and Type Class Description class
AddRightValuesTask
Add object to role or edit role object rights task and sendRightValueEvent
.class
AddRlsTask
Add rls task and sendRlsEvent
.class
AddRlsTemplateTask
Add rls template task and sendRlsTemplateEvent
.class
DeleteObjectsFromRolesTask
Delete objects from roles task and sendRightValueEvent
.class
DeleteRlsTask
Delete rls task and sendRlsEvent
.class
DeleteRlsTemplateTask
Delete rls template task and sendRlsTemplateEvent
.class
EditRightValuesTask
Edits object right values and sendsRightValueEvent
.class
EditRlsTask
Edit rls task and sendRlsEvent
.class
EditRlsTemplateTask
Edits rls template task and sendRlsTemplateEvent
.class
SetAllRightsTask
Set all object rights task and sendRightValueEvent
.class
SetIndependentRightsOfChildObjectsTask
Set independent rights of child objects task.class
SetSetRightsForAttributesByDefaultTask
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
SetSetRightsForNewObjectsTask
Sets '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.actions
Method parameters in com._1c.g5.v8.dt.ui.aef.actions with type arguments of type IBmTask Modifier and Type Method Description static 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 IBmTask Modifier and Type Class Description class
AddToExtensionTask
Task to add an object to the extensionclass
ResetOrRemoveFormExtensionAttributeTask
Task to delete attribute or replace it with base attribute (reset)class
ResetOrRemoveFormExtensionCommandTask
Task to delete command or replace it with base command (reset)class
ResetOrRemoveFormExtensionParameterTask
Task to delete form parameter or replace it with base parameter (reset)
-