| Package | Description |
|---|---|
| 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 |
|---|---|
IService |
IServiceDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<IService> |
IServiceDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByChannelComponent(String... values)
Fetch records that have
CHANNEL_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByChannelComponentAsync(List<String> values)
Fetch records that have
CHANNEL_COMPONENT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByChannelType(String... values)
Fetch records that have
CHANNEL_TYPE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByChannelTypeAsync(List<String> values)
Fetch records that have
CHANNEL_TYPE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByConfigChannel(String... values)
Fetch records that have
CONFIG_CHANNEL IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByConfigChannelAsync(List<String> values)
Fetch records that have
CONFIG_CHANNEL IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByConfigDatabase(String... values)
Fetch records that have
CONFIG_DATABASE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByConfigDatabaseAsync(List<String> values)
Fetch records that have
CONFIG_DATABASE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByConfigIntegration(String... values)
Fetch records that have
CONFIG_INTEGRATION IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByConfigIntegrationAsync(List<String> values)
Fetch records that have
CONFIG_INTEGRATION IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByConfigService(String... values)
Fetch records that have
CONFIG_SERVICE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByConfigServiceAsync(List<String> values)
Fetch records that have
CONFIG_SERVICE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByInScript(String... values)
Fetch records that have
IN_SCRIPT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByInScriptAsync(List<String> values)
Fetch records that have
IN_SCRIPT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByIsGraphic(Boolean... values)
Fetch records that have
IS_GRAPHIC IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByIsGraphicAsync(List<Boolean> values)
Fetch records that have
IS_GRAPHIC IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByIsWorkflow(Boolean... values)
Fetch records that have
IS_WORKFLOW IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByIsWorkflowAsync(List<Boolean> values)
Fetch records that have
IS_WORKFLOW IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByOutScript(String... values)
Fetch records that have
OUT_SCRIPT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByOutScriptAsync(List<String> values)
Fetch records that have
OUT_SCRIPT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByServiceComponent(String... values)
Fetch records that have
SERVICE_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByServiceComponentAsync(List<String> values)
Fetch records that have
SERVICE_COMPONENT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByServiceRecord(String... values)
Fetch records that have
SERVICE_RECORD IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByServiceRecordAsync(List<String> values)
Fetch records that have
SERVICE_RECORD IN (values) asynchronously |
List<IService> |
IServiceDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<IService> |
IServiceDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
IServiceDao.getId(IService object) |
| Constructor and Description |
|---|
IService(IService value) |
| Modifier and Type | Method and Description |
|---|---|
IService |
JtCommercial.service() |
| Constructor and Description |
|---|
JtJob(IJob job,
IService service) |
JtUri(IApi api,
IService service) |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.json.JsonObject |
Jt.toOptions(JtApp app,
IApi api,
IService service) |
static io.vertx.core.json.JsonObject |
Jt.toOptions(JtApp app,
IJob job,
IService service) |
Copyright © 2019. All rights reserved.