Class DeleteFormCommandTask

    • Constructor Detail

      • DeleteFormCommandTask

        public DeleteFormCommandTask​(FormCommandManagementService service,
                                     Form form,
                                     FormCommand command,
                                     boolean removeRelated)
        Creates a new task of removal form command.
        Parameters:
        service - the management service. Removal happens by using this service.
        form - the form in which the deleted attribute belongs
        command - the removal form command
        removeRelated - the flag setting rules removal of dependent objects. If it is true all related objects will be removed, if false then at all related objects the reference to this form command will be cleared