Uses of Class
com.codingapi.flow.record.FlowRecord
Packages that use FlowRecord
Package
Description
-
Uses of FlowRecord in com.codingapi.flow.action
Methods in com.codingapi.flow.action that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionBaseAction.generateRecords(FlowSession flowSession) IFlowAction.generateRecords(FlowSession flowSession) 执行动作 -
Uses of FlowRecord in com.codingapi.flow.action.actions
Methods in com.codingapi.flow.action.actions that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionPassAction.generateRecords(FlowSession flowSession) RejectAction.generateRecords(FlowSession flowSession) -
Uses of FlowRecord in com.codingapi.flow.context
Methods in com.codingapi.flow.context that return FlowRecordMethods in com.codingapi.flow.context that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionRepositoryHolderContext.findAfterRecords(String processId, long currentId) RepositoryHolderContext.findCurrentNodeRecords(long fromId, String nodeId) RepositoryHolderContext.findProcessRecords(String processId) Methods in com.codingapi.flow.context with parameters of type FlowRecordMethod parameters in com.codingapi.flow.context with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidRepositoryHolderContext.saveRecords(List<FlowRecord> flowRecords) -
Uses of FlowRecord in com.codingapi.flow.context.service
Constructors in com.codingapi.flow.context.service with parameters of type FlowRecordConstructor parameters in com.codingapi.flow.context.service with type arguments of type FlowRecord -
Uses of FlowRecord in com.codingapi.flow.domain
Constructors in com.codingapi.flow.domain with parameters of type FlowRecordModifierConstructorDescriptionDelayTask(DelayStrategy delayStrategy, FlowRecord flowRecord, String delayNodeId) UrgeInterval(FlowRecord flowRecord) -
Uses of FlowRecord in com.codingapi.flow.node
Methods in com.codingapi.flow.node that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionBaseAuditNode.generateCurrentRecords(FlowSession session) 生成当前节点的记录BaseFlowNode.generateCurrentRecords(FlowSession session) IFlowNode.generateCurrentRecords(FlowSession session) 构建当前节点下的流程记录,不需要创建记录的返回 空集合Methods in com.codingapi.flow.node with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidBaseAuditNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) voidBaseFlowNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) voidIFlowNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) 填充流程记录,在保存流程记录时将会触发当前节点的填充流程记录函数。 -
Uses of FlowRecord in com.codingapi.flow.node.nodes
Methods in com.codingapi.flow.node.nodes that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionEndNode.generateCurrentRecords(FlowSession session) NotifyNode.generateCurrentRecords(FlowSession session) 生成当前节点的记录StartNode.generateCurrentRecords(FlowSession session) Methods in com.codingapi.flow.node.nodes with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidEndNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) voidNotifyNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) voidStartNode.fillNewRecord(FlowSession session, FlowRecord flowRecord) -
Uses of FlowRecord in com.codingapi.flow.pojo.response
Methods in com.codingapi.flow.pojo.response with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidFlowContent.pushRecords(FlowRecord record, List<FlowRecord> mergeRecords) Method parameters in com.codingapi.flow.pojo.response with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidFlowContent.pushHistory(Workflow workflow, List<FlowRecord> historyRecords) voidFlowContent.pushRecords(FlowRecord record, List<FlowRecord> mergeRecords) Constructors in com.codingapi.flow.pojo.response with parameters of type FlowRecordModifierConstructorDescriptionFlowOperatorBody(FlowRecord flowRecord) ProcessNode(FlowRecord flowRecord, Workflow workflow) -
Uses of FlowRecord in com.codingapi.flow.record
Methods in com.codingapi.flow.record that return FlowRecordMethods in com.codingapi.flow.record with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecord.extendsRecord(FlowRecord record) 继承记录voidFlowRecord.resetDelegate(FlowRecord currentRecord) 重置委托节点信息voidFlowTodoRecord.update(FlowRecord flowRecord) Constructors in com.codingapi.flow.record with parameters of type FlowRecord -
Uses of FlowRecord in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return FlowRecordMethods in com.codingapi.flow.repository that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionFlowRecordRepository.findAfterRecords(String processId, long fromId) 查询所有后续的流程记录FlowRecordRepository.findBeforeRecords(String processId, long id) 查询所有之前的流程记录批量获取流程详细FlowRecordRepository.findCurrentNodeRecords(long fromId, String nodeId) 查询当前节点的记录FlowRecordRepository.findProcessRecords(String processId) 查询当前流程的记录FlowRecordRepository.findTodoRecords(String processId) 查询所有最新的待办记录Methods in com.codingapi.flow.repository with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordRepository.delete(FlowRecord flowRecord) 删除流程记录voidFlowRecordRepository.save(FlowRecord flowRecord) 保存流程 为何确保待办合并数据的一致性,保存流程需要通过RepositoryHolderContext.saveRecord(FlowRecord)保存Method parameters in com.codingapi.flow.repository with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordRepository.saveAll(List<FlowRecord> flowRecords) 批量保存流程 -
Uses of FlowRecord in com.codingapi.flow.script.request
Methods in com.codingapi.flow.script.request that return FlowRecord -
Uses of FlowRecord in com.codingapi.flow.script.runtime
Methods in com.codingapi.flow.script.runtime that return FlowRecordModifier and TypeMethodDescriptionFlowScriptContext.getRecordById(long id) default FlowRecordIBeanFactory.getRecordById(long id) -
Uses of FlowRecord in com.codingapi.flow.session
Constructors in com.codingapi.flow.session with parameters of type FlowRecordModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice) Constructor parameters in com.codingapi.flow.session with type arguments of type FlowRecordModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice)