Uses of Class
com.codingapi.flow.error.ErrorThrow
Packages that use ErrorThrow
Package
Description
-
Uses of ErrorThrow in com.codingapi.flow.error
Methods in com.codingapi.flow.error that return ErrorThrow -
Uses of ErrorThrow in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager that return ErrorThrowModifier and TypeMethodDescriptionNodeStrategyManager.errorTrigger(FlowSession session) 错误触发(没有匹配到人时执行的逻辑) -
Uses of ErrorThrow in com.codingapi.flow.script.node
Methods in com.codingapi.flow.script.node that return ErrorThrow -
Uses of ErrorThrow in com.codingapi.flow.script.runtime
Methods in com.codingapi.flow.script.runtime that return ErrorThrowModifier and TypeMethodDescriptionFlowScriptContext.createErrorThrow(long... userIds) FlowScriptContext.createErrorThrow(IFlowNode node) FlowScriptContext.createErrorThrow(IFlowOperator operator) FlowScriptContext.createErrorThrow(IFlowOperator... operators) FlowScriptContext.createErrorThrow(List<Long> userIds) -
Uses of ErrorThrow in com.codingapi.flow.strategy.node
Methods in com.codingapi.flow.strategy.node that return ErrorThrow