| 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.updateJob(IJob job,
IService service) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
AmbientStub.updateJob(IJob job,
IService service) |
| Modifier and Type | Method and Description |
|---|---|
IJob |
IJobDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<IJob> |
IJobDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByAdditional(String... values)
Fetch records that have
ADDITIONAL IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByAdditionalAsync(List<String> values)
Fetch records that have
ADDITIONAL IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByDuration(Long... values)
Fetch records that have
DURATION IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByDurationAsync(List<Long> values)
Fetch records that have
DURATION IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByGroup(String... values)
Fetch records that have
GROUP IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByGroupAsync(List<String> values)
Fetch records that have
GROUP IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByIncomeAddress(String... values)
Fetch records that have
INCOME_ADDRESS IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByIncomeAddressAsync(List<String> values)
Fetch records that have
INCOME_ADDRESS IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByIncomeComponent(String... values)
Fetch records that have
INCOME_COMPONENT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByIncomeComponentAsync(List<String> values)
Fetch records that have
INCOME_COMPONENT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByOutcomeAddress(String... values)
Fetch records that have
OUTCOME_ADDRESS IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByOutcomeAddressAsync(List<String> values)
Fetch records that have
OUTCOME_ADDRESS IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByOutcomeComponent(String... values)
Fetch records that have
OUTCOME_COMPONENT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByOutcomeComponentAsync(List<String> values)
Fetch records that have
OUTCOME_COMPONENT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByProxy(String... values)
Fetch records that have
PROXY IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByProxyAsync(List<String> values)
Fetch records that have
PROXY IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByRunAt(LocalTime... values)
Fetch records that have
RUN_AT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByRunAtAsync(List<LocalTime> values)
Fetch records that have
RUN_AT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByServiceId(String... values)
Fetch records that have
SERVICE_ID IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByServiceIdAsync(List<String> values)
Fetch records that have
SERVICE_ID IN (values) asynchronously |
List<IJob> |
IJobDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByThreshold(Integer... values)
Fetch records that have
THRESHOLD IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByThresholdAsync(List<Integer> values)
Fetch records that have
THRESHOLD IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IJob> |
IJobDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IJob>> |
IJobDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<IJob> |
IJobDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
IJobDao.getId(IJob object) |
| Constructor and Description |
|---|
IJob(IJob value) |
| Constructor and Description |
|---|
JtJob(IJob job,
IService service) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Jt.jobCode(IJob job) |
static io.vertx.core.json.JsonObject |
Jt.toOptions(JtApp app,
IJob job,
IService service) |
Copyright © 2021. All rights reserved.