throw new RuntimeException(e);
}
}
private void setNewFormFile(FormNode formNode, String fileName) {
FormNodeSetFileCommand command = new FormNodeSetFileCommand();
command.setFormNode(formNode);
command.setFileName(fileName);
executeCommand(command);
}