Uses of Interface
com.codingapi.flow.action.IFlowAction
Packages that use IFlowAction
Package
Description
-
Uses of IFlowAction in com.codingapi.flow.action
Classes in com.codingapi.flow.action that implement IFlowActionMethods in com.codingapi.flow.action with parameters of type IFlowAction -
Uses of IFlowAction in com.codingapi.flow.action.actions
Classes in com.codingapi.flow.action.actions that implement IFlowActionModifier and TypeClassDescriptionclass加签class自定义class委派class通过class拒绝动作 拒绝,拒绝时需要根据拒绝的配置流程来设置,退回上级节点、退回指定节点、终止流程class退回class保存class转办Methods in com.codingapi.flow.action.actions with parameters of type IFlowActionModifier and TypeMethodDescriptionvoidAddAuditAction.copy(IFlowAction action) voidCustomAction.copy(IFlowAction action) voidDelegateAction.copy(IFlowAction action) voidRejectAction.copy(IFlowAction action) voidTransferAction.copy(IFlowAction action) -
Uses of IFlowAction in com.codingapi.flow.action.factory
Methods in com.codingapi.flow.action.factory that return IFlowAction -
Uses of IFlowAction in com.codingapi.flow.builder
Methods in com.codingapi.flow.builder that return types with arguments of type IFlowActionModifier and TypeMethodDescriptionActionBuilder.build()static List<IFlowAction>NodeMapBuilder.loadActions(Map<String, Object> data) Methods in com.codingapi.flow.builder with parameters of type IFlowActionMethod parameters in com.codingapi.flow.builder with type arguments of type IFlowAction -
Uses of IFlowAction in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager that return IFlowActionModifier and TypeMethodDescriptionActionManager.getAction(Class<? extends IFlowAction> clazz) ActionManager.getActionById(String id) 获取节点动作ActionManager.getActionByType(String type) 获取节点动作ActionManager.getFirstAction()Method parameters in com.codingapi.flow.manager with type arguments of type IFlowAction -
Uses of IFlowAction in com.codingapi.flow.node
Fields in com.codingapi.flow.node with type parameters of type IFlowActionMethod parameters in com.codingapi.flow.node with type arguments of type IFlowActionConstructor parameters in com.codingapi.flow.node with type arguments of type IFlowActionModifierConstructorDescriptionBaseAuditNode(String id, String name, String view, List<IFlowAction> actions, List<INodeStrategy> nodeStrategies) BaseFlowNode(String id, String name, int order, List<IFlowAction> actions, List<INodeStrategy> strategies) BaseFlowNode(String id, String name, List<IFlowAction> actions) -
Uses of IFlowAction in com.codingapi.flow.node.nodes
Constructor parameters in com.codingapi.flow.node.nodes with type arguments of type IFlowActionModifierConstructorDescriptionApprovalNode(String id, String name, String view, List<IFlowAction> actions, List<INodeStrategy> nodeStrategies) HandleNode(String id, String name, String view, List<IFlowAction> actions, List<INodeStrategy> nodeStrategies) NotifyNode(String id, String name, String view, List<IFlowAction> actions, List<INodeStrategy> nodeStrategies) StartNode(String id, String name, String view, List<IFlowAction> actions, List<INodeStrategy> nodeStrategies) -
Uses of IFlowAction in com.codingapi.flow.pojo.request
Methods in com.codingapi.flow.pojo.request with parameters of type IFlowActionModifier and TypeMethodDescriptionFlowActionRequest.toFlowAdvice(Workflow workflow, IFlowAction flowAction) -
Uses of IFlowAction in com.codingapi.flow.session
Methods in com.codingapi.flow.session with parameters of type IFlowActionModifier and TypeMethodDescriptionstatic FlowSessionFlowSession.startSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, long backupId) 构建开始会话FlowSession.updateSession(IFlowAction currentAction) 更新会话Constructors in com.codingapi.flow.session with parameters of type IFlowActionModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice)