Class DirService

java.lang.Object
cn.vertxup.integration.service.DirService
All Implemented Interfaces:
DirStub

public class DirService extends Object implements DirStub
Author:
Lang
  • Constructor Details

    • DirService

      public DirService()
  • Method Details

    • create

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> create(io.vertx.core.json.JsonObject directoryJ)
      Specified by:
      create in interface DirStub
    • remove

      public io.vertx.core.Future<Boolean> remove(String key)
      Specified by:
      remove in interface DirStub
    • remove

      public io.vertx.core.Future<Boolean> remove(String key, String userId)
      Specified by:
      remove in interface DirStub
    • updateBranch

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateBranch(IDirectory directory)
      Specified by:
      updateBranch in interface DirStub
    • update

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject directoryJ)
      Specified by:
      update in interface DirStub