| Package | Description |
|---|---|
| cn.vertxup.cache | |
| cn.vertxup.jet.domain.tables.daos | |
| cn.vertxup.jet.domain.tables.pojos | |
| io.vertx.tp.jet.atom | |
| io.vertx.tp.jet.refine |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
AmbientService.updateUri(IApi api,
IService service) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
AmbientStub.updateUri(IApi api,
IService service) |
| Modifier and Type | Method and Description |
|---|---|
IApi |
IApiDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<IApi> |
IApiDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByConsumes(String... values)
Fetch records that have
CONSUMES IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByConsumesAsync(List<String> values)
Fetch records that have
CONSUMES IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByInMapping(String... values)
Fetch records that have
IN_MAPPING IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByInMappingAsync(List<String> values)
Fetch records that have
IN_MAPPING IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByInPlug(String... values)
Fetch records that have
IN_PLUG IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByInPlugAsync(List<String> values)
Fetch records that have
IN_PLUG IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByInRule(String... values)
Fetch records that have
IN_RULE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByInRuleAsync(List<String> values)
Fetch records that have
IN_RULE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByInScript(String... values)
Fetch records that have
IN_SCRIPT IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByInScriptAsync(List<String> values)
Fetch records that have
IN_SCRIPT IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByMethod(String... values)
Fetch records that have
METHOD IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByMethodAsync(List<String> values)
Fetch records that have
METHOD IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByOutWriter(String... values)
Fetch records that have
OUT_WRITER IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByOutWriterAsync(List<String> values)
Fetch records that have
OUT_WRITER IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByParamContained(String... values)
Fetch records that have
PARAM_CONTAINED IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByParamContainedAsync(List<String> values)
Fetch records that have
PARAM_CONTAINED IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByParamMode(String... values)
Fetch records that have
PARAM_MODE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByParamModeAsync(List<String> values)
Fetch records that have
PARAM_MODE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByParamRequired(String... values)
Fetch records that have
PARAM_REQUIRED IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByParamRequiredAsync(List<String> values)
Fetch records that have
PARAM_REQUIRED IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByProduces(String... values)
Fetch records that have
PRODUCES IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByProducesAsync(List<String> values)
Fetch records that have
PRODUCES IN (values) asynchronously |
List<IApi> |
IApiDao.fetchBySecure(Boolean... values)
Fetch records that have
SECURE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchBySecureAsync(List<Boolean> values)
Fetch records that have
SECURE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByServiceId(String... values)
Fetch records that have
SERVICE_ID IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByServiceIdAsync(List<String> values)
Fetch records that have
SERVICE_ID IN (values) asynchronously |
List<IApi> |
IApiDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByWorkerAddress(String... values)
Fetch records that have
WORKER_ADDRESS IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByWorkerAddressAsync(List<String> values)
Fetch records that have
WORKER_ADDRESS IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByWorkerClass(String... values)
Fetch records that have
WORKER_CLASS IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByWorkerClassAsync(List<String> values)
Fetch records that have
WORKER_CLASS IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByWorkerConsumer(String... values)
Fetch records that have
WORKER_CONSUMER IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByWorkerConsumerAsync(List<String> values)
Fetch records that have
WORKER_CONSUMER IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByWorkerJs(String... values)
Fetch records that have
WORKER_JS IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByWorkerJsAsync(List<String> values)
Fetch records that have
WORKER_JS IN (values) asynchronously |
List<IApi> |
IApiDao.fetchByWorkerType(String... values)
Fetch records that have
WORKER_TYPE IN (values) |
CompletableFuture<List<IApi>> |
IApiDao.fetchByWorkerTypeAsync(List<String> values)
Fetch records that have
WORKER_TYPE IN (values) asynchronously |
CompletableFuture<IApi> |
IApiDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
IApiDao.getId(IApi object) |
| Constructor and Description |
|---|
IApi(IApi value) |
| Modifier and Type | Method and Description |
|---|---|
IApi |
JtUri.api() |
| Constructor and Description |
|---|
JtUri(IApi api,
IService service) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jt.initApi(IApi api) |
static io.vertx.core.json.JsonObject |
Jt.toOptions(JtApp app,
IApi api,
IService service) |
static JtWorker |
Jt.toWorker(IApi api) |
Copyright © 2021. All rights reserved.