Serialized Form
-
Package cn.vertxup.integration.domain
-
Class cn.vertxup.integration.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
I_DIRECTORY
IDirectory I_DIRECTORY
The tableDB_ETERNAL.I_DIRECTORY. -
I_INTEGRATION
IIntegration I_INTEGRATION
The tableDB_ETERNAL.I_INTEGRATION. -
I_MESSAGE
IMessage I_MESSAGE
The tableDB_ETERNAL.I_MESSAGE. -
I_MESSAGE_TPL
IMessageTpl I_MESSAGE_TPL
The tableDB_ETERNAL.I_MESSAGE_TPL.
-
-
Class cn.vertxup.integration.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.integration.domain.tables
-
Class cn.vertxup.integration.domain.tables.IDirectory extends org.jooq.impl.TableImpl<IDirectoryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IDirectoryRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_DIRECTORY.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<IDirectoryRecord,String> CATEGORY
The columnDB_ETERNAL.I_DIRECTORY.CATEGORY. 「category」- 目录连接的类型树 -
CODE
org.jooq.TableField<IDirectoryRecord,String> CODE
The columnDB_ETERNAL.I_DIRECTORY.CODE. 「code」- 目录编号 -
CREATED_AT
org.jooq.TableField<IDirectoryRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_DIRECTORY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IDirectoryRecord,String> CREATED_BY
The columnDB_ETERNAL.I_DIRECTORY.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<IDirectoryRecord,String> KEY
The columnDB_ETERNAL.I_DIRECTORY.KEY. 「key」- 目录主键 -
LANGUAGE
org.jooq.TableField<IDirectoryRecord,String> LANGUAGE
The columnDB_ETERNAL.I_DIRECTORY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IDirectoryRecord,String> METADATA
The columnDB_ETERNAL.I_DIRECTORY.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<IDirectoryRecord,String> NAME
The columnDB_ETERNAL.I_DIRECTORY.NAME. 「name」- 目录名称 -
OWNER
org.jooq.TableField<IDirectoryRecord,String> OWNER
The columnDB_ETERNAL.I_DIRECTORY.OWNER. 「owner」- 目录访问人 -
PARENT_ID
org.jooq.TableField<IDirectoryRecord,String> PARENT_ID
The columnDB_ETERNAL.I_DIRECTORY.PARENT_ID. 「parentId」- 父目录ID -
RUN_COMPONENT
org.jooq.TableField<IDirectoryRecord,String> RUN_COMPONENT
The columnDB_ETERNAL.I_DIRECTORY.RUN_COMPONENT. 「runComponent」- 目录执行组件,抓文件专用 -
SIGMA
org.jooq.TableField<IDirectoryRecord,String> SIGMA
The columnDB_ETERNAL.I_DIRECTORY.SIGMA. 「sigma」- 统一标识 -
STORE_PATH
org.jooq.TableField<IDirectoryRecord,String> STORE_PATH
The columnDB_ETERNAL.I_DIRECTORY.STORE_PATH. 「storePath」- 目录根路径 -
TYPE
org.jooq.TableField<IDirectoryRecord,String> TYPE
The columnDB_ETERNAL.I_DIRECTORY.TYPE. 「type」- 目录类型:ROOT / STORE -
UPDATED_AT
org.jooq.TableField<IDirectoryRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_DIRECTORY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IDirectoryRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_DIRECTORY.UPDATED_BY. 「updatedBy」- 更新人 -
VISIT
org.jooq.TableField<IDirectoryRecord,Boolean> VISIT
The columnDB_ETERNAL.I_DIRECTORY.VISIT. 「visit」- 公有 / 私有 -
VISIT_COMPONENT
org.jooq.TableField<IDirectoryRecord,String> VISIT_COMPONENT
The columnDB_ETERNAL.I_DIRECTORY.VISIT_COMPONENT. 「visitComponent」- 目录访问控制专用组件 -
VISIT_GROUP
org.jooq.TableField<IDirectoryRecord,String> VISIT_GROUP
The columnDB_ETERNAL.I_DIRECTORY.VISIT_GROUP. 「visitGroup」- 目录访问组 -
VISIT_MODE
org.jooq.TableField<IDirectoryRecord,String> VISIT_MODE
The columnDB_ETERNAL.I_DIRECTORY.VISIT_MODE. 「visitMode」- 目录模式:只读 / 可写,以后扩展为其他 -
VISIT_USER
org.jooq.TableField<IDirectoryRecord,String> VISIT_USER
The columnDB_ETERNAL.I_DIRECTORY.VISIT_USER. 「visitUser」- 目录访问者
-
-
Class cn.vertxup.integration.domain.tables.IIntegration extends org.jooq.impl.TableImpl<IIntegrationRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IIntegrationRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_INTEGRATION.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IIntegrationRecord,String> APP_ID
The columnDB_ETERNAL.I_INTEGRATION.APP_ID. 「appId」- 关联的应用程序ID -
CREATED_AT
org.jooq.TableField<IIntegrationRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_INTEGRATION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IIntegrationRecord,String> CREATED_BY
The columnDB_ETERNAL.I_INTEGRATION.CREATED_BY. 「createdBy」- 创建人 -
ENDPOINT
org.jooq.TableField<IIntegrationRecord,String> ENDPOINT
The columnDB_ETERNAL.I_INTEGRATION.ENDPOINT. 「endpoint」- 端地址 -
HOSTNAME
org.jooq.TableField<IIntegrationRecord,String> HOSTNAME
The columnDB_ETERNAL.I_INTEGRATION.HOSTNAME. 「hostname」- 主机地址 -
IP_V4
org.jooq.TableField<IIntegrationRecord,String> IP_V4
The columnDB_ETERNAL.I_INTEGRATION.IP_V4. 「ipV4」- IP v4地址 -
IP_V6
org.jooq.TableField<IIntegrationRecord,String> IP_V6
The columnDB_ETERNAL.I_INTEGRATION.IP_V6. 「ipV6」- IP v6地址 -
KEY
org.jooq.TableField<IIntegrationRecord,String> KEY
The columnDB_ETERNAL.I_INTEGRATION.KEY. 「key」- 集成配置主键 -
LANGUAGE
org.jooq.TableField<IIntegrationRecord,String> LANGUAGE
The columnDB_ETERNAL.I_INTEGRATION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IIntegrationRecord,String> METADATA
The columnDB_ETERNAL.I_INTEGRATION.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IIntegrationRecord,String> NAME
The columnDB_ETERNAL.I_INTEGRATION.NAME. 「name」- 集成名称 -
OPTIONS
org.jooq.TableField<IIntegrationRecord,String> OPTIONS
The columnDB_ETERNAL.I_INTEGRATION.OPTIONS. 「options」- 集成相关配置 -
OS_AUTHORIZE
org.jooq.TableField<IIntegrationRecord,String> OS_AUTHORIZE
The columnDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE. 「osAuthorize」- Authorize接口 -
OS_KEY
org.jooq.TableField<IIntegrationRecord,String> OS_KEY
The columnDB_ETERNAL.I_INTEGRATION.OS_KEY. 「osKey」- 开源专用Key -
OS_SECRET
org.jooq.TableField<IIntegrationRecord,String> OS_SECRET
The columnDB_ETERNAL.I_INTEGRATION.OS_SECRET. 「osSecret」- 开源专用Secret -
OS_TOKEN
org.jooq.TableField<IIntegrationRecord,String> OS_TOKEN
The columnDB_ETERNAL.I_INTEGRATION.OS_TOKEN. 「osToken」- Token接口 -
PASSWORD
org.jooq.TableField<IIntegrationRecord,String> PASSWORD
The columnDB_ETERNAL.I_INTEGRATION.PASSWORD. 「password」- 密码 -
PATH
org.jooq.TableField<IIntegrationRecord,String> PATH
The columnDB_ETERNAL.I_INTEGRATION.PATH. 「path」- 集成专用根路径 -
PORT
org.jooq.TableField<IIntegrationRecord,Integer> PORT
The columnDB_ETERNAL.I_INTEGRATION.PORT. 「port」- 端口号 -
PROTOCOL
org.jooq.TableField<IIntegrationRecord,String> PROTOCOL
The columnDB_ETERNAL.I_INTEGRATION.PROTOCOL. 「protocol」- 协议类型:HTTP, HTTPS, FTP -
PUBLIC_KEY
org.jooq.TableField<IIntegrationRecord,String> PUBLIC_KEY
The columnDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY. 「publicKey」- Key文件 -
SIGMA
org.jooq.TableField<IIntegrationRecord,String> SIGMA
The columnDB_ETERNAL.I_INTEGRATION.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<IIntegrationRecord,String> TYPE
The columnDB_ETERNAL.I_INTEGRATION.TYPE. 「type」- 集成类型 -
UPDATED_AT
org.jooq.TableField<IIntegrationRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_INTEGRATION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IIntegrationRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_INTEGRATION.UPDATED_BY. 「updatedBy」- 更新人 -
USERNAME
org.jooq.TableField<IIntegrationRecord,String> USERNAME
The columnDB_ETERNAL.I_INTEGRATION.USERNAME. 「username」- 账号
-
-
Class cn.vertxup.integration.domain.tables.IMessage extends org.jooq.impl.TableImpl<IMessageRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IMessageRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IMessageRecord,String> APP_ID
The columnDB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID -
CODE
org.jooq.TableField<IMessageRecord,String> CODE
The columnDB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码 -
CONTENT
org.jooq.TableField<IMessageRecord,String> CONTENT
The columnDB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容 -
CREATED_AT
org.jooq.TableField<IMessageRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IMessageRecord,String> CREATED_BY
The columnDB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人 -
FROM
org.jooq.TableField<IMessageRecord,String> FROM
The columnDB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方 -
KEY
org.jooq.TableField<IMessageRecord,String> KEY
The columnDB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键 -
LANGUAGE
org.jooq.TableField<IMessageRecord,String> LANGUAGE
The columnDB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IMessageRecord,String> METADATA
The columnDB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IMessageRecord,String> NAME
The columnDB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称 -
SEND_AT
org.jooq.TableField<IMessageRecord,String> SEND_AT
The columnDB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间 -
SEND_BY
org.jooq.TableField<IMessageRecord,String> SEND_BY
The columnDB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者 -
SIGMA
org.jooq.TableField<IMessageRecord,String> SIGMA
The columnDB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<IMessageRecord,String> STATUS
The columnDB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态 -
SUBJECT
org.jooq.TableField<IMessageRecord,String> SUBJECT
The columnDB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题 -
TO
org.jooq.TableField<IMessageRecord,String> TO
The columnDB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方 -
TYPE
org.jooq.TableField<IMessageRecord,String> TYPE
The columnDB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型 -
UPDATED_AT
org.jooq.TableField<IMessageRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IMessageRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.integration.domain.tables.IMessageTpl extends org.jooq.impl.TableImpl<IMessageTplRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IMessageTplRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_MESSAGE_TPL.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IMessageTplRecord,String> APP_ID
The columnDB_ETERNAL.I_MESSAGE_TPL.APP_ID. 「appId」- 所属应用ID -
CODE
org.jooq.TableField<IMessageTplRecord,String> CODE
The columnDB_ETERNAL.I_MESSAGE_TPL.CODE. 「code」- 模板编码 -
CREATED_AT
org.jooq.TableField<IMessageTplRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_MESSAGE_TPL.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IMessageTplRecord,String> CREATED_BY
The columnDB_ETERNAL.I_MESSAGE_TPL.CREATED_BY. 「createdBy」- 创建人 -
EXPR_COMPONENT
org.jooq.TableField<IMessageTplRecord,String> EXPR_COMPONENT
The columnDB_ETERNAL.I_MESSAGE_TPL.EXPR_COMPONENT. 「exprComponent」- 模板扩展处理程序,Java类名 -
EXPR_CONTENT
org.jooq.TableField<IMessageTplRecord,String> EXPR_CONTENT
The columnDB_ETERNAL.I_MESSAGE_TPL.EXPR_CONTENT. 「exprContent」- 模板内容,支持表达式 -
EXPR_SUBJECT
org.jooq.TableField<IMessageTplRecord,String> EXPR_SUBJECT
The columnDB_ETERNAL.I_MESSAGE_TPL.EXPR_SUBJECT. 「exprSubject」- 模板标题,支持表达式 -
KEY
org.jooq.TableField<IMessageTplRecord,String> KEY
The columnDB_ETERNAL.I_MESSAGE_TPL.KEY. 「key」- 模板唯一主键 -
LANGUAGE
org.jooq.TableField<IMessageTplRecord,String> LANGUAGE
The columnDB_ETERNAL.I_MESSAGE_TPL.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IMessageTplRecord,String> METADATA
The columnDB_ETERNAL.I_MESSAGE_TPL.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IMessageTplRecord,String> NAME
The columnDB_ETERNAL.I_MESSAGE_TPL.NAME. 「name」- 模板名称 -
SIGMA
org.jooq.TableField<IMessageTplRecord,String> SIGMA
The columnDB_ETERNAL.I_MESSAGE_TPL.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<IMessageTplRecord,String> TYPE
The columnDB_ETERNAL.I_MESSAGE_TPL.TYPE. 「type」- 模板类型 -
UPDATED_AT
org.jooq.TableField<IMessageTplRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_MESSAGE_TPL.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IMessageTplRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_MESSAGE_TPL.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.integration.domain.tables.interfaces
-
Package cn.vertxup.integration.domain.tables.pojos
-
Class cn.vertxup.integration.domain.tables.pojos.IDirectory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
owner
String owner
-
parentId
String parentId
-
runComponent
String runComponent
-
sigma
String sigma
-
storePath
String storePath
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
visit
Boolean visit
-
visitComponent
String visitComponent
-
visitGroup
String visitGroup
-
visitMode
String visitMode
-
visitUser
String visitUser
-
-
Class cn.vertxup.integration.domain.tables.pojos.IIntegration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
endpoint
String endpoint
-
hostname
String hostname
-
ipV4
String ipV4
-
ipV6
String ipV6
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
options
String options
-
osAuthorize
String osAuthorize
-
osKey
String osKey
-
osSecret
String osSecret
-
osToken
String osToken
-
password
String password
-
path
String path
-
port
Integer port
-
protocol
String protocol
-
publicKey
String publicKey
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
username
String username
-
-
Class cn.vertxup.integration.domain.tables.pojos.IMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
content
String content
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
from
String from
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sendAt
String sendAt
-
sendBy
String sendBy
-
sigma
String sigma
-
status
String status
-
subject
String subject
-
to
String to
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.integration.domain.tables.pojos.IMessageTpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
exprComponent
String exprComponent
-
exprContent
String exprContent
-
exprSubject
String exprSubject
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.integration.domain.tables.records
-
Class cn.vertxup.integration.domain.tables.records.IDirectoryRecord extends org.jooq.impl.UpdatableRecordImpl<IDirectoryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IIntegrationRecord extends org.jooq.impl.UpdatableRecordImpl<IIntegrationRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IMessageRecord extends org.jooq.impl.UpdatableRecordImpl<IMessageRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IMessageTplRecord extends org.jooq.impl.UpdatableRecordImpl<IMessageTplRecord> implements Serializable
- serialVersionUID:
- 1L
-