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()Methods in com.codingapi.flow.manager that return types with arguments of type IFlowActionMethod 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 IFlowAction -
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.script.request
Methods in com.codingapi.flow.script.request that return IFlowAction -
Uses of IFlowAction in com.codingapi.flow.session
Methods in com.codingapi.flow.session with parameters of type IFlowActionModifier and TypeMethodDescriptionstatic FlowSessionFlowSession.startSession(IRepositoryHolder repositoryHolder, 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(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, IFlowOperator createdOperator, IFlowOperator submitOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice)