Interface NodeListenerHistoryDao

All Known Implementing Classes:
FileHistoryDao, JobConfigHistoryStrategy

public interface NodeListenerHistoryDao
Author:
Lucie Votypkova
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds and saves the initial configuration of a node.
    void
    Deletes the history of a node.
    void
    renameNode(Node node, String oldName, String newName)
    Save and renames the node.
  • Method Details

    • createNewNode

      void createNewNode(Node node)
      Adds and saves the initial configuration of a node.
      Parameters:
      node - node
    • renameNode

      void renameNode(Node node, String oldName, String newName)
      Save and renames the node.
      Parameters:
      node - node
      oldName - old node name
      newName - new name
    • deleteNode

      void deleteNode(Node node)
      Deletes the history of a node.
      Parameters:
      node - node