Class DocReader

java.lang.Object
cn.vertxup.ambient.service.file.DocReader
All Implemented Interfaces:
DocRStub

public class DocReader extends Object implements DocRStub
Author:
Lang
  • Constructor Details

    • DocReader

      public DocReader()
  • Method Details

    • fetchDoc

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchDoc(String sigma, String directoryId)
      Specified by:
      fetchDoc in interface DocRStub
    • fetchTrash

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchTrash(String sigma)
      Specified by:
      fetchTrash in interface DocRStub
    • searchDoc

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> searchDoc(String sigma, String keyword)
      Specified by:
      searchDoc in interface DocRStub
    • downloadDoc

      public io.vertx.core.Future<io.vertx.core.buffer.Buffer> downloadDoc(String key)
      Specified by:
      downloadDoc in interface DocRStub
    • downloadDoc

      public io.vertx.core.Future<io.vertx.core.buffer.Buffer> downloadDoc(Set<String> keys)
      Specified by:
      downloadDoc in interface DocRStub