Uses of Interface
com.codingapi.flow.node.IFlowNode
Packages that use IFlowNode
Package
Description
-
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.node
Classes in com.codingapi.flow.node that implement IFlowNodeMethods in com.codingapi.flow.node that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionBaseFlowNode.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 IFlowNode -
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触发节点Methods in com.codingapi.flow.node.nodes that return types with arguments of type IFlowNodeModifier and TypeMethodDescriptionConditionBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) InclusiveBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelBranchNode.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) InclusiveBranchNode.filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支ParallelBranchNode.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