Class HistoryDB

java.lang.Object
sk.iway.iwcm.DB
sk.iway.iwcm.doc.HistoryDB

public class HistoryDB extends DB
Description of the Class
  • Constructor Details

    • HistoryDB

      public HistoryDB(String serverName)
      Constructor for the HistoryDB object
      Parameters:
      serverName - Description of the Parameter
  • Method Details

    • getHistory

      public List<DocDetails> getHistory(int doc_id)
      Gets the history attribute of the HistoryDB object
      Parameters:
      doc_id - Description of the Parameter
      Returns:
      The history value
    • getHistory

      public List<DocDetails> getHistory(int doc_id, boolean data, boolean onlyNew)
      Gets the history attribute of the HistoryDB object
      Parameters:
      doc_id - Description of the Parameter
      data - Description of the Parameter
      onlyNew - Description of the Parameter
      Returns:
      The history value
    • deleteHistory

      public boolean deleteHistory(int historyId)