Interface FormStub

All Known Implementing Classes:
FormService

public interface FormStub
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<Boolean>
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchByCode(String code, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchById(String formId)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchByIdentifier(String identifier, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    update(String key, io.vertx.core.json.JsonObject data)
     
  • Method Details

    • fetchById

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchById(String formId)
    • fetchByCode

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByCode(String code, String sigma)
    • fetchByIdentifier

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchByIdentifier(String identifier, String sigma)
    • update

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

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