Db DB_ETERNAL
The schema DB_ETERNAL.
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.I_API.KEY. 「key」- 接口ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.I_API.NAME. 「name」- 接口名称
org.jooq.TableField<R extends org.jooq.Record,T> URI
The column DB_ETERNAL.I_API.URI. 「uri」- 接口路径,安全路径位于 /api 之下
org.jooq.TableField<R extends org.jooq.Record,T> METHOD
The column DB_ETERNAL.I_API.METHOD. 「method」- 接口对应的HTTP方法
org.jooq.TableField<R extends org.jooq.Record,T> CONSUMES
The column DB_ETERNAL.I_API.CONSUMES. 「consumes」- 当前接口使用的客户端 MIME
org.jooq.TableField<R extends org.jooq.Record,T> PRODUCES
The column DB_ETERNAL.I_API.PRODUCES. 「produces」- 当前接口使用的服务端 MIME
org.jooq.TableField<R extends org.jooq.Record,T> SECURE
The column DB_ETERNAL.I_API.SECURE. 「secure」- 是否走安全通道,默认为TRUE
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.I_API.COMMENT. 「comment」- 备注信息
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.I_API.TYPE. 「type」- 通信类型,ONE-WAY / REQUEST-RESPONSE / PUBLISH-SUBSCRIBE
org.jooq.TableField<R extends org.jooq.Record,T> PARAM_MODE
The column DB_ETERNAL.I_API.PARAM_MODE. 「paramMode」- 参数来源,QUERY / BODY / DEFINE / PATH
org.jooq.TableField<R extends org.jooq.Record,T> PARAM_REQUIRED
The column DB_ETERNAL.I_API.PARAM_REQUIRED. 「paramRequired」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Query和Path)
org.jooq.TableField<R extends org.jooq.Record,T> PARAM_CONTAINED
The column DB_ETERNAL.I_API.PARAM_CONTAINED. 「paramContained」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Body)
org.jooq.TableField<R extends org.jooq.Record,T> IN_RULE
The column DB_ETERNAL.I_API.IN_RULE. 「inRule」- 参数验证、转换基本规则
org.jooq.TableField<R extends org.jooq.Record,T> IN_MAPPING
The column DB_ETERNAL.I_API.IN_MAPPING. 「inMapping」- 参数映射规则
org.jooq.TableField<R extends org.jooq.Record,T> IN_PLUG
The column DB_ETERNAL.I_API.IN_PLUG. 「inPlug」- 参数请求流程中的插件
org.jooq.TableField<R extends org.jooq.Record,T> IN_SCRIPT
The column DB_ETERNAL.I_API.IN_SCRIPT. 「inScript」- 【保留】参数请求流程中的脚本控制
org.jooq.TableField<R extends org.jooq.Record,T> OUT_WRITER
The column DB_ETERNAL.I_API.OUT_WRITER. 「outWriter」- 响应格式处理器
org.jooq.TableField<R extends org.jooq.Record,T> WORKER_TYPE
The column DB_ETERNAL.I_API.WORKER_TYPE. 「workerType」- Worker类型:JS / PLUG / STD
org.jooq.TableField<R extends org.jooq.Record,T> WORKER_ADDRESS
The column DB_ETERNAL.I_API.WORKER_ADDRESS. 「workerAddress」- 请求发送地址
org.jooq.TableField<R extends org.jooq.Record,T> WORKER_CONSUMER
The column DB_ETERNAL.I_API.WORKER_CONSUMER. 「workerConsumer」- 请求地址消费专用组件
org.jooq.TableField<R extends org.jooq.Record,T> WORKER_CLASS
The column DB_ETERNAL.I_API.WORKER_CLASS. 「workerClass」- OX | PLUG专用,请求执行器对应的JavaClass名称
org.jooq.TableField<R extends org.jooq.Record,T> WORKER_JS
The column DB_ETERNAL.I_API.WORKER_JS. 「workerJs」- JS 专用,JavaScript路径:runtime/workers/<app>/下的执行器
org.jooq.TableField<R extends org.jooq.Record,T> SERVICE_ID
The column DB_ETERNAL.I_API.SERVICE_ID. 「serviceId」- 关联的服务ID
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.I_API.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.I_API.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.I_API.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.I_API.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.I_API.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.I_API.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.I_API.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.I_API.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.I_JOB.KEY. 「key」- 任务ID
org.jooq.TableField<R extends org.jooq.Record,T> NAMESPACE
The column DB_ETERNAL.I_JOB.NAMESPACE. 「namespace」- 任务所在名空间
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.I_JOB.NAME. 「name」- 任务名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.I_JOB.CODE. 「comment」- 任务编码
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.I_JOB.TYPE. 「type」- 任务类型
org.jooq.TableField<R extends org.jooq.Record,T> GROUP
The column DB_ETERNAL.I_JOB.GROUP. 「group」- 任务组(按组查询),自由字符串
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.I_JOB.COMMENT. 「comment」- 备注信息
org.jooq.TableField<R extends org.jooq.Record,T> ADDITIONAL
The column DB_ETERNAL.I_JOB.ADDITIONAL. 「additional」- 额外配置信息
org.jooq.TableField<R extends org.jooq.Record,T> RUN_AT
The column DB_ETERNAL.I_JOB.RUN_AT. 「runAt」- 定时任务中的JOB时间
org.jooq.TableField<R extends org.jooq.Record,T> DURATION
The column DB_ETERNAL.I_JOB.DURATION. 「duration」- JOB的间隔时间,(秒为单位)
org.jooq.TableField<R extends org.jooq.Record,T> PROXY
The column DB_ETERNAL.I_JOB.PROXY. 「proxy」- 代理类,带有@On/@Off
org.jooq.TableField<R extends org.jooq.Record,T> THRESHOLD
The column DB_ETERNAL.I_JOB.THRESHOLD. 「threshold」- 默认值 300 s,(秒为单位)
org.jooq.TableField<R extends org.jooq.Record,T> INCOME_COMPONENT
The column DB_ETERNAL.I_JOB.INCOME_COMPONENT. 「incomeComponent」对应income,必须是JobIncome,@On -> income
org.jooq.TableField<R extends org.jooq.Record,T> INCOME_ADDRESS
The column DB_ETERNAL.I_JOB.INCOME_ADDRESS. 「incomeAddress」对应incomeAddress,字符串,@On -> address
org.jooq.TableField<R extends org.jooq.Record,T> OUTCOME_COMPONENT
The column DB_ETERNAL.I_JOB.OUTCOME_COMPONENT. 「outcomeComponent」对应outcome,必须是JobOutcome,@Off -> outcome
org.jooq.TableField<R extends org.jooq.Record,T> OUTCOME_ADDRESS
The column DB_ETERNAL.I_JOB.OUTCOME_ADDRESS. 「outcomeAddress」对应outcomeAddress,字符串,@Off -> address
org.jooq.TableField<R extends org.jooq.Record,T> SERVICE_ID
The column DB_ETERNAL.I_JOB.SERVICE_ID. 「serviceId」- 关联的服务ID
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.I_JOB.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.I_JOB.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.I_JOB.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.I_JOB.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.I_JOB.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.I_JOB.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.I_JOB.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.I_JOB.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.I_SERVICE.KEY. 「key」- 服务ID
org.jooq.TableField<R extends org.jooq.Record,T> NAMESPACE
The column DB_ETERNAL.I_SERVICE.NAMESPACE. 「namespace」- 服务所在名空间
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.I_SERVICE.NAME. 「name」- 服务名称
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.I_SERVICE.COMMENT. 「comment」- 备注信息
org.jooq.TableField<R extends org.jooq.Record,T> IS_WORKFLOW
The column DB_ETERNAL.I_SERVICE.IS_WORKFLOW. 「isWorkflow」- 是否驱动工作流引擎
org.jooq.TableField<R extends org.jooq.Record,T> IS_GRAPHIC
The column DB_ETERNAL.I_SERVICE.IS_GRAPHIC. 「isGraphic」- 是否驱动图引擎
org.jooq.TableField<R extends org.jooq.Record,T> IN_SCRIPT
The column DB_ETERNAL.I_SERVICE.IN_SCRIPT. 「inScript」- 本次不使用,加载脚本引擎ScriptEngine前置脚本
org.jooq.TableField<R extends org.jooq.Record,T> OUT_SCRIPT
The column DB_ETERNAL.I_SERVICE.OUT_SCRIPT. 「outScript」- 本次不使用,加载脚本引擎ScriptEngine后置脚本
org.jooq.TableField<R extends org.jooq.Record,T> CHANNEL_TYPE
The column DB_ETERNAL.I_SERVICE.CHANNEL_TYPE. 「channelType」- 通道类型:ADAPTOR / CONNECTOR / ACTOR / DIRECTOR / DEFINE
org.jooq.TableField<R extends org.jooq.Record,T> CHANNEL_COMPONENT
The column DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT. 「channelComponent」- 自定义通道专用组件
org.jooq.TableField<R extends org.jooq.Record,T> CHANNEL_CONFIG
The column DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG. 「channelConfig」- 通道(自定义)配置信息,Channel专用
org.jooq.TableField<R extends org.jooq.Record,T> CONFIG_INTEGRATION
The column DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION. 「configIntegration」- 集成配置信息,第三方专用
org.jooq.TableField<R extends org.jooq.Record,T> CONFIG_DATABASE
The column DB_ETERNAL.I_SERVICE.CONFIG_DATABASE. 「configDatabase」- 数据库配置,当前通道访问的Database
org.jooq.TableField<R extends org.jooq.Record,T> DICT_CONFIG
The column DB_ETERNAL.I_SERVICE.DICT_CONFIG. 「dictConfig」- 字典的配置信息
org.jooq.TableField<R extends org.jooq.Record,T> DICT_COMPONENT
The column DB_ETERNAL.I_SERVICE.DICT_COMPONENT. 「dictComponent」- 字典配置中的插件
org.jooq.TableField<R extends org.jooq.Record,T> DICT_EPSILON
The column DB_ETERNAL.I_SERVICE.DICT_EPSILON. 「dictEpsilon」- 字典的消费配置
org.jooq.TableField<R extends org.jooq.Record,T> MAPPING_CONFIG
The column DB_ETERNAL.I_SERVICE.MAPPING_CONFIG. 「mappingConfig」- 映射专用配置
org.jooq.TableField<R extends org.jooq.Record,T> MAPPING_MODE
The column DB_ETERNAL.I_SERVICE.MAPPING_MODE. 「mappingMode」- 映射的模式
org.jooq.TableField<R extends org.jooq.Record,T> MAPPING_COMPONENT
The column DB_ETERNAL.I_SERVICE.MAPPING_COMPONENT. 「mappingComponent」- 映射组件类型
org.jooq.TableField<R extends org.jooq.Record,T> SERVICE_RECORD
The column DB_ETERNAL.I_SERVICE.SERVICE_RECORD. 「serviceRecord」- 服务记录定义
org.jooq.TableField<R extends org.jooq.Record,T> SERVICE_COMPONENT
The column DB_ETERNAL.I_SERVICE.SERVICE_COMPONENT. 「serviceComponent」- 服务组件定义
org.jooq.TableField<R extends org.jooq.Record,T> SERVICE_CONFIG
The column DB_ETERNAL.I_SERVICE.SERVICE_CONFIG. 「serviceConfig」- 业务组件配置,业务组件专用
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.I_SERVICE.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER_COMPONENT
The column DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT. 「identifierComponent」- 当前业务接口使用的标识选择器
org.jooq.TableField<R extends org.jooq.Record,T> RULE_UNIQUE
The column DB_ETERNAL.I_SERVICE.RULE_UNIQUE. 「ruleUnique」- 第二标识规则,当前通道的专用标识规则RuleUnique
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.I_SERVICE.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.I_SERVICE.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.I_SERVICE.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.I_SERVICE.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.I_SERVICE.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.I_SERVICE.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.I_SERVICE.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.I_SERVICE.UPDATED_BY. 「updatedBy」- 更新人
String key
String name
String uri
String method
String consumes
String produces
Boolean secure
String comment
String type
String paramMode
String paramRequired
String paramContained
String inRule
String inMapping
String inPlug
String inScript
String outWriter
String workerType
String workerAddress
String workerConsumer
String workerClass
String workerJs
String serviceId
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String namespace
String name
String code
String type
String group
String comment
String additional
LocalTime runAt
Long duration
String proxy
Integer threshold
String incomeComponent
String incomeAddress
String outcomeComponent
String outcomeAddress
String serviceId
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String namespace
String name
String comment
Boolean isWorkflow
Boolean isGraphic
String inScript
String outScript
String channelType
String channelComponent
String channelConfig
String configIntegration
String configDatabase
String dictConfig
String dictComponent
String dictEpsilon
String mappingConfig
String mappingMode
String mappingComponent
String serviceRecord
String serviceComponent
String serviceConfig
String identifier
String identifierComponent
String ruleUnique
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
Copyright © 2021. All rights reserved.