public class OptionService extends Object implements OptionStub
FIELD_FRAGMENT_BUTTON_GROUP, FIELD_FRAGMENT_CONFIG, FIELD_FRAGMENT_MODEL, FIELD_FRAGMENT_NOTICE, FIELD_QUERY_CRITERIA, FIELD_QUERY_PROJECTION, FIELD_SEARCH_COND, FIELD_SEARCH_NOTICE, FIELD_TABLE_OP_CONFIG| Constructor and Description |
|---|
OptionService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchFragment(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchQuery(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchSearch(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchTable(String id) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchQuery(String id)
fetchQuery in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchSearch(String id)
fetchSearch in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFragment(String id)
fetchFragment in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchTable(String id)
fetchTable in interface OptionStubCopyright © 2020. All rights reserved.