Uses of Class
cn.vertxup.workflow.domain.tables.records.WFlowRecord
-
Packages that use WFlowRecord Package Description cn.vertxup.workflow.domain cn.vertxup.workflow.domain.tables cn.vertxup.workflow.domain.tables.daos cn.vertxup.workflow.domain.tables.records -
-
Uses of WFlowRecord in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain with type parameters of type WFlowRecord Modifier and Type Field Description static org.jooq.UniqueKey<WFlowRecord>Keys. KEY_W_FLOW_CODEstatic org.jooq.UniqueKey<WFlowRecord>Keys. KEY_W_FLOW_NAMEstatic org.jooq.UniqueKey<WFlowRecord>Keys. KEY_W_FLOW_PRIMARY -
Uses of WFlowRecord in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables with type parameters of type WFlowRecord Modifier and Type Field Description org.jooq.TableField<WFlowRecord,Boolean>WFlow. ACTIVEThe columnDB_ETERNAL.W_FLOW.ACTIVE.org.jooq.TableField<WFlowRecord,String>WFlow. AUTHORIZED_COMPONENTThe columnDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. AUTHORIZED_CONFIGThe columnDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. CODEThe columnDB_ETERNAL.W_FLOW.CODE.org.jooq.TableField<WFlowRecord,String>WFlow. COMMENTThe columnDB_ETERNAL.W_FLOW.COMMENT.org.jooq.TableField<WFlowRecord,LocalDateTime>WFlow. CREATED_ATThe columnDB_ETERNAL.W_FLOW.CREATED_AT.org.jooq.TableField<WFlowRecord,String>WFlow. CREATED_BYThe columnDB_ETERNAL.W_FLOW.CREATED_BY.org.jooq.TableField<WFlowRecord,String>WFlow. DEFINITION_KEYThe columnDB_ETERNAL.W_FLOW.DEFINITION_KEY.org.jooq.TableField<WFlowRecord,String>WFlow. END_COMPONENTThe columnDB_ETERNAL.W_FLOW.END_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. END_CONFIGThe columnDB_ETERNAL.W_FLOW.END_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. GENERATE_COMPONENTThe columnDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. GENERATE_CONFIGThe columnDB_ETERNAL.W_FLOW.GENERATE_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. KEYThe columnDB_ETERNAL.W_FLOW.KEY.org.jooq.TableField<WFlowRecord,String>WFlow. LANGUAGEThe columnDB_ETERNAL.W_FLOW.LANGUAGE.org.jooq.TableField<WFlowRecord,String>WFlow. METADATAThe columnDB_ETERNAL.W_FLOW.METADATA.org.jooq.TableField<WFlowRecord,String>WFlow. NAMEThe columnDB_ETERNAL.W_FLOW.NAME.org.jooq.TableField<WFlowRecord,String>WFlow. RUN_COMPONENTThe columnDB_ETERNAL.W_FLOW.RUN_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. RUN_CONFIGThe columnDB_ETERNAL.W_FLOW.RUN_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. SIGMAThe columnDB_ETERNAL.W_FLOW.SIGMA.org.jooq.TableField<WFlowRecord,String>WFlow. START_COMPONENTThe columnDB_ETERNAL.W_FLOW.START_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. START_CONFIGThe columnDB_ETERNAL.W_FLOW.START_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. TYPEThe columnDB_ETERNAL.W_FLOW.TYPE.org.jooq.TableField<WFlowRecord,String>WFlow. UI_ASSISTThe columnDB_ETERNAL.W_FLOW.UI_ASSIST.org.jooq.TableField<WFlowRecord,String>WFlow. UI_COMPONENTThe columnDB_ETERNAL.W_FLOW.UI_COMPONENT.org.jooq.TableField<WFlowRecord,String>WFlow. UI_CONFIGThe columnDB_ETERNAL.W_FLOW.UI_CONFIG.org.jooq.TableField<WFlowRecord,String>WFlow. UI_LINKAGEThe columnDB_ETERNAL.W_FLOW.UI_LINKAGE.org.jooq.TableField<WFlowRecord,LocalDateTime>WFlow. UPDATED_ATThe columnDB_ETERNAL.W_FLOW.UPDATED_AT.org.jooq.TableField<WFlowRecord,String>WFlow. UPDATED_BYThe columnDB_ETERNAL.W_FLOW.UPDATED_BY.Methods in cn.vertxup.workflow.domain.tables that return types with arguments of type WFlowRecord Modifier and Type Method Description org.jooq.UniqueKey<WFlowRecord>WFlow. getPrimaryKey()Class<WFlowRecord>WFlow. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<WFlowRecord>>WFlow. getUniqueKeys()Constructor parameters in cn.vertxup.workflow.domain.tables with type arguments of type WFlowRecord Constructor Description WFlow(org.jooq.Table<O> child, org.jooq.ForeignKey<O,WFlowRecord> key) -
Uses of WFlowRecord in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type WFlowRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<WFlowRecord,WFlow,String>WFlowDao. queryExecutor() -
Uses of WFlowRecord in cn.vertxup.workflow.domain.tables.records
Methods in cn.vertxup.workflow.domain.tables.records that return WFlowRecord Modifier and Type Method Description WFlowRecordWFlowRecord. setActive(Boolean value)Setter forDB_ETERNAL.W_FLOW.ACTIVE.WFlowRecordWFlowRecord. setAuthorizedComponent(String value)Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.WFlowRecordWFlowRecord. setAuthorizedConfig(String value)Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.WFlowRecordWFlowRecord. setCode(String value)Setter forDB_ETERNAL.W_FLOW.CODE.WFlowRecordWFlowRecord. setComment(String value)Setter forDB_ETERNAL.W_FLOW.COMMENT.WFlowRecordWFlowRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.W_FLOW.CREATED_AT.WFlowRecordWFlowRecord. setCreatedBy(String value)Setter forDB_ETERNAL.W_FLOW.CREATED_BY.WFlowRecordWFlowRecord. setDefinitionKey(String value)Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.WFlowRecordWFlowRecord. setEndComponent(String value)Setter forDB_ETERNAL.W_FLOW.END_COMPONENT.WFlowRecordWFlowRecord. setEndConfig(String value)Setter forDB_ETERNAL.W_FLOW.END_CONFIG.WFlowRecordWFlowRecord. setGenerateComponent(String value)Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.WFlowRecordWFlowRecord. setGenerateConfig(String value)Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.WFlowRecordWFlowRecord. setKey(String value)Setter forDB_ETERNAL.W_FLOW.KEY.WFlowRecordWFlowRecord. setLanguage(String value)Setter forDB_ETERNAL.W_FLOW.LANGUAGE.WFlowRecordWFlowRecord. setMetadata(String value)Setter forDB_ETERNAL.W_FLOW.METADATA.WFlowRecordWFlowRecord. setName(String value)Setter forDB_ETERNAL.W_FLOW.NAME.WFlowRecordWFlowRecord. setRunComponent(String value)Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.WFlowRecordWFlowRecord. setRunConfig(String value)Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG.WFlowRecordWFlowRecord. setSigma(String value)Setter forDB_ETERNAL.W_FLOW.SIGMA.WFlowRecordWFlowRecord. setStartComponent(String value)Setter forDB_ETERNAL.W_FLOW.START_COMPONENT.WFlowRecordWFlowRecord. setStartConfig(String value)Setter forDB_ETERNAL.W_FLOW.START_CONFIG.WFlowRecordWFlowRecord. setType(String value)Setter forDB_ETERNAL.W_FLOW.TYPE.WFlowRecordWFlowRecord. setUiAssist(String value)Setter forDB_ETERNAL.W_FLOW.UI_ASSIST.WFlowRecordWFlowRecord. setUiComponent(String value)Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT.WFlowRecordWFlowRecord. setUiConfig(String value)Setter forDB_ETERNAL.W_FLOW.UI_CONFIG.WFlowRecordWFlowRecord. setUiLinkage(String value)Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE.WFlowRecordWFlowRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.W_FLOW.UPDATED_AT.WFlowRecordWFlowRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.W_FLOW.UPDATED_BY.
-