Uses of Interface
com.codingapi.flow.node.IFlowNode
Packages that use IFlowNode
Package
Description
-
Uses of IFlowNode in com.codingapi.flow.builder
Methods in com.codingapi.flow.builder that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionMethods in com.codingapi.flow.builder with parameters of type IFlowNodeMethod parameters in com.codingapi.flow.builder with type arguments of type IFlowNode -
Uses of IFlowNode in com.codingapi.flow.error
Methods in com.codingapi.flow.error with parameters of type IFlowNode -
Uses of IFlowNode in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager that return IFlowNodeMethods in com.codingapi.flow.manager that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionFlowNodeState.getBlocks()FlowNodeState.getFirstBlocks()FlowNodeEdgeManager.getNextNodes(IFlowNode current) 获取下一节点Methods in com.codingapi.flow.manager with parameters of type IFlowNodeConstructors in com.codingapi.flow.manager with parameters of type IFlowNodeConstructor parameters in com.codingapi.flow.manager with type arguments of type IFlowNodeModifierConstructorDescriptionFlowNodeEdgeManager(List<IFlowNode> nodes) FlowNodeManager(List<IFlowNode> nodes) -
Uses of IFlowNode in com.codingapi.flow.node
Classes in com.codingapi.flow.node that implement IFlowNodeFields in com.codingapi.flow.node with type parameters of type IFlowNodeMethods in com.codingapi.flow.node that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionBaseFlowNode.blocks()IFlowNode.blocks()获取当前节点下blocks数据,废弃edge的设计BaseFlowNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) IFlowNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 过滤条件分支Method parameters in com.codingapi.flow.node with type arguments of type IFlowNodeModifier and TypeMethodDescriptionBaseFlowNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) IFlowNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 过滤条件分支 -
Uses of IFlowNode in com.codingapi.flow.node.factory
Methods in com.codingapi.flow.node.factory that return IFlowNodeModifier and TypeMethodDescriptionNodeFactory.createNode(NodeType type) NodeFactory.createNode(Map<String, Object> map) -
Uses of IFlowNode in com.codingapi.flow.node.helper
Methods in com.codingapi.flow.node.helper that return IFlowNodeConstructors in com.codingapi.flow.node.helper with parameters of type IFlowNodeConstructor parameters in com.codingapi.flow.node.helper with type arguments of type IFlowNodeModifierConstructorDescriptionParallelNodeRelationHelper(List<IFlowNode> parallelNodes, Workflow workflow) -
Uses of IFlowNode in com.codingapi.flow.node.nodes
Classes in com.codingapi.flow.node.nodes that implement IFlowNodeModifier and TypeClassDescriptionclass审批节点class条件分支节点class条件控制节点class延迟节点class结束节点class办理节点class包容分支节点class包容控制节点class抄送节点class并行分支节点class并行控制class路由分支节点class开始节点class子流程class触发节点Methods in com.codingapi.flow.node.nodes that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionConditionBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) ConditionNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) InclusiveBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支InclusiveNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支RouterNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) Method parameters in com.codingapi.flow.node.nodes with type arguments of type IFlowNodeModifier and TypeMethodDescriptionConditionBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) ConditionNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) InclusiveBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支InclusiveNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支RouterNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) -
Uses of IFlowNode in com.codingapi.flow.script.runtime
Methods in com.codingapi.flow.script.runtime with parameters of type IFlowNode -
Uses of IFlowNode in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return IFlowNodeMethods in com.codingapi.flow.session that return types with arguments of type IFlowNodeMethods in com.codingapi.flow.session with parameters of type IFlowNodeModifier and TypeMethodDescriptionstatic FlowSessionFlowSession.startSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, long backupId) 构建开始会话FlowSession.updateSession(IFlowNode currentNode) 更新会话Constructors in com.codingapi.flow.session with parameters of type IFlowNodeModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice) -
Uses of IFlowNode in com.codingapi.flow.workflow
Methods in com.codingapi.flow.workflow that return IFlowNodeModifier and TypeMethodDescriptionWorkflow.getEndNode()Workflow.getFlowNode(String nodeId) Workflow.getStartNode()Methods in com.codingapi.flow.workflow that return types with arguments of type IFlowNodeMethods in com.codingapi.flow.workflow with parameters of type IFlowNodeModifier and TypeMethodDescriptionWorkflow.getNackNodes(IFlowNode node) 获取可以回退的节点列表booleanWorkflow.isNextNode(IFlowNode currentNode, IFlowNode nextNode) 判断是否是后续的节点Method parameters in com.codingapi.flow.workflow with type arguments of type IFlowNode