Uses of Interface
com.codingapi.flow.operator.IFlowOperator
Packages that use IFlowOperator
Package
Description
-
Uses of IFlowOperator in com.codingapi.flow.action.actions
Methods in com.codingapi.flow.action.actions that return types with arguments of type IFlowOperatorModifier and TypeMethodDescriptionAddAuditAction.operators(FlowSession flowSession) 加签的人员范围DelegateAction.operators(FlowSession flowSession) 加签的人员范围TransferAction.operators(FlowSession flowSession) 加签的人员范围 -
Uses of IFlowOperator in com.codingapi.flow.context
Methods in com.codingapi.flow.context that return IFlowOperatorModifier and TypeMethodDescriptionGatewayContext.getFlowOperator(long userId) RepositoryHolderContext.getOperatorById(long id) Methods in com.codingapi.flow.context that return types with arguments of type IFlowOperator -
Uses of IFlowOperator in com.codingapi.flow.error
Methods in com.codingapi.flow.error with parameters of type IFlowOperatorMethod parameters in com.codingapi.flow.error with type arguments of type IFlowOperator -
Uses of IFlowOperator in com.codingapi.flow.gateway
Methods in com.codingapi.flow.gateway that return IFlowOperatorMethods in com.codingapi.flow.gateway that return types with arguments of type IFlowOperatorModifier and TypeMethodDescription -
Uses of IFlowOperator in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager that return IFlowOperatorMethods in com.codingapi.flow.manager with parameters of type IFlowOperatorModifier and TypeMethodDescriptionbooleanOperatorManager.match(IFlowOperator operator) voidWorkflowStrategyManager.verifyOperator(IFlowOperator currentOperator, long recordOperatorId) 验证操作者Constructor parameters in com.codingapi.flow.manager with type arguments of type IFlowOperator -
Uses of IFlowOperator in com.codingapi.flow.operator
Methods in com.codingapi.flow.operator that return IFlowOperatorModifier and TypeMethodDescriptionIFlowOperator.forwardOperator()转交审批人 转交审批人不为空时,当前操作者将由转交审批人操作者执行 -
Uses of IFlowOperator in com.codingapi.flow.script.node
Methods in com.codingapi.flow.script.node that return types with arguments of type IFlowOperatorMethods in com.codingapi.flow.script.node with parameters of type IFlowOperator -
Uses of IFlowOperator in com.codingapi.flow.script.runtime
Methods in com.codingapi.flow.script.runtime that return IFlowOperatorModifier and TypeMethodDescriptionFlowScriptContext.getOperatorById(long userId) default IFlowOperatorIBeanFactory.getOperatorById(long userId) Methods in com.codingapi.flow.script.runtime that return types with arguments of type IFlowOperatorModifier and TypeMethodDescriptionFlowScriptContext.findOperatorsByIds(List<Long> ids) default List<IFlowOperator>IBeanFactory.findOperatorsByIds(List<Long> ids) Methods in com.codingapi.flow.script.runtime with parameters of type IFlowOperatorModifier and TypeMethodDescriptionFlowScriptContext.createErrorThrow(IFlowOperator operator) FlowScriptContext.createErrorThrow(IFlowOperator... operators) -
Uses of IFlowOperator in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return IFlowOperatorModifier and TypeMethodDescriptionFlowSession.getCreatedOperator()获取流程的创建者FlowSession.loadFinalForwardOperator(IFlowOperator currentOperator) 获取转交之后的审批人Methods in com.codingapi.flow.session with parameters of type IFlowOperatorModifier and TypeMethodDescriptionFlowSession.loadFinalForwardOperator(IFlowOperator currentOperator) 获取转交之后的审批人static FlowSessionFlowSession.startSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, long backupId) 构建开始会话FlowSession.updateSession(IFlowOperator currentOperator) 更新会话Constructors in com.codingapi.flow.session with parameters of type IFlowOperatorModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice) -
Uses of IFlowOperator in com.codingapi.flow.workflow
Methods in com.codingapi.flow.workflow with parameters of type IFlowOperatorModifier and TypeMethodDescriptionWorkflowBuilder.createdOperator(IFlowOperator createdOperator) booleanWorkflow.matchCreatedOperator(IFlowOperator flowOperator) 匹配创建者protected voidWorkflow.setCreatedOperator(IFlowOperator createdOperator)