Interface FormStub

  • All Known Implementing Classes:
    FormService

    public interface FormStub
    • Method Detail

      • 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)