Uses of Class
cn.vertxup.workflow.domain.tables.pojos.WTodo
Packages that use WTodo
Package
Description
-
Uses of WTodo in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type WTodoModifier and TypeMethodDescriptionWTodoDao.findManyByAcceptedAt(Collection<LocalDateTime> values) Find records that haveACCEPTED_AT IN (values)asynchronouslyWTodoDao.findManyByAcceptedAt(Collection<LocalDateTime> values, int limit) Find records that haveACCEPTED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByAcceptedBy(Collection<String> values) Find records that haveACCEPTED_BY IN (values)asynchronouslyWTodoDao.findManyByAcceptedBy(Collection<String> values, int limit) Find records that haveACCEPTED_BY IN (values)asynchronously limited by the given limitWTodoDao.findManyByAcceptedGroup(Collection<String> values) Find records that haveACCEPTED_GROUP IN (values)asynchronouslyWTodoDao.findManyByAcceptedGroup(Collection<String> values, int limit) Find records that haveACCEPTED_GROUP IN (values)asynchronously limited by the given limitWTodoDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyWTodoDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitWTodoDao.findManyByAssignedAt(Collection<LocalDateTime> values) Find records that haveASSIGNED_AT IN (values)asynchronouslyWTodoDao.findManyByAssignedAt(Collection<LocalDateTime> values, int limit) Find records that haveASSIGNED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByAssignedBy(Collection<String> values) Find records that haveASSIGNED_BY IN (values)asynchronouslyWTodoDao.findManyByAssignedBy(Collection<String> values, int limit) Find records that haveASSIGNED_BY IN (values)asynchronously limited by the given limitWTodoDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyWTodoDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitWTodoDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyWTodoDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitWTodoDao.findManyByCommentApproval(Collection<String> values) Find records that haveCOMMENT_APPROVAL IN (values)asynchronouslyWTodoDao.findManyByCommentApproval(Collection<String> values, int limit) Find records that haveCOMMENT_APPROVAL IN (values)asynchronously limited by the given limitWTodoDao.findManyByCommentReject(Collection<String> values) Find records that haveCOMMENT_REJECT IN (values)asynchronouslyWTodoDao.findManyByCommentReject(Collection<String> values, int limit) Find records that haveCOMMENT_REJECT IN (values)asynchronously limited by the given limitWTodoDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyWTodoDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyWTodoDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitWTodoDao.findManyByEscalate(Collection<Boolean> values) Find records that haveESCALATE IN (values)asynchronouslyWTodoDao.findManyByEscalate(Collection<Boolean> values, int limit) Find records that haveESCALATE IN (values)asynchronously limited by the given limitWTodoDao.findManyByEscalateData(Collection<String> values) Find records that haveESCALATE_DATA IN (values)asynchronouslyWTodoDao.findManyByEscalateData(Collection<String> values, int limit) Find records that haveESCALATE_DATA IN (values)asynchronously limited by the given limitWTodoDao.findManyByExpiredAt(Collection<LocalDateTime> values) Find records that haveEXPIRED_AT IN (values)asynchronouslyWTodoDao.findManyByExpiredAt(Collection<LocalDateTime> values, int limit) Find records that haveEXPIRED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByFinishedAt(Collection<LocalDateTime> values) Find records that haveFINISHED_AT IN (values)asynchronouslyWTodoDao.findManyByFinishedAt(Collection<LocalDateTime> values, int limit) Find records that haveFINISHED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByFinishedBy(Collection<String> values) Find records that haveFINISHED_BY IN (values)asynchronouslyWTodoDao.findManyByFinishedBy(Collection<String> values, int limit) Find records that haveFINISHED_BY IN (values)asynchronously limited by the given limitWTodoDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyWTodoDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitWTodoDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyWTodoDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitWTodoDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyWTodoDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitWTodoDao.findManyByModelCategory(Collection<String> values) Find records that haveMODEL_CATEGORY IN (values)asynchronouslyWTodoDao.findManyByModelCategory(Collection<String> values, int limit) Find records that haveMODEL_CATEGORY IN (values)asynchronously limited by the given limitWTodoDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyWTodoDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitWTodoDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyWTodoDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitWTodoDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyWTodoDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitWTodoDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyWTodoDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitWTodoDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyWTodoDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitWTodoDao.findManyBySerialFork(Collection<String> values) Find records that haveSERIAL_FORK IN (values)asynchronouslyWTodoDao.findManyBySerialFork(Collection<String> values, int limit) Find records that haveSERIAL_FORK IN (values)asynchronously limited by the given limitWTodoDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyWTodoDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitWTodoDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyWTodoDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitWTodoDao.findManyByTaskId(Collection<String> values) Find records that haveTASK_ID IN (values)asynchronouslyWTodoDao.findManyByTaskId(Collection<String> values, int limit) Find records that haveTASK_ID IN (values)asynchronously limited by the given limitWTodoDao.findManyByTaskKey(Collection<String> values) Find records that haveTASK_KEY IN (values)asynchronouslyWTodoDao.findManyByTaskKey(Collection<String> values, int limit) Find records that haveTASK_KEY IN (values)asynchronously limited by the given limitWTodoDao.findManyByToDept(Collection<String> values) Find records that haveTO_DEPT IN (values)asynchronouslyWTodoDao.findManyByToDept(Collection<String> values, int limit) Find records that haveTO_DEPT IN (values)asynchronously limited by the given limitWTodoDao.findManyByTodoUrl(Collection<String> values) Find records that haveTODO_URL IN (values)asynchronouslyWTodoDao.findManyByTodoUrl(Collection<String> values, int limit) Find records that haveTODO_URL IN (values)asynchronously limited by the given limitWTodoDao.findManyByToGroup(Collection<String> values) Find records that haveTO_GROUP IN (values)asynchronouslyWTodoDao.findManyByToGroup(Collection<String> values, int limit) Find records that haveTO_GROUP IN (values)asynchronously limited by the given limitWTodoDao.findManyByToLocation(Collection<String> values) Find records that haveTO_LOCATION IN (values)asynchronouslyWTodoDao.findManyByToLocation(Collection<String> values, int limit) Find records that haveTO_LOCATION IN (values)asynchronously limited by the given limitWTodoDao.findManyByToRole(Collection<String> values) Find records that haveTO_ROLE IN (values)asynchronouslyWTodoDao.findManyByToRole(Collection<String> values, int limit) Find records that haveTO_ROLE IN (values)asynchronously limited by the given limitWTodoDao.findManyByToTeam(Collection<String> values) Find records that haveTO_TEAM IN (values)asynchronouslyWTodoDao.findManyByToTeam(Collection<String> values, int limit) Find records that haveTO_TEAM IN (values)asynchronously limited by the given limitWTodoDao.findManyByToUser(Collection<String> values) Find records that haveTO_USER IN (values)asynchronouslyWTodoDao.findManyByToUser(Collection<String> values, int limit) Find records that haveTO_USER IN (values)asynchronously limited by the given limitWTodoDao.findManyByTraceId(Collection<String> values) Find records that haveTRACE_ID IN (values)asynchronouslyWTodoDao.findManyByTraceId(Collection<String> values, int limit) Find records that haveTRACE_ID IN (values)asynchronously limited by the given limitWTodoDao.findManyByTraceOrder(Collection<Integer> values) Find records that haveTRACE_ORDER IN (values)asynchronouslyWTodoDao.findManyByTraceOrder(Collection<Integer> values, int limit) Find records that haveTRACE_ORDER IN (values)asynchronously limited by the given limitWTodoDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyWTodoDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitWTodoDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyWTodoDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitWTodoDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyWTodoDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<WTodoRecord,WTodo, String> WTodoDao.queryExecutor()Methods in cn.vertxup.workflow.domain.tables.daos with parameters of type WTodo -
Uses of WTodo in cn.vertxup.workflow.domain.tables.pojos
Methods in cn.vertxup.workflow.domain.tables.pojos that return WTodoModifier and TypeMethodDescriptionWTodo.setAcceptedAt(LocalDateTime acceptedAt) Setter forDB_ETERNAL.W_TODO.ACCEPTED_AT.WTodo.setAcceptedBy(String acceptedBy) Setter forDB_ETERNAL.W_TODO.ACCEPTED_BY.WTodo.setAcceptedGroup(String acceptedGroup) Setter forDB_ETERNAL.W_TODO.ACCEPTED_GROUP.Setter forDB_ETERNAL.W_TODO.ACTIVE.WTodo.setAssignedAt(LocalDateTime assignedAt) Setter forDB_ETERNAL.W_TODO.ASSIGNED_AT.WTodo.setAssignedBy(String assignedBy) Setter forDB_ETERNAL.W_TODO.ASSIGNED_BY.Setter forDB_ETERNAL.W_TODO.CODE.WTodo.setComment(String comment) Setter forDB_ETERNAL.W_TODO.COMMENT.WTodo.setCommentApproval(String commentApproval) Setter forDB_ETERNAL.W_TODO.COMMENT_APPROVAL.WTodo.setCommentReject(String commentReject) Setter forDB_ETERNAL.W_TODO.COMMENT_REJECT.WTodo.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.W_TODO.CREATED_AT.WTodo.setCreatedBy(String createdBy) Setter forDB_ETERNAL.W_TODO.CREATED_BY.WTodo.setEscalate(Boolean escalate) Setter forDB_ETERNAL.W_TODO.ESCALATE.WTodo.setEscalateData(String escalateData) Setter forDB_ETERNAL.W_TODO.ESCALATE_DATA.WTodo.setExpiredAt(LocalDateTime expiredAt) Setter forDB_ETERNAL.W_TODO.EXPIRED_AT.WTodo.setFinishedAt(LocalDateTime finishedAt) Setter forDB_ETERNAL.W_TODO.FINISHED_AT.WTodo.setFinishedBy(String finishedBy) Setter forDB_ETERNAL.W_TODO.FINISHED_BY.Setter forDB_ETERNAL.W_TODO.ICON.Setter forDB_ETERNAL.W_TODO.KEY.WTodo.setLanguage(String language) Setter forDB_ETERNAL.W_TODO.LANGUAGE.WTodo.setMetadata(String metadata) Setter forDB_ETERNAL.W_TODO.METADATA.WTodo.setModelCategory(String modelCategory) Setter forDB_ETERNAL.W_TODO.MODEL_CATEGORY.WTodo.setModelId(String modelId) Setter forDB_ETERNAL.W_TODO.MODEL_ID.WTodo.setModelKey(String modelKey) Setter forDB_ETERNAL.W_TODO.MODEL_KEY.Setter forDB_ETERNAL.W_TODO.NAME.WTodo.setParentId(String parentId) Setter forDB_ETERNAL.W_TODO.PARENT_ID.Setter forDB_ETERNAL.W_TODO.SERIAL.WTodo.setSerialFork(String serialFork) Setter forDB_ETERNAL.W_TODO.SERIAL_FORK.Setter forDB_ETERNAL.W_TODO.SIGMA.Setter forDB_ETERNAL.W_TODO.STATUS.Setter forDB_ETERNAL.W_TODO.TASK_ID.WTodo.setTaskKey(String taskKey) Setter forDB_ETERNAL.W_TODO.TASK_KEY.Setter forDB_ETERNAL.W_TODO.TO_DEPT.WTodo.setTodoUrl(String todoUrl) Setter forDB_ETERNAL.W_TODO.TODO_URL.WTodo.setToGroup(String toGroup) Setter forDB_ETERNAL.W_TODO.TO_GROUP.WTodo.setToLocation(String toLocation) Setter forDB_ETERNAL.W_TODO.TO_LOCATION.Setter forDB_ETERNAL.W_TODO.TO_ROLE.Setter forDB_ETERNAL.W_TODO.TO_TEAM.Setter forDB_ETERNAL.W_TODO.TO_USER.WTodo.setTraceId(String traceId) Setter forDB_ETERNAL.W_TODO.TRACE_ID.WTodo.setTraceOrder(Integer traceOrder) Setter forDB_ETERNAL.W_TODO.TRACE_ORDER.Setter forDB_ETERNAL.W_TODO.TYPE.WTodo.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.W_TODO.UPDATED_AT.WTodo.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.W_TODO.UPDATED_BY. -
Uses of WTodo in cn.vertxup.workflow.domain.tables.records
Constructors in cn.vertxup.workflow.domain.tables.records with parameters of type WTodoModifierConstructorDescriptionWTodoRecord(WTodo value) Create a detached, initialised WTodoRecord -
Uses of WTodo in io.vertx.tp.workflow.atom.runtime
Methods in io.vertx.tp.workflow.atom.runtime that return WTodoMethods in io.vertx.tp.workflow.atom.runtime that return types with arguments of type WTodoModifier and TypeMethodDescriptionMethods in io.vertx.tp.workflow.atom.runtime with parameters of type WTodoModifier and TypeMethodDescriptionMethod parameters in io.vertx.tp.workflow.atom.runtime with type arguments of type WTodo -
Uses of WTodo in io.vertx.tp.workflow.uca.conformity
Methods in io.vertx.tp.workflow.uca.conformity that return types with arguments of type WTodoModifier and TypeMethodDescriptionio.vertx.core.Future<WTodo>Gain.buildAsync(io.vertx.core.json.JsonObject params, org.camunda.bpm.engine.task.Task task, WTodo wTask) io.vertx.core.Future<WTodo>GainStart.buildAsync(io.vertx.core.json.JsonObject params, org.camunda.bpm.engine.task.Task task, WTodo wTask) GearForkJoin.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearMulti.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearStandard.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) Methods in io.vertx.tp.workflow.uca.conformity with parameters of type WTodoModifier and TypeMethodDescriptionprotected voidAbstractGain.bridgeAudit(WTodo generated, WTodo todo) protected voidAbstractGain.bridgeTask(WTodo todo, org.camunda.bpm.engine.task.Task task, String ticketKey) io.vertx.core.Future<WTodo>Gain.buildAsync(io.vertx.core.json.JsonObject params, org.camunda.bpm.engine.task.Task task, WTodo wTask) io.vertx.core.Future<WTodo>GainStart.buildAsync(io.vertx.core.json.JsonObject params, org.camunda.bpm.engine.task.Task task, WTodo wTask) protected voidAbstractGear.buildSerial(WTodo todo, WTicket ticket, Integer sequence) static voidGearForkJoin.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearMulti.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearStandard.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) -
Uses of WTodo in io.vertx.tp.workflow.uca.toolkit
Methods in io.vertx.tp.workflow.uca.toolkit with parameters of type WTodoModifier and TypeMethodDescriptionstatic io.vertx.core.Future<WRecord>UTL.afterUpdate(WTodo todo, WRecord current) static io.vertx.core.Future<WRecord>UTL.beforeUpdate(WTodo todoIn, WRecord record) static io.vertx.core.Future<WRecord>UTL.beforeUpdate(WRecord generated, WTodo todo, io.vertx.core.json.JsonObject requestJ) Method parameters in io.vertx.tp.workflow.uca.toolkit with type arguments of type WTodoModifier and TypeMethodDescriptionstatic io.vertx.core.Future<WRecord>UTL.afterGenerate(List<WTodo> todos, WRecord current) static io.vertx.core.Future<WRecord>UTL.afterUpdate(List<WTodo> todos, WRecord current)