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.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.mock
Methods in com.codingapi.flow.mock that return IFlowOperatorMethods in com.codingapi.flow.mock that return types with 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.pojo.response
Methods in com.codingapi.flow.pojo.response with parameters of type IFlowOperatorModifier and TypeMethodDescriptionvoidFlowContent.pushCurrentOperator(IFlowOperator currentOperator) Constructors in com.codingapi.flow.pojo.response with parameters of type IFlowOperatorModifierConstructorDescriptionFlowOperator(IFlowOperator flowOperator) FlowOperatorBody(IFlowOperator flowOperator) Constructor parameters in com.codingapi.flow.pojo.response with type arguments of type IFlowOperator -
Uses of IFlowOperator in com.codingapi.flow.record
Methods in com.codingapi.flow.record with parameters of type IFlowOperatorModifier and TypeMethodDescriptionFlowRecord.createFlowSession(IRepositoryHolder repositoryHolder, Workflow workflow, IFlowOperator currentOperator, IFlowOperator createdOperator, IFlowOperator submitOperator, FormData formData, FlowAdvice advice) 创建会话 -
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.request
Methods in com.codingapi.flow.script.request that return IFlowOperatorMethods in com.codingapi.flow.script.request that return types with arguments 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) -
Uses of IFlowOperator in com.codingapi.flow.service
Methods in com.codingapi.flow.service with parameters of type IFlowOperatorModifier and TypeMethodDescriptionWorkflowService.importWorkflow(String body, IFlowOperator createOperator) 导入流程 -
Uses of IFlowOperator in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return IFlowOperatorModifier and TypeMethodDescriptionIRepositoryHolder.getOperatorById(long id) 获取流程操作人FlowSession.loadFinalForwardOperator(IFlowOperator currentOperator) 获取转交之后的审批人Methods in com.codingapi.flow.session that return types with arguments of type IFlowOperatorMethods in com.codingapi.flow.session with parameters of type IFlowOperatorModifier and TypeMethodDescriptionFlowSession.loadFinalForwardOperator(IFlowOperator currentOperator) 获取转交之后的审批人static FlowSessionFlowSession.startSession(IRepositoryHolder repositoryHolder, 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(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) -
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) 匹配创建者voidWorkflow.resetWorkflow(IFlowOperator createdOperator) protected voidWorkflow.setCreatedOperator(IFlowOperator createdOperator)