Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XActivityRule
Packages that use XActivityRule
Package
Description
-
Uses of XActivityRule in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XActivityRuleModifier and TypeMethodDescriptionio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByDefinitionKey(Collection<String> values) Find records that haveDEFINITION_KEY IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByDefinitionKey(Collection<String> values, int limit) Find records that haveDEFINITION_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByHookComponent(Collection<String> values) Find records that haveHOOK_COMPONENT IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByHookComponent(Collection<String> values, int limit) Find records that haveHOOK_COMPONENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByHookConfig(Collection<String> values) Find records that haveHOOK_CONFIG IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByHookConfig(Collection<String> values, int limit) Find records that haveHOOK_CONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByLogging(Collection<Boolean> values) Find records that haveLOGGING IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByLogging(Collection<Boolean> values, int limit) Find records that haveLOGGING IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleConfig(Collection<String> values) Find records that haveRULE_CONFIG IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleConfig(Collection<String> values, int limit) Find records that haveRULE_CONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleExpression(Collection<String> values) Find records that haveRULE_EXPRESSION IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleExpression(Collection<String> values, int limit) Find records that haveRULE_EXPRESSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleField(Collection<String> values) Find records that haveRULE_FIELD IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleField(Collection<String> values, int limit) Find records that haveRULE_FIELD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleIdentifier(Collection<String> values) Find records that haveRULE_IDENTIFIER IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleIdentifier(Collection<String> values, int limit) Find records that haveRULE_IDENTIFIER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleMessage(Collection<String> values) Find records that haveRULE_MESSAGE IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleMessage(Collection<String> values, int limit) Find records that haveRULE_MESSAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleName(Collection<String> values) Find records that haveRULE_NAME IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleName(Collection<String> values, int limit) Find records that haveRULE_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleNs(Collection<String> values) Find records that haveRULE_NS IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleNs(Collection<String> values, int limit) Find records that haveRULE_NS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleOrder(Collection<Long> values) Find records that haveRULE_ORDER IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleOrder(Collection<Long> values, int limit) Find records that haveRULE_ORDER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleTpl(Collection<String> values) Find records that haveRULE_TPL IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByRuleTpl(Collection<String> values, int limit) Find records that haveRULE_TPL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByTaskKey(Collection<String> values) Find records that haveTASK_KEY IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByTaskKey(Collection<String> values, int limit) Find records that haveTASK_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<XActivityRule>>XActivityRuleDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XActivityRuleRecord,XActivityRule, String> XActivityRuleDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XActivityRule -
Uses of XActivityRule in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XActivityRuleModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_ACTIVITY_RULE.ACTIVE.XActivityRule.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_ACTIVITY_RULE.CREATED_AT.XActivityRule.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_ACTIVITY_RULE.CREATED_BY.XActivityRule.setDefinitionKey(String definitionKey) Setter forDB_ETERNAL.X_ACTIVITY_RULE.DEFINITION_KEY.XActivityRule.setHookComponent(String hookComponent) Setter forDB_ETERNAL.X_ACTIVITY_RULE.HOOK_COMPONENT.XActivityRule.setHookConfig(String hookConfig) Setter forDB_ETERNAL.X_ACTIVITY_RULE.HOOK_CONFIG.Setter forDB_ETERNAL.X_ACTIVITY_RULE.KEY.XActivityRule.setLanguage(String language) Setter forDB_ETERNAL.X_ACTIVITY_RULE.LANGUAGE.XActivityRule.setLogging(Boolean logging) Setter forDB_ETERNAL.X_ACTIVITY_RULE.LOGGING.XActivityRule.setMetadata(String metadata) Setter forDB_ETERNAL.X_ACTIVITY_RULE.METADATA.XActivityRule.setRuleConfig(String ruleConfig) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_CONFIG.XActivityRule.setRuleExpression(String ruleExpression) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_EXPRESSION.XActivityRule.setRuleField(String ruleField) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_FIELD.XActivityRule.setRuleIdentifier(String ruleIdentifier) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_IDENTIFIER.XActivityRule.setRuleMessage(String ruleMessage) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_MESSAGE.XActivityRule.setRuleName(String ruleName) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_NAME.Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_NS.XActivityRule.setRuleOrder(Long ruleOrder) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_ORDER.XActivityRule.setRuleTpl(String ruleTpl) Setter forDB_ETERNAL.X_ACTIVITY_RULE.RULE_TPL.Setter forDB_ETERNAL.X_ACTIVITY_RULE.SIGMA.XActivityRule.setTaskKey(String taskKey) Setter forDB_ETERNAL.X_ACTIVITY_RULE.TASK_KEY.Setter forDB_ETERNAL.X_ACTIVITY_RULE.TYPE.XActivityRule.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_ACTIVITY_RULE.UPDATED_AT.XActivityRule.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_ACTIVITY_RULE.UPDATED_BY. -
Uses of XActivityRule in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XActivityRuleModifierConstructorDescriptionXActivityRuleRecord(XActivityRule value) Create a detached, initialised XActivityRuleRecord -
Uses of XActivityRule in io.vertx.tp.ambient.uca.darkly
Methods in io.vertx.tp.ambient.uca.darkly with parameters of type XActivityRuleModifier and TypeMethodDescriptionprotected io.horizon.specification.modeler.HAtomAbstractTube.atom(XActivityRule rule) protected io.vertx.core.Future<io.vertx.core.json.JsonObject>AbstractTube.diffAsync(io.vertx.core.json.JsonObject data, XActivityRule rule, String field, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor) protected io.vertx.core.Future<XActivity>AbstractTube.newActivity(io.vertx.core.json.JsonObject data, XActivityRule rule) protected io.vertx.core.Future<io.vertx.core.json.JsonObject>AbstractTube.sameAsync(io.vertx.core.json.JsonObject data, XActivityRule rule, String field, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor) io.vertx.core.Future<io.vertx.core.json.JsonObject>Tube.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubeApprove.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubeAtom.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubeAttachment.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubeEmpty.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubeExpression.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule) io.vertx.core.Future<io.vertx.core.json.JsonObject>TubePhase.traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule)