com.groiss.dms
Interface DMSArchiver


public interface DMSArchiver

Interface for archiving documents. The archive method is called from @enterprise when a DMSObject is deleted.


Method Summary
 void archive(DMSObject obj, User user)
          When a DMSObject should be deleted this is the first method it calls.
 

Method Detail

archive

void archive(DMSObject obj,
             User user)
             throws java.lang.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:
java.lang.Exception


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.