Serialized Form
-
Package cn.vertxup.workflow.domain
-
Class cn.vertxup.workflow.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
T_ASSET_IN
TAssetIn T_ASSET_IN
The tableDB_ETERNAL.T_ASSET_IN. -
T_ASSET_KO
TAssetKo T_ASSET_KO
The tableDB_ETERNAL.T_ASSET_KO. -
T_ASSET_OUT
TAssetOut T_ASSET_OUT
The tableDB_ETERNAL.T_ASSET_OUT. -
W_FLOW
WFlow W_FLOW
The tableDB_ETERNAL.W_FLOW. -
W_TICKET
WTicket W_TICKET
The tableDB_ETERNAL.W_TICKET. -
W_TODO
WTodo W_TODO
The tableDB_ETERNAL.W_TODO.
-
-
Class cn.vertxup.workflow.domain.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.TAssetIn extends org.jooq.impl.TableImpl<TAssetInRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_IN
org.jooq.TableField<TAssetInRecord,String> COMMENT_IN
The columnDB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注 -
KEY
org.jooq.TableField<TAssetInRecord,String> KEY
The columnDB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
-
-
Class cn.vertxup.workflow.domain.tables.TAssetKo extends org.jooq.impl.TableImpl<TAssetKoRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_KO
org.jooq.TableField<TAssetKoRecord,String> COMMENT_KO
The columnDB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因 -
KEY
org.jooq.TableField<TAssetKoRecord,String> KEY
The columnDB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
-
-
Class cn.vertxup.workflow.domain.tables.TAssetOut extends org.jooq.impl.TableImpl<TAssetOutRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_OUT
org.jooq.TableField<TAssetOutRecord,String> COMMENT_OUT
The columnDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注 -
COMMENT_USAGE
org.jooq.TableField<TAssetOutRecord,String> COMMENT_USAGE
The columnDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明 -
KEY
org.jooq.TableField<TAssetOutRecord,String> KEY
The columnDB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)
-
-
Class cn.vertxup.workflow.domain.tables.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 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」- 开单人 -
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 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」- 待办接收人 -
ACTIVE
org.jooq.TableField<WTodoRecord,Boolean> ACTIVE
The columnDB_ETERNAL.W_TODO.ACTIVE. 「active」- 是否启用 -
ACTIVITY_ID
org.jooq.TableField<WTodoRecord,String> ACTIVITY_ID
The columnDB_ETERNAL.W_TODO.ACTIVITY_ID. 「activityId」- 生成的ACTIVITY_ID -
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」- 创建人 -
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 生成 -
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. 「traceTask」- 和待办绑定的taskId(任务) -
TASK_KEY
org.jooq.TableField<WTodoRecord,String> TASK_KEY
The columnDB_ETERNAL.W_TODO.TASK_KEY. 「traceTaskKey」- 和待办绑定的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.TAssetIn extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.pojos.TAssetKo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.pojos.TAssetOut extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.pojos.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 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
-
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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptedAt
LocalDateTime acceptedAt
-
acceptedBy
String acceptedBy
-
active
Boolean active
-
activityId
String activityId
-
assignedAt
LocalDateTime assignedAt
-
assignedBy
String assignedBy
-
code
String code
-
comment
String comment
-
commentApproval
String commentApproval
-
commentReject
String commentReject
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
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
-
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.TAssetInRecord extends org.jooq.impl.UpdatableRecordImpl<TAssetInRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.TAssetKoRecord extends org.jooq.impl.UpdatableRecordImpl<TAssetKoRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.TAssetOutRecord extends org.jooq.impl.UpdatableRecordImpl<TAssetOutRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.WFlowRecord extends org.jooq.impl.UpdatableRecordImpl<WFlowRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.WTicketRecord extends org.jooq.impl.UpdatableRecordImpl<WTicketRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.workflow.domain.tables.records.WTodoRecord extends org.jooq.impl.UpdatableRecordImpl<WTodoRecord> implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.error
-
Class io.vertx.tp.error._403TokenGenerationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ConnectMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ExcelFileNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ProcessMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409JoinTargetException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionVersionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409UniqueStartEventException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentParsingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentUnknownException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ExportingErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ChannelNotImplementException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501JooqReferenceException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ProcessStartException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error.DataSourceException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.EventCodexMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginOptionException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginSpecificationException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginUpException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.RpcPreparingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallDuplicatedException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallItemSizeException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallKeyMissingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallMethodMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallProviderConflictException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallTypeWrongException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorConnectException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorExecuteException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorNotReadyException extends io.vertx.up.exception.UpException implements Serializable
-
-
Package io.vertx.tp.workflow.atom
-
Class io.vertx.tp.workflow.atom.WKey extends Object implements Serializable
-
Class io.vertx.tp.workflow.atom.WMove extends Object implements Serializable
-
Class io.vertx.tp.workflow.atom.WMoveRule extends Object implements Serializable
-
Class io.vertx.tp.workflow.atom.WProcessDefinition extends Object implements Serializable
-
Serialized Fields
-
definition
org.camunda.bpm.engine.repository.ProcessDefinition definition
-
instance
org.camunda.bpm.engine.runtime.ProcessInstance instance
-
instanceFinished
org.camunda.bpm.engine.history.HistoricProcessInstance instanceFinished
-
-
-
Class io.vertx.tp.workflow.atom.WRecord extends Object implements Serializable
-