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.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.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) 重置委托节点信息 -
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.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) 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.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)