| Constructor and Description |
|---|
FormService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Boolean> |
delete(String key) |
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) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchById(String formId)
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchByIdentifier(String identifier, String sigma)
fetchByIdentifier in interface FormStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByCode(String code, String sigma)
fetchByCode in interface FormStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject data)
Copyright © 2021. All rights reserved.