Interface IWFlow
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
WFlow,WFlowRecord
public interface IWFlow
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface IWFlowdefault IWFlowfromJson(io.vertx.core.json.JsonObject json) Getter forDB_ETERNAL.W_FLOW.ACTIVE.Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.getCode()Getter forDB_ETERNAL.W_FLOW.CODE.Getter forDB_ETERNAL.W_FLOW.COMMENT.Getter forDB_ETERNAL.W_FLOW.CREATED_AT.Getter forDB_ETERNAL.W_FLOW.CREATED_BY.Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.Getter forDB_ETERNAL.W_FLOW.END_COMPONENT.Getter forDB_ETERNAL.W_FLOW.END_CONFIG.Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.getKey()Getter forDB_ETERNAL.W_FLOW.KEY.Getter forDB_ETERNAL.W_FLOW.LANGUAGE.Getter forDB_ETERNAL.W_FLOW.METADATA.getName()Getter forDB_ETERNAL.W_FLOW.NAME.Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG.getSigma()Getter forDB_ETERNAL.W_FLOW.SIGMA.Getter forDB_ETERNAL.W_FLOW.START_COMPONENT.Getter forDB_ETERNAL.W_FLOW.START_CONFIG.getType()Getter forDB_ETERNAL.W_FLOW.TYPE.Getter forDB_ETERNAL.W_FLOW.UI_ASSIST.Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT.Getter forDB_ETERNAL.W_FLOW.UI_CONFIG.Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE.Getter forDB_ETERNAL.W_FLOW.UPDATED_AT.Getter forDB_ETERNAL.W_FLOW.UPDATED_BY.<E extends IWFlow>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IWFlowSetter forDB_ETERNAL.W_FLOW.ACTIVE.setAuthorizedComponent(String value) Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.setAuthorizedConfig(String value) Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.Setter forDB_ETERNAL.W_FLOW.CODE.setComment(String value) Setter forDB_ETERNAL.W_FLOW.COMMENT.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.W_FLOW.CREATED_AT.setCreatedBy(String value) Setter forDB_ETERNAL.W_FLOW.CREATED_BY.setDefinitionKey(String value) Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.setEndComponent(String value) Setter forDB_ETERNAL.W_FLOW.END_COMPONENT.setEndConfig(String value) Setter forDB_ETERNAL.W_FLOW.END_CONFIG.setGenerateComponent(String value) Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.setGenerateConfig(String value) Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.Setter forDB_ETERNAL.W_FLOW.KEY.setLanguage(String value) Setter forDB_ETERNAL.W_FLOW.LANGUAGE.setMetadata(String value) Setter forDB_ETERNAL.W_FLOW.METADATA.Setter forDB_ETERNAL.W_FLOW.NAME.setRunComponent(String value) Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.setRunConfig(String value) Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG.Setter forDB_ETERNAL.W_FLOW.SIGMA.setStartComponent(String value) Setter forDB_ETERNAL.W_FLOW.START_COMPONENT.setStartConfig(String value) Setter forDB_ETERNAL.W_FLOW.START_CONFIG.Setter forDB_ETERNAL.W_FLOW.TYPE.setUiAssist(String value) Setter forDB_ETERNAL.W_FLOW.UI_ASSIST.setUiComponent(String value) Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT.setUiConfig(String value) Setter forDB_ETERNAL.W_FLOW.UI_CONFIG.setUiLinkage(String value) Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.W_FLOW.UPDATED_AT.setUpdatedBy(String value) Setter forDB_ETERNAL.W_FLOW.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setKey
Setter forDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键 -
getKey
String getKey()Getter forDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键 -
setName
Setter forDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称 -
getName
String getName()Getter forDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称 -
setCode
Setter forDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用) -
getCode
String getCode()Getter forDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用) -
setType
Setter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR -
getType
String getType()Getter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR -
setDefinitionKey
Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId -
getDefinitionKey
String getDefinitionKey()Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId -
setAuthorizedComponent
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件 -
getAuthorizedComponent
String getAuthorizedComponent()Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件 -
setAuthorizedConfig
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置 -
getAuthorizedConfig
String getAuthorizedConfig()Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置 -
setGenerateComponent
Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件 -
getGenerateComponent
String getGenerateComponent()Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件 -
setGenerateConfig
Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置 -
getGenerateConfig
String getGenerateConfig()Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置 -
setRunComponent
Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件 -
getRunComponent
String getRunComponent()Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件 -
setRunConfig
Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置 -
getRunConfig
String getRunConfig()Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置 -
setStartComponent
Setter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件 -
getStartComponent
String getStartComponent()Getter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件 -
setStartConfig
Setter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置 -
getStartConfig
String getStartConfig()Getter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置 -
setEndComponent
Setter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件 -
getEndComponent
String getEndComponent()Getter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件 -
setEndConfig
Setter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置 -
getEndConfig
String getEndConfig()Getter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置 -
setUiComponent
Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件 -
getUiComponent
String getUiComponent()Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件 -
setUiConfig
Setter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置 -
getUiConfig
String getUiConfig()Getter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置 -
setUiAssist
Setter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置 -
getUiAssist
String getUiAssist()Getter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置 -
setUiLinkage
Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件 -
getUiLinkage
String getUiLinkage()Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件 -
setComment
Setter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注 -
getComment
String getComment()Getter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注 -
setActive
Setter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用 -
getActive
Boolean getActive()Getter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用 -
setSigma
Setter forDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识 -
getSigma
String getSigma()Getter forDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识 -
setMetadata
Setter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置 -
getMetadata
String getMetadata()Getter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置 -
setLanguage
Setter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言 -
getLanguage
String getLanguage()Getter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言 -
setCreatedAt
Setter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间 -
getCreatedAt
LocalDateTime getCreatedAt()Getter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间 -
setCreatedBy
Setter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人 -
getCreatedBy
String getCreatedBy()Getter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人 -
setUpdatedAt
Setter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间 -
getUpdatedAt
LocalDateTime getUpdatedAt()Getter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间 -
setUpdatedBy
Setter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人 -
getUpdatedBy
String getUpdatedBy()Getter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人 -
from
Load data from another generated Record/POJO implementing the common interface IWFlow -
into
Copy data into another generated Record/POJO implementing the common interface IWFlow -
fromJson
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-