Interface DirStub

All Known Implementing Classes:
DirService

public interface DirStub
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    create(io.vertx.core.json.JsonObject directoryJ)
     
    io.vertx.core.Future<Boolean>
     
    io.vertx.core.Future<Boolean>
    remove(String key, String userId)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    update(String key, io.vertx.core.json.JsonObject directoryJ)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
     
  • Method Details

    • create

      io.vertx.core.Future<io.vertx.core.json.JsonObject> create(io.vertx.core.json.JsonObject directoryJ)
    • update

      io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject directoryJ)
    • updateBranch

      io.vertx.core.Future<io.vertx.core.json.JsonObject> updateBranch(IDirectory directory)
    • remove

      io.vertx.core.Future<Boolean> remove(String key)
    • remove

      io.vertx.core.Future<Boolean> remove(String key, String userId)