Interface JCRDeleteFileStorage


public interface JCRDeleteFileStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteDocument(String documentPath, String documentId, boolean favorite, boolean checkToMoveToTrash, long delay, org.exoplatform.services.security.Identity acIdentity, long userIdentityId)
    Delete document (Move to trash)
     
    void
    undoDelete(String documentId, long userIdentityId)
    Undo delete document
  • Method Details

    • getDocumentsToDelete

      Map<String,String> getDocumentsToDelete()
    • deleteDocument

      void deleteDocument(String documentPath, String documentId, boolean favorite, boolean checkToMoveToTrash, long delay, org.exoplatform.services.security.Identity acIdentity, long userIdentityId)
      Delete document (Move to trash)
      Parameters:
      documentPath -
      documentId -
      favorite -
      checkToMoveToTrash -
      delay -
      acIdentity -
      userIdentityId -
    • undoDelete

      void undoDelete(String documentId, long userIdentityId)
      Undo delete document
      Parameters:
      documentId -
      userIdentityId -