Class DeleteDocument

    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteDocument​(java.lang.String documentHDOC, int deleteType)  
    • Constructor Detail

      • DeleteDocument

        public DeleteDocument​(java.lang.String documentHDOC,
                              int deleteType)
        Parameters:
        documentHDOC - HDOC of the document to delete
        deleteType - Deletion strategy which may be set on one of the following values:
      • SaConstant.JNI_DELETECONTENT_MODE_DBSIMPLE = 0 Set status to 65002
      • SaConstant.JNI_DELETECONTENT_MODE_DBCOMPLETE = 1 - remove from DB
      • SaConstant.JNI_DELETECONTENT_MODE_PURGEDOCUMENT = 2 -Final delete
        Contains DBSIMPLE and "remove from medium"
      • SaConstant.DELETEMODE = "deletemode" -Deletemode entry in archief.ini;
    • Method Detail

      • voidInvoke

        protected void voidInvoke()
                           throws java.lang.Exception
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        java.lang.Exception - exception when invoking this operation