Announcement

Collapse
No announcement yet.

Release 7.6.0: Extended FileStorage API to support trash folders

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.6.0: Extended FileStorage API to support trash folders

    The removeDocument methods in the interfaces IDBasedFileAccess and FileStorageFileAccess have been overloaded with an aditional parameter to allow passing of a hardDelete flag. The new method signatures look like:

    List<String> com.openexchange.file.storage.composition.IDBasedF ileAccess.removeDocument(List<String> ids, long sequenceNumber, boolean hardDelete) throws OXException
    List<IDTuple> com.openexchange.file.storage.FileStorageFileAcces s.removeDocument(List<IDTuple> ids, long sequenceNumber, boolean hardDelete) throws OXException

    Further details are avilable in the corresponding Javadoc.
Working...
X