Class ChangeTypeDescriptionTask

  • All Implemented Interfaces:
    IBmPostUndoRedoHandler, IBmTask<Void>

    public class ChangeTypeDescriptionTask
    extends com._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTask
    The IBmTask for changing type feature of the form attribute.
    It performs necessary actions to support the model integrity.
    • Method Detail

      • execute

        protected void execute​(IBmTransaction transaction,
                               AbstractFormAttribute attribute)
        Description copied from class: com._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTask
        Performs the BM task logic related to attribute manipulation.
        Specified by:
        execute in class com._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTask
        Parameters:
        transaction - the BM transaction, cannot be null.
        attribute - the attribute to manipulate, cannot be null.