Serialized Form
-
Package cn.vertxup.workflow.domain
-
Class cn.vertxup.workflow.domain.Db
class Db extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.workflow.domain.tables
-
Class cn.vertxup.workflow.domain.tables.WFlow
class WFlow extends org.jooq.impl.TableImpl<WFlowRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<WFlowRecord,
Boolean> ACTIVE The columnDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用 -
AUTHORIZED_COMPONENT
org.jooq.TableField<WFlowRecord,
String> AUTHORIZED_COMPONENT The columnDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件 -
AUTHORIZED_CONFIG
org.jooq.TableField<WFlowRecord,
String> AUTHORIZED_CONFIG The columnDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置 -
CODE
org.jooq.TableField<WFlowRecord,
String> CODE The columnDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用) -
COMMENT
org.jooq.TableField<WFlowRecord,
String> COMMENT The columnDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注 -
CREATED_AT
org.jooq.TableField<WFlowRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<WFlowRecord,
String> CREATED_BY The columnDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人 -
DEFINITION_KEY
org.jooq.TableField<WFlowRecord,
String> DEFINITION_KEY The columnDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId -
END_COMPONENT
org.jooq.TableField<WFlowRecord,
String> END_COMPONENT The columnDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件 -
END_CONFIG
org.jooq.TableField<WFlowRecord,
String> END_CONFIG The columnDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置 -
GENERATE_COMPONENT
org.jooq.TableField<WFlowRecord,
String> GENERATE_COMPONENT The columnDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件 -
GENERATE_CONFIG
org.jooq.TableField<WFlowRecord,
String> GENERATE_CONFIG The columnDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置 -
KEY
org.jooq.TableField<WFlowRecord,
String> KEY The columnDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键 -
LANGUAGE
org.jooq.TableField<WFlowRecord,
String> LANGUAGE The columnDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<WFlowRecord,
String> METADATA The columnDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<WFlowRecord,
String> NAME The columnDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称 -
RUN_COMPONENT
org.jooq.TableField<WFlowRecord,
String> RUN_COMPONENT The columnDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件 -
RUN_CONFIG
org.jooq.TableField<WFlowRecord,
String> RUN_CONFIG The columnDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置 -
SIGMA
org.jooq.TableField<WFlowRecord,
String> SIGMA The columnDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识 -
START_COMPONENT
org.jooq.TableField<WFlowRecord,
String> START_COMPONENT The columnDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件 -
START_CONFIG
org.jooq.TableField<WFlowRecord,
String> START_CONFIG The columnDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置 -
TYPE
org.jooq.TableField<WFlowRecord,
String> TYPE The columnDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR -
UI_ASSIST
org.jooq.TableField<WFlowRecord,
String> UI_ASSIST The columnDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置 -
UI_COMPONENT
org.jooq.TableField<WFlowRecord,
String> UI_COMPONENT The columnDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件 -
UI_CONFIG
org.jooq.TableField<WFlowRecord,
String> UI_CONFIG The columnDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置 -
UI_LINKAGE
org.jooq.TableField<WFlowRecord,
String> UI_LINKAGE The columnDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件 -
UPDATED_AT
org.jooq.TableField<WFlowRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<WFlowRecord,
String> UPDATED_BY The columnDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.workflow.domain.tables.WTicket
class WTicket extends org.jooq.impl.TableImpl<WTicketRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<WTicketRecord,
Boolean> ACTIVE The columnDB_ETERNAL.W_TICKET.ACTIVE. 「active」- 是否启用 -
CANCEL_AT
org.jooq.TableField<WTicketRecord,
LocalDateTime> CANCEL_AT The columnDB_ETERNAL.W_TICKET.CANCEL_AT. 「cancelAt」- 中断时间 -
CANCEL_BY
org.jooq.TableField<WTicketRecord,
String> CANCEL_BY The columnDB_ETERNAL.W_TICKET.CANCEL_BY. 「cancelBy」- 中断人 -
CATALOG
org.jooq.TableField<WTicketRecord,
String> CATALOG The columnDB_ETERNAL.W_TICKET.CATALOG. 「catalog」- 关联服务目录 -
CATEGORY
org.jooq.TableField<WTicketRecord,
String> CATEGORY The columnDB_ETERNAL.W_TICKET.CATEGORY. 「category」- 业务类别 -
CATEGORY_SUB
org.jooq.TableField<WTicketRecord,
String> CATEGORY_SUB The columnDB_ETERNAL.W_TICKET.CATEGORY_SUB. 「categorySub」- 子类别 -
CLOSE_AT
org.jooq.TableField<WTicketRecord,
LocalDateTime> CLOSE_AT The columnDB_ETERNAL.W_TICKET.CLOSE_AT. 「closeAt」- 关闭时间 -
CLOSE_BY
org.jooq.TableField<WTicketRecord,
String> CLOSE_BY The columnDB_ETERNAL.W_TICKET.CLOSE_BY. 「closeBy」- 关闭人 -
CLOSE_CODE
org.jooq.TableField<WTicketRecord,
String> CLOSE_CODE The columnDB_ETERNAL.W_TICKET.CLOSE_CODE. 「closeCode」- 关闭代码 -
CLOSE_KB
org.jooq.TableField<WTicketRecord,
String> CLOSE_KB The columnDB_ETERNAL.W_TICKET.CLOSE_KB. 「closeKb」- 关闭时KB链接地址 -
CLOSE_SOLUTION
org.jooq.TableField<WTicketRecord,
String> CLOSE_SOLUTION The columnDB_ETERNAL.W_TICKET.CLOSE_SOLUTION. 「closeSolution」- 关闭解决方案 -
CODE
org.jooq.TableField<WTicketRecord,
String> CODE The columnDB_ETERNAL.W_TICKET.CODE. 「code」- 单据系统编号(内码) -
CREATED_AT
org.jooq.TableField<WTicketRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.W_TICKET.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<WTicketRecord,
String> CREATED_BY The columnDB_ETERNAL.W_TICKET.CREATED_BY. 「createdBy」- 创建人 -
DESCRIPTION
org.jooq.TableField<WTicketRecord,
String> DESCRIPTION The columnDB_ETERNAL.W_TICKET.DESCRIPTION. 「description」- 主单描述内容 -
FLOW_DEFINITION_ID
org.jooq.TableField<WTicketRecord,
String> FLOW_DEFINITION_ID The columnDB_ETERNAL.W_TICKET.FLOW_DEFINITION_ID. 「flowDefinitionId」- 流程定义的ID,getProcessDefinitionKey -
FLOW_DEFINITION_KEY
org.jooq.TableField<WTicketRecord,
String> FLOW_DEFINITION_KEY The columnDB_ETERNAL.W_TICKET.FLOW_DEFINITION_KEY. 「flowDefinitionKey」- 流程定义的KEY, getProcessDefinitionKey -
FLOW_END
org.jooq.TableField<WTicketRecord,
Boolean> FLOW_END The columnDB_ETERNAL.W_TICKET.FLOW_END. 「flowEnd」- 主单是否执行完成 -
FLOW_INSTANCE_ID
org.jooq.TableField<WTicketRecord,
String> FLOW_INSTANCE_ID The columnDB_ETERNAL.W_TICKET.FLOW_INSTANCE_ID. 「flowInstanceId」- 流程定义的ID,getProcessId -
KEY
org.jooq.TableField<WTicketRecord,
String> KEY The columnDB_ETERNAL.W_TICKET.KEY. 「key」- 单据主键 -
LANGUAGE
org.jooq.TableField<WTicketRecord,
String> LANGUAGE The columnDB_ETERNAL.W_TICKET.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<WTicketRecord,
String> METADATA The columnDB_ETERNAL.W_TICKET.METADATA. 「metadata」- 附加配置 -
MODEL_CATEGORY
org.jooq.TableField<WTicketRecord,
String> MODEL_CATEGORY The columnDB_ETERNAL.W_TICKET.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点 -
MODEL_CHILD
org.jooq.TableField<WTicketRecord,
String> MODEL_CHILD The columnDB_ETERNAL.W_TICKET.MODEL_CHILD. 「modelChild」- 关联多个模型的记录ID,JsonArray格式 -
MODEL_COMPONENT
org.jooq.TableField<WTicketRecord,
String> MODEL_COMPONENT The columnDB_ETERNAL.W_TICKET.MODEL_COMPONENT. 「modelComponent」- 关联的待办组件记录 -
MODEL_ID
org.jooq.TableField<WTicketRecord,
String> MODEL_ID The columnDB_ETERNAL.W_TICKET.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<WTicketRecord,
String> MODEL_KEY The columnDB_ETERNAL.W_TICKET.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<WTicketRecord,
String> NAME The columnDB_ETERNAL.W_TICKET.NAME. 「name」- 单据标题 -
OPEN_AT
org.jooq.TableField<WTicketRecord,
LocalDateTime> OPEN_AT The columnDB_ETERNAL.W_TICKET.OPEN_AT. 「openAt」- 开单时间 -
OPEN_BY
org.jooq.TableField<WTicketRecord,
String> OPEN_BY The columnDB_ETERNAL.W_TICKET.OPEN_BY. 「openBy」- 开单人 -
OPEN_GROUP
org.jooq.TableField<WTicketRecord,
String> OPEN_GROUP The columnDB_ETERNAL.W_TICKET.OPEN_GROUP. 「openGroup」- 开单组 -
OWNER
org.jooq.TableField<WTicketRecord,
String> OWNER The columnDB_ETERNAL.W_TICKET.OWNER. 「owner」- 制单人/拥有者 -
PHASE
org.jooq.TableField<WTicketRecord,
String> PHASE The columnDB_ETERNAL.W_TICKET.PHASE. 「phase」- 主单据所属阶段(状态描述,由于挂TODO,所以不使用status) -
QUANTITY
org.jooq.TableField<WTicketRecord,
Integer> QUANTITY The columnDB_ETERNAL.W_TICKET.QUANTITY. 「quantity」- 数量信息,多个模型记录时统计模型总数 -
SERIAL
org.jooq.TableField<WTicketRecord,
String> SERIAL The columnDB_ETERNAL.W_TICKET.SERIAL. 「serial」- 单据编号,使用 X_NUMBER 生成 -
SIGMA
org.jooq.TableField<WTicketRecord,
String> SIGMA The columnDB_ETERNAL.W_TICKET.SIGMA. 「sigma」- 统一标识 -
SUPERVISOR
org.jooq.TableField<WTicketRecord,
String> SUPERVISOR The columnDB_ETERNAL.W_TICKET.SUPERVISOR. 「supervisor」- 监督人 -
TITLE
org.jooq.TableField<WTicketRecord,
String> TITLE The columnDB_ETERNAL.W_TICKET.TITLE. 「title」- 主单业务标题 -
TYPE
org.jooq.TableField<WTicketRecord,
String> TYPE The columnDB_ETERNAL.W_TICKET.TYPE. 「type」- 主单类型类型 -
UPDATED_AT
org.jooq.TableField<WTicketRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.W_TICKET.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<WTicketRecord,
String> UPDATED_BY The columnDB_ETERNAL.W_TICKET.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.workflow.domain.tables.WTodo
class WTodo extends org.jooq.impl.TableImpl<WTodoRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACCEPTED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> ACCEPTED_AT The columnDB_ETERNAL.W_TODO.ACCEPTED_AT. 「acceptedAt」- 接收时间 -
ACCEPTED_BY
org.jooq.TableField<WTodoRecord,
String> ACCEPTED_BY The columnDB_ETERNAL.W_TODO.ACCEPTED_BY. 「acceptedBy」- 待办接收人 -
ACCEPTED_GROUP
org.jooq.TableField<WTodoRecord,
String> ACCEPTED_GROUP The columnDB_ETERNAL.W_TODO.ACCEPTED_GROUP. 「acceptedGroup」- 当前处理组 -
ACTIVE
org.jooq.TableField<WTodoRecord,
Boolean> ACTIVE The columnDB_ETERNAL.W_TODO.ACTIVE. 「active」- 是否启用 -
ASSIGNED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> ASSIGNED_AT The columnDB_ETERNAL.W_TODO.ASSIGNED_AT. 「assignedAt」- 指派时间 -
ASSIGNED_BY
org.jooq.TableField<WTodoRecord,
String> ASSIGNED_BY The columnDB_ETERNAL.W_TODO.ASSIGNED_BY. 「assignedBy」- 待办指派人 -
CODE
org.jooq.TableField<WTodoRecord,
String> CODE The columnDB_ETERNAL.W_TODO.CODE. 「code」- 待办系统码,使用流程时候关联流程的任务ID -
COMMENT
org.jooq.TableField<WTodoRecord,
String> COMMENT The columnDB_ETERNAL.W_TODO.COMMENT. 「comment」- 待办描述 -
COMMENT_APPROVAL
org.jooq.TableField<WTodoRecord,
String> COMMENT_APPROVAL The columnDB_ETERNAL.W_TODO.COMMENT_APPROVAL. 「commentApproval」- 审批描述 -
COMMENT_REJECT
org.jooq.TableField<WTodoRecord,
String> COMMENT_REJECT The columnDB_ETERNAL.W_TODO.COMMENT_REJECT. 「commentReject」- 拒绝理由 -
CREATED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.W_TODO.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<WTodoRecord,
String> CREATED_BY The columnDB_ETERNAL.W_TODO.CREATED_BY. 「createdBy」- 创建人 -
ESCALATE
org.jooq.TableField<WTodoRecord,
Boolean> ESCALATE The columnDB_ETERNAL.W_TODO.ESCALATE. 「escalate」- 是否升级 -
ESCALATE_DATA
org.jooq.TableField<WTodoRecord,
String> ESCALATE_DATA The columnDB_ETERNAL.W_TODO.ESCALATE_DATA. 「escalateData」- 升级单据数据 -
EXPIRED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> EXPIRED_AT The columnDB_ETERNAL.W_TODO.EXPIRED_AT. 「expiredAt」- 超时时间 -
FINISHED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> FINISHED_AT The columnDB_ETERNAL.W_TODO.FINISHED_AT. 「finishedAt」- 完成时间 -
FINISHED_BY
org.jooq.TableField<WTodoRecord,
String> FINISHED_BY The columnDB_ETERNAL.W_TODO.FINISHED_BY. 「finishedBy」- 待办完成人 -
ICON
org.jooq.TableField<WTodoRecord,
String> ICON The columnDB_ETERNAL.W_TODO.ICON. 「icon」- 待办显示的图标 -
KEY
org.jooq.TableField<WTodoRecord,
String> KEY The columnDB_ETERNAL.W_TODO.KEY. 「key」- 待办主键 -
LANGUAGE
org.jooq.TableField<WTodoRecord,
String> LANGUAGE The columnDB_ETERNAL.W_TODO.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<WTodoRecord,
String> METADATA The columnDB_ETERNAL.W_TODO.METADATA. 「metadata」- 附加配置 -
MODEL_CATEGORY
org.jooq.TableField<WTodoRecord,
String> MODEL_CATEGORY The columnDB_ETERNAL.W_TODO.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点 -
MODEL_ID
org.jooq.TableField<WTodoRecord,
String> MODEL_ID The columnDB_ETERNAL.W_TODO.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<WTodoRecord,
String> MODEL_KEY The columnDB_ETERNAL.W_TODO.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<WTodoRecord,
String> NAME The columnDB_ETERNAL.W_TODO.NAME. 「name」- 待办名称(标题) -
PARENT_ID
org.jooq.TableField<WTodoRecord,
String> PARENT_ID The columnDB_ETERNAL.W_TODO.PARENT_ID. 「parentId」- 待办支持父子集结构,父待办执行时候子待办同样执行 -
SERIAL
org.jooq.TableField<WTodoRecord,
String> SERIAL The columnDB_ETERNAL.W_TODO.SERIAL. 「serial」- 待办编号,使用 X_NUMBER 生成 -
SERIAL_FORK
org.jooq.TableField<WTodoRecord,
String> SERIAL_FORK The columnDB_ETERNAL.W_TODO.SERIAL_FORK. 「serialFork」- 生成序号的分支序号 -
SIGMA
org.jooq.TableField<WTodoRecord,
String> SIGMA The columnDB_ETERNAL.W_TODO.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<WTodoRecord,
String> STATUS The columnDB_ETERNAL.W_TODO.STATUS. 「status」- 待办状态 -
TASK_ID
org.jooq.TableField<WTodoRecord,
String> TASK_ID The columnDB_ETERNAL.W_TODO.TASK_ID. 「taskId」- 和待办绑定的taskId(任务) -
TASK_KEY
org.jooq.TableField<WTodoRecord,
String> TASK_KEY The columnDB_ETERNAL.W_TODO.TASK_KEY. 「taskKey」- 和待办绑定的taskKey -
TO_DEPT
org.jooq.TableField<WTodoRecord,
String> TO_DEPT The columnDB_ETERNAL.W_TODO.TO_DEPT. 「toDept」- 指定部门 -
TO_GROUP
org.jooq.TableField<WTodoRecord,
String> TO_GROUP The columnDB_ETERNAL.W_TODO.TO_GROUP. 「toGroup」- 指定用户组 -
TO_LOCATION
org.jooq.TableField<WTodoRecord,
String> TO_LOCATION The columnDB_ETERNAL.W_TODO.TO_LOCATION. 「toLocation」- 指定地址区域 -
TO_ROLE
org.jooq.TableField<WTodoRecord,
String> TO_ROLE The columnDB_ETERNAL.W_TODO.TO_ROLE. 「toRole」- 待办角色(集体) -
TO_TEAM
org.jooq.TableField<WTodoRecord,
String> TO_TEAM The columnDB_ETERNAL.W_TODO.TO_TEAM. 「toTeam」- 指定业务组 -
TO_USER
org.jooq.TableField<WTodoRecord,
String> TO_USER The columnDB_ETERNAL.W_TODO.TO_USER. 「toUser」- 待办指定人 -
TODO_URL
org.jooq.TableField<WTodoRecord,
String> TODO_URL The columnDB_ETERNAL.W_TODO.TODO_URL. 「todoUrl」- 待办路径 -
TRACE_ID
org.jooq.TableField<WTodoRecord,
String> TRACE_ID The columnDB_ETERNAL.W_TODO.TRACE_ID. 「traceId」- 同一个流程的待办执行分组 -
TRACE_ORDER
org.jooq.TableField<WTodoRecord,
Integer> TRACE_ORDER The columnDB_ETERNAL.W_TODO.TRACE_ORDER. 「traceOrder」- 待办的处理顺序 -
TYPE
org.jooq.TableField<WTodoRecord,
String> TYPE The columnDB_ETERNAL.W_TODO.TYPE. 「type」- 待办类型 -
UPDATED_AT
org.jooq.TableField<WTodoRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.W_TODO.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<WTodoRecord,
String> UPDATED_BY The columnDB_ETERNAL.W_TODO.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.workflow.domain.tables.interfaces
-
Package cn.vertxup.workflow.domain.tables.pojos
-
Class cn.vertxup.workflow.domain.tables.pojos.WFlow
class WFlow extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
authorizedComponent
String authorizedComponent
-
authorizedConfig
String authorizedConfig
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
definitionKey
String definitionKey
-
endComponent
String endComponent
-
endConfig
String endConfig
-
generateComponent
String generateComponent
-
generateConfig
String generateConfig
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
runComponent
String runComponent
-
runConfig
String runConfig
-
sigma
String sigma
-
startComponent
String startComponent
-
startConfig
String startConfig
-
type
String type
-
uiAssist
String uiAssist
-
uiComponent
String uiComponent
-
uiConfig
String uiConfig
-
uiLinkage
String uiLinkage
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.workflow.domain.tables.pojos.WTicket
class WTicket extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
cancelAt
LocalDateTime cancelAt
-
cancelBy
String cancelBy
-
catalog
String catalog
-
category
String category
-
categorySub
String categorySub
-
closeAt
LocalDateTime closeAt
-
closeBy
String closeBy
-
closeCode
String closeCode
-
closeKb
String closeKb
-
closeSolution
String closeSolution
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
description
String description
-
flowDefinitionId
String flowDefinitionId
-
flowDefinitionKey
String flowDefinitionKey
-
flowEnd
Boolean flowEnd
-
flowInstanceId
String flowInstanceId
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelCategory
String modelCategory
-
modelChild
String modelChild
-
modelComponent
String modelComponent
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
openAt
LocalDateTime openAt
-
openBy
String openBy
-
openGroup
String openGroup
-
owner
String owner
-
phase
String phase
-
quantity
Integer quantity
-
serial
String serial
-
sigma
String sigma
-
supervisor
String supervisor
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.workflow.domain.tables.pojos.WTodo
class WTodo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptedAt
LocalDateTime acceptedAt
-
acceptedBy
String acceptedBy
-
acceptedGroup
String acceptedGroup
-
active
Boolean active
-
assignedAt
LocalDateTime assignedAt
-
assignedBy
String assignedBy
-
code
String code
-
comment
String comment
-
commentApproval
String commentApproval
-
commentReject
String commentReject
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
escalate
Boolean escalate
-
escalateData
String escalateData
-
expiredAt
LocalDateTime expiredAt
-
finishedAt
LocalDateTime finishedAt
-
finishedBy
String finishedBy
-
icon
String icon
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelCategory
String modelCategory
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
parentId
String parentId
-
serial
String serial
-
serialFork
String serialFork
-
sigma
String sigma
-
status
String status
-
taskId
String taskId
-
taskKey
String taskKey
-
toDept
String toDept
-
todoUrl
String todoUrl
-
toGroup
String toGroup
-
toLocation
String toLocation
-
toRole
String toRole
-
toTeam
String toTeam
-
toUser
String toUser
-
traceId
String traceId
-
traceOrder
Integer traceOrder
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.workflow.domain.tables.records
-
Class cn.vertxup.workflow.domain.tables.records.WFlowRecord
class WFlowRecord extends org.jooq.impl.UpdatableRecordImpl<WFlowRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.WTicketRecord
class WTicketRecord extends org.jooq.impl.UpdatableRecordImpl<WTicketRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.WTodoRecord
class WTodoRecord extends org.jooq.impl.UpdatableRecordImpl<WTodoRecord> implements Serializable- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.error
-
Exception io.vertx.tp.error._400FileNameInValidException
class _400FileNameInValidException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403TokenGenerationException
class _403TokenGenerationException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ConnectMissingException
class _404ConnectMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ExcelFileNullException
class _404ExcelFileNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ProcessMissingException
class _404ProcessMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404RunOnSupplierException
class _404RunOnSupplierException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404WorkflowNullException
class _404WorkflowNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409EventEndUniqueException
class _409EventEndUniqueException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409EventStartUniqueException
class _409EventStartUniqueException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409InValidInstanceException
class _409InValidInstanceException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409InValidStartException
class _409InValidStartException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409InValidTaskApiException
class _409InValidTaskApiException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionConflictException
class _409SessionConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionVersionException
class _409SessionVersionException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500EventTypeNullException
class _500EventTypeNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500ExportingErrorException
class _500ExportingErrorException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501ChannelNotImplementException
class _501ChannelNotImplementException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501EventEndMissingException
class _501EventEndMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501EventStartMissingException
class _501EventStartMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error.DataSourceException
class DataSourceException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.EventCodexMultiException
class EventCodexMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginOptionException
class PluginOptionException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginSpecificationException
class PluginSpecificationException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginUpException
class PluginUpException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.RpcPreparingException
class RpcPreparingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallDuplicatedException
class WallDuplicatedException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallItemSizeException
class WallItemSizeException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallKeyMissingException
class WallKeyMissingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallMethodMultiException
class WallMethodMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallProviderConflictException
class WallProviderConflictException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallTypeWrongException
class WallTypeWrongException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorConnectException
class XtorConnectException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorExecuteException
class XtorExecuteException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorNotReadyException
class XtorNotReadyException extends io.horizon.exception.BootingException implements Serializable
-
-
Package io.vertx.tp.workflow.atom.runtime
-
Class io.vertx.tp.workflow.atom.runtime.WMove
class WMove extends Object implements Serializable -
Class io.vertx.tp.workflow.atom.runtime.WRecord
class WRecord extends Object implements Serializable -
Class io.vertx.tp.workflow.atom.runtime.WRequest
class WRequest extends Object implements Serializable -
Class io.vertx.tp.workflow.atom.runtime.WRule
class WRule extends Object implements Serializable
-