Interface DMSArchiver


public interface DMSArchiver
Interface for archiving documents. The archive method is called from @enterprise when a DMSObject is deleted.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    archive(DMSObject obj, User user)
    When a DMSObject should be deleted this is the first method it calls.
  • Method Details

    • archive

      void archive(DMSObject obj, User user) throws Exception
      When a DMSObject should be deleted this is the first method it calls. When this method is finished the obj and all its components (e.g. attached notes) are deleted from the dms-store.
      Throws:
      Exception