Class AddFormAttributeColumnTask

    • Constructor Detail

      • AddFormAttributeColumnTask

        public AddFormAttributeColumnTask​(FormAttributeManagementService managementService,
                                          Form form,
                                          AbstractDataPath path,
                                          FormAttributeColumn column)
        Creates a new task of adding attribute.
        Parameters:
        managementService - the management service. Addition happens by using this service.
        form - the form
        path - the path to an attribute in which the column will be added
        column - it is the added attribute column
    • Method Detail

      • execute

        public org.eclipse.core.runtime.IStatus execute​(Form form,
                                                        org.eclipse.core.runtime.IProgressMonitor monitor)
        Specified by:
        execute in class BmBasicTask1<Form>