Class StorageCRUDUtils


  • public class StorageCRUDUtils
    extends java.lang.Object
    StorageCRUDUtils class this class is a tool for crud operation for storage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean deleteFile​(DataCategory dataCategory, java.lang.String uid, java.lang.String strategyId, java.lang.String offerId)
      deleteFile
      RequestResponse<StorageStrategy> getStrategies()
      get the list of strategies containing the offers
      void storeInOffer​(DataCategory dataCategory, java.lang.String uid, java.lang.String strategyId, java.lang.String offerId, java.lang.Long size, java.io.InputStream stream)
      Create file or erase it if exists
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait