| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
AmbientService.updateJob(IJob job,
IService service) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
AmbientStub.updateJob(IJob job,
IService service) |
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 |
|---|---|
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.fetchByChannelConfig(String... values)
Fetch records that have
CHANNEL_CONFIG IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByChannelConfigAsync(List<String> values)
Fetch records that have
CHANNEL_CONFIG 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.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.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.fetchByDictComponent(String... values)
Fetch records that have
DICT_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByDictComponentAsync(List<String> values)
Fetch records that have
DICT_COMPONENT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByDictConfig(String... values)
Fetch records that have
DICT_CONFIG IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByDictConfigAsync(List<String> values)
Fetch records that have
DICT_CONFIG IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByDictEpsilon(String... values)
Fetch records that have
DICT_EPSILON IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByDictEpsilonAsync(List<String> values)
Fetch records that have
DICT_EPSILON 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.fetchByIdentifierComponent(String... values)
Fetch records that have
IDENTIFIER_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByIdentifierComponentAsync(List<String> values)
Fetch records that have
IDENTIFIER_COMPONENT 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.fetchByMappingComponent(String... values)
Fetch records that have
MAPPING_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByMappingComponentAsync(List<String> values)
Fetch records that have
MAPPING_COMPONENT IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByMappingConfig(String... values)
Fetch records that have
MAPPING_CONFIG IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByMappingConfigAsync(List<String> values)
Fetch records that have
MAPPING_CONFIG IN (values) asynchronously |
List<IService> |
IServiceDao.fetchByMappingMode(String... values)
Fetch records that have
MAPPING_MODE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByMappingModeAsync(List<String> values)
Fetch records that have
MAPPING_MODE 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.fetchByRuleUnique(String... values)
Fetch records that have
RULE_UNIQUE IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByRuleUniqueAsync(List<String> values)
Fetch records that have
RULE_UNIQUE 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.fetchByServiceConfig(String... values)
Fetch records that have
SERVICE_CONFIG IN (values) |
CompletableFuture<List<IService>> |
IServiceDao.fetchByServiceConfigAsync(List<String> values)
Fetch records that have
SERVICE_CONFIG 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 |
|---|---|
static IService |
JobKit.fromJson(io.vertx.core.json.JsonObject serviceJson) |
| 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.up.commune.config.Database |
Jt.toDatabase(IService service) |
static io.vertx.up.commune.exchange.DictConfig |
Jt.toDict(IService service) |
static io.vertx.up.commune.config.Identity |
Jt.toIdentity(IService service) |
static io.vertx.up.commune.config.Integration |
Jt.toIntegration(IService service) |
static io.vertx.up.commune.exchange.DualMapping |
Jt.toMapping(IService service) |
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) |
static io.vertx.core.json.JsonObject |
Jt.toOptions(JtApp app,
IService service) |
static io.vertx.up.commune.rule.RuleUnique |
Jt.toRule(IService service) |
| Modifier and Type | Method and Description |
|---|---|
protected IService |
AbstractJob.service() |
Copyright © 2021. All rights reserved.