Interface ItemListenerHistoryDao

All Known Implementing Classes:
FileHistoryDao, JobConfigHistoryStrategy

public interface ItemListenerHistoryDao
Operations for historization of config files.
Author:
Mirko Friedenhagen
  • Method Details

    • createNewItem

      void createNewItem(Item item)
      Adds and saves the initial configuration of an item.
      Parameters:
      item - project
    • renameItem

      void renameItem(Item item, String oldName, String newName)
      Save and renames the item.
      Parameters:
      item - project
      oldName - old project name
      newName - new name
    • deleteItem

      void deleteItem(Item item)
      Deletes the history of an item.
      Parameters:
      item - project
    • changeItemLocation

      void changeItemLocation(Item item, String oldFullName, String newFullName)
      Changes the item's history's location.
      Parameters:
      item - project
      oldFullName - old full name
      newFullName - new full name