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.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.mock
Methods in com.codingapi.flow.mock that return FlowRecordMethods in com.codingapi.flow.mock that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionMockRepositoryHolder.findAfterRecords(String processId, long currentId) MockRepositoryHolder.findCurrentNodeRecords(long fromId, String nodeId) MockRepositoryHolder.findProcessRecords(String processId) Methods in com.codingapi.flow.mock with parameters of type FlowRecordMethod parameters in com.codingapi.flow.mock with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidMockRepositoryHolder.saveRecords(List<FlowRecord> flowRecords) -
Uses of FlowRecord in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return FlowRecordMethods in com.codingapi.flow.mock.repository that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionFlowRecordRepositoryMockImpl.findAfterRecords(String processId, long fromId) FlowRecordRepositoryMockImpl.findAll()FlowRecordRepositoryMockImpl.findBeforeRecords(String processId, long id) FlowRecordRepositoryMockImpl.findCurrentNodeRecords(long fromId, String nodeId) FlowRecordRepositoryMockImpl.findDoneByOperator(long operatorId) FlowRecordRepositoryMockImpl.findNotifyByOperator(long operatorId) FlowRecordRepositoryMockImpl.findProcessRecords(String processId) FlowRecordRepositoryMockImpl.findTodoByOperator(long operatorId) FlowRecordRepositoryMockImpl.findTodoRecords(String processId) Methods in com.codingapi.flow.mock.repository with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordRepositoryMockImpl.delete(FlowRecord flowRecord) voidFlowRecordRepositoryMockImpl.save(FlowRecord flowRecord) Method parameters in com.codingapi.flow.mock.repository with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordRepositoryMockImpl.saveAll(List<FlowRecord> flowRecords) -
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 TypeMethodDescriptionstatic FlowRecordContentFlowRecordContent.convert(FlowRecord record) voidFlowContent.pushRecords(FlowRecord record, List<FlowRecord> mergeRecords) voidFlowContent.setOperationAction(Workflow workflow, FlowRecord flowRecord) 设置操作动作按钮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) 保存流程 为何确保待办合并数据的一致性,保存流程需要通过IRepositoryHolder.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.service
Methods in com.codingapi.flow.service that return FlowRecordMethods in com.codingapi.flow.service that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionFlowRecordService.findFlowRecordAfterRecords(String processId, long recordId) 查询流程之后的记录FlowRecordService.findFlowRecordBeforeRecords(String processId, long recordId) 查询之前的流程的记录FlowRecordService.findFlowRecordByIds(List<Long> list) 批量查询流程记录FlowRecordService.findFlowRecordByProcessId(String processId) 查询当前流程的记录FlowRecordService.findFlowRecordCurrentNodeRecords(long fromId, String nodeId) 查询当前节点的流程记录FlowRecordService.findFlowRecordTodoRecords(String processId) 查询流程下的所有待办记录FlowRecordService.getMergeRecord(String mergeKey) 获取流程的合并记录Methods in com.codingapi.flow.service with parameters of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordService.saveFlowRecord(FlowRecord flowRecord) 保存流程记录Method parameters in com.codingapi.flow.service with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidFlowRecordService.saveFlowRecords(List<FlowRecord> flowRecords) 保存流程记录 -
Uses of FlowRecord in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return FlowRecordMethods in com.codingapi.flow.session that return types with arguments of type FlowRecordModifier and TypeMethodDescriptionIRepositoryHolder.findAfterRecords(String processId, long currentId) 查询后续的流程记录IRepositoryHolder.findCurrentNodeRecords(long fromId, String nodeId) 查询当前的节点下的流程记录IRepositoryHolder.findProcessRecords(String processId) 查询当前流程标识下的流程记录Methods in com.codingapi.flow.session with parameters of type FlowRecordMethod parameters in com.codingapi.flow.session with type arguments of type FlowRecordModifier and TypeMethodDescriptionvoidIRepositoryHolder.saveRecords(List<FlowRecord> flowRecords) 流程记录列表Constructors in com.codingapi.flow.session with parameters of type FlowRecordModifierConstructorDescriptionFlowSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice) Constructor parameters in com.codingapi.flow.session with type arguments of type FlowRecordModifierConstructorDescriptionFlowSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice)