跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X Y _ 

A

AbstractCondition - com.yomahub.liteflow.flow.element.condition中的类
AbstractCondition,用于标记一个Chain为不可执行的抽象Chain
AbstractCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
add(E) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
addAll(E[]) - 类 中的方法com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
添加多个元素
参数为集合的情况请使用AbstractQueue.addAll(java.util.Collection<? extends E>)
addAll(Collection<? extends E>) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
addChain(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
addChain(Chain) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
addExecutable(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
addExecutable(String, Executable) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
addExecutable(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addFinallyCondition(FinallyCondition) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addHook(BooleanSupplier) - 类 中的静态方法com.yomahub.liteflow.core.FlowInitHook
 
addItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
addManagedNode(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
addManagedNode(String, NodeComponent) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
添加已托管的节点(如:Spring、Solon 管理的节点)
addMonitorFilePath(String) - 类 中的方法com.yomahub.liteflow.monitor.MonitorFile
添加监听文件路径
addMonitorFilePaths(List<String>) - 类 中的方法com.yomahub.liteflow.monitor.MonitorFile
添加监听文件路径
addNode(String, String, NodeTypeEnum, Class<?>) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
添加 node
addNode(String, String, NodeTypeEnum, String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
添加 node
addPreCondition(PreCondition) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addRollbackStep(CmpStep) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
addScriptBean(String, Object) - 类 中的静态方法com.yomahub.liteflow.script.ScriptBeanManager
 
addScriptNode(String, String, NodeTypeEnum, String, String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
添加脚本 node
addStatistics(CompStatistics) - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
addStep(CmpStep) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
addSubChain(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
addTargetItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
afterProcess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.aop.ICmpAroundAspect
 
afterProcess() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
afterProcess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.spi.CmpAroundAspect
 
afterProcess(NodeComponent) - 类 中的方法com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
AllOfParallelExecutor - com.yomahub.liteflow.flow.parallel.strategy中的类
完成全部任务
AllOfParallelExecutor() - 类 的构造器com.yomahub.liteflow.flow.parallel.strategy.AllOfParallelExecutor
 
AND - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
AND_OR_ITEM_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
AndOperator - com.yomahub.liteflow.builder.el.operator中的类
EL表达式中AND关键字的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(AND(a,b)),WHILE(AND(a,b))
AndOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.AndOperator
 
AndOrCondition - com.yomahub.liteflow.flow.element.condition中的类
 
AndOrCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
AndOrConditionException - com.yomahub.liteflow.exception中的异常错误
 
AndOrConditionException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.AndOrConditionException
 
AnnoUtil - com.yomahub.liteflow.annotation.util中的类
注解工具类 此工具类带缓存
AnnoUtil() - 类 的构造器com.yomahub.liteflow.annotation.util.AnnoUtil
 
ANY - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
AnyOfParallelExecutor - com.yomahub.liteflow.flow.parallel.strategy中的类
完成任一任务
AnyOfParallelExecutor() - 类 的构造器com.yomahub.liteflow.flow.parallel.strategy.AnyOfParallelExecutor
 
AnyOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的any的操作符
AnyOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.AnyOperator
 
AopInvocationHandler(DeclWarpBean) - 类 的构造器com.yomahub.liteflow.core.proxy.DeclComponentProxy.AopInvocationHandler
 
AopInvocationHandler(Object, List<String>) - 类 的构造器com.yomahub.liteflow.script.proxy.ScriptBeanProxy.AopInvocationHandler
 
AopInvocationHandler(Object, List<Method>) - 类 的构造器com.yomahub.liteflow.script.proxy.ScriptMethodProxy.AopInvocationHandler
 

B

BaseJsonFlowParser - com.yomahub.liteflow.parser.base中的类
基类,用于存放 JsonFlowParser 通用方法
BaseJsonFlowParser() - 类 的构造器com.yomahub.liteflow.parser.base.BaseJsonFlowParser
 
BaseOperator<T extends Executable> - com.yomahub.liteflow.builder.el.operator.base中的类
BaseOperator 为了强化 executeInner 方法,会捕获抛出的 QLException 错误,输出友好的错误提示
BaseOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.base.BaseOperator
 
BaseXmlFlowParser - com.yomahub.liteflow.parser.base中的类
基类,用于存放 XmlFlowParser 通用方法
BaseXmlFlowParser() - 类 的构造器com.yomahub.liteflow.parser.base.BaseXmlFlowParser
 
BaseYmlFlowParser - com.yomahub.liteflow.parser.base中的类
基类,用于存放 YmlFlowParser 通用方法
BaseYmlFlowParser() - 类 的构造器com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
beforeProcess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.aop.ICmpAroundAspect
 
beforeProcess() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
beforeProcess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.spi.CmpAroundAspect
 
beforeProcess(NodeComponent) - 类 中的方法com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
bindParam(ScriptExecuteWrap, BiConsumer<String, Object>, BiConsumer<String, Object>) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
BODY - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
BooleanConditionTypeEnum - com.yomahub.liteflow.flow.element.condition中的枚举
结果为Boolean类型的类型
BoundedPriorityBlockingQueue<E> - com.yomahub.liteflow.util中的类
 
BoundedPriorityBlockingQueue(int) - 类 的构造器com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
 
BoundedPriorityBlockingQueue(int, Comparator<? super E>) - 类 的构造器com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
构造
BREAK - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
BREAK_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
BreakOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的BREAK的操作符 有两种用法 FOR...DO...BREAK WHILE...DO...BREAK
BreakOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.BreakOperator
 
build() - 类 中的方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.AndOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.AnyOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.base.BaseOperator
构建 EL 条件
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.BreakOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.CatchOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.DataOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.DefaultOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.DoOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ElifOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ElseOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.FinallyOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ForOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.IdOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.IfOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.IgnoreErrorOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.IteratorOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.MaxWaitTimeOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.MustOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.NodeOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.NotOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.OrOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ParallelOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.PreOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.RetryOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.SwitchOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.TagOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ThenOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ThreadPoolOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.ToOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.WhenOperator
 
build(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.WhileOperator
 
build() - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
buildDefaultExecutor(int, int, int, String) - 接口 中的方法com.yomahub.liteflow.thread.ExecutorBuilder
 
buildExecutor() - 接口 中的方法com.yomahub.liteflow.thread.ExecutorBuilder
 
buildExecutor() - 类 中的方法com.yomahub.liteflow.thread.LiteFlowDefaultMainExecutorBuilder
 
buildExecutor() - 类 中的方法com.yomahub.liteflow.thread.LiteFlowDefaultParallelLoopExecutorBuilder
 
buildExecutor() - 类 中的方法com.yomahub.liteflow.thread.LiteFlowDefaultWhenExecutorBuilder
 
buildLoopParallelExecutor() - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildMainExecutor() - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildMainExecutor(String) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildNode(NodePropBean) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
构建 node
buildNodeExecutor(Class<? extends NodeExecutor>) - 类 中的方法com.yomahub.liteflow.flow.executor.NodeExecutorHelper
 
buildParallelExecutor(ParallelStrategyEnum) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyHelper
 
buildParallelExecutor() - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyHelper
默认需完成所有任务
buildRollbackStringWithTime() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
buildString() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
buildStringWithTime() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
buildUnCompileChain(Chain) - 类 中的静态方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
buildWhenExecutor() - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildWhenExecutor(String) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildWhenExecutorWithHash(String) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildWhenExecutorWithHash(String, String) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
buildWrap(NodeComponent) - 接口 中的方法com.yomahub.liteflow.core.ScriptComponent
 

C

CATCH - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
CATCH_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
CatchCondition - com.yomahub.liteflow.flow.element.condition中的类
Catch Condition
CatchCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.CatchCondition
 
CatchErrorException - com.yomahub.liteflow.exception中的异常错误
类型错误异常
CatchErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.CatchErrorException
 
CatchOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的CATCH的操作符 用法:CATCH...DO...
CatchOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.CatchOperator
 
CHAIN - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
Chain - com.yomahub.liteflow.flow.element中的类
chain对象,实现可执行器
Chain(String) - 类 的构造器com.yomahub.liteflow.flow.element.Chain
 
Chain() - 类 的构造器com.yomahub.liteflow.flow.element.Chain
 
Chain(String, List<Condition>) - 类 的构造器com.yomahub.liteflow.flow.element.Chain
 
ChainConstant - com.yomahub.liteflow.common中的接口
Chain 常量
ChainDto(String) - 类 的构造器com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
ChainDto(String, String) - 类 的构造器com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
ChainDuplicateException - com.yomahub.liteflow.exception中的异常错误
Chain 重复异常
ChainDuplicateException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ChainDuplicateException
 
ChainEndException - com.yomahub.liteflow.exception中的异常错误
链端异常
ChainEndException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ChainEndException
 
ChainExecuteModeEnum - com.yomahub.liteflow.enums中的枚举
Chain执行模式,分为两种 第一种是执行Chain的本体EL,为BODY 第二种是执行Chain的决策路由,为ROUTE
ChainNotFoundException - com.yomahub.liteflow.exception中的异常错误
链端不存在
ChainNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ChainNotFoundException
 
ChainNotImplementedException - com.yomahub.liteflow.exception中的异常错误
执行未完全实现的抽象Chain
ChainNotImplementedException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ChainNotImplementedException
 
ChainPropBean - com.yomahub.liteflow.builder.prop中的类
构建 chain 的中间属性
ChainPropBean() - 类 的构造器com.yomahub.liteflow.builder.prop.ChainPropBean
 
changeScriptNode(NodeConvertHelper.NodeSimpleVO, String) - 类 中的静态方法com.yomahub.liteflow.parser.helper.NodeConvertHelper
 
checkItemNotNull(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
checkObjectSizeEq(Object[], int) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,等于 size
checkObjectSizeEq(Object[], int, int) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,等于 size1 或 size2
checkObjectSizeEqOne(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,等于 1
checkObjectSizeEqThree(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,等于 3
checkObjectSizeEqTwo(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,等于 2
checkObjectSizeGteTwo(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,大于等于 2
checkObjectSizeGtZero(Object[]) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查参数数量,大于 0
checkObjMustBeBooleanTypeItem(Object) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
所谓Boolean item,指的是那些最终的结果值为布尔类型的Item 布尔类型的items有,if,while,break类型的Node,以及AndOrCondition以及NotCondition
checkObjMustBeCommonTypeItem(Object) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
检查对象是否为一个正常可执行的对象。
checkObjMustBeForTypeItem(Object) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
checkObjMustBeIteratorTypeItem(Object) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
checkObjMustBeSwitchTypeItem(Object) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
checkScriptType(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ScriptTypeEnum
校验脚本类型是否合法
CLASS_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
ClassJsonFlowELParser - com.yomahub.liteflow.parser.el中的类
基于自定义的json方式EL表达式解析器
ClassJsonFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.ClassJsonFlowELParser
 
ClassParserFactory - com.yomahub.liteflow.parser.factory中的类
Class文件
ClassParserFactory() - 类 的构造器com.yomahub.liteflow.parser.factory.ClassParserFactory
 
ClassXmlFlowELParser - com.yomahub.liteflow.parser.el中的类
基于自定义的xml方式EL表达式解析器
ClassXmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.ClassXmlFlowELParser
 
ClassYmlFlowELParser - com.yomahub.liteflow.parser.el中的类
基于自定义的yml方式EL表达式解析器
ClassYmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.ClassYmlFlowELParser
 
clean() - 类 中的静态方法com.yomahub.liteflow.core.FlowExecutorHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.property.LiteflowConfigGetter
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.CmpAroundAspectHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.ContextAwareHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.ContextCmpInitHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.LiteflowComponentSupportHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.PathContentParserHolder
 
clean() - 类 中的静态方法com.yomahub.liteflow.spi.holder.SpiFactoryCleaner
 
cleanCache() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
cleanCache() - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
cleanCache() - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
cleanHook() - 类 中的静态方法com.yomahub.liteflow.core.FlowInitHook
 
cleanScriptCache() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
cleanScriptCache() - 类 中的方法com.yomahub.liteflow.script.ScriptExecutorFactory
 
clear() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
clear() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
clearExecutorServiceMap() - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
 
clearStat() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
clearStrategyExecutorMap() - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyHelper
 
clone() - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
clone() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
clone() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
closeScheduler() - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
cmp - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
CmpAroundAspect - com.yomahub.liteflow.spi中的接口
组件全局切面spi接口
CmpAroundAspectHolder - com.yomahub.liteflow.spi.holder中的类
组件全局拦截器SPI工厂类
CmpAroundAspectHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.CmpAroundAspectHolder
 
cmpData - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
CmpDefinitionException - com.yomahub.liteflow.exception中的异常错误
组件定义异常
CmpDefinitionException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.CmpDefinitionException
 
CmpStep - com.yomahub.liteflow.flow.entity中的类
组件步骤对象
CmpStep(String, String, CmpStepTypeEnum) - 类 的构造器com.yomahub.liteflow.flow.entity.CmpStep
 
CmpStepTypeEnum - com.yomahub.liteflow.enums中的枚举
组件步骤类型
com.yomahub.liteflow.annotation - 程序包 com.yomahub.liteflow.annotation
 
com.yomahub.liteflow.annotation.util - 程序包 com.yomahub.liteflow.annotation.util
 
com.yomahub.liteflow.aop - 程序包 com.yomahub.liteflow.aop
 
com.yomahub.liteflow.builder - 程序包 com.yomahub.liteflow.builder
 
com.yomahub.liteflow.builder.el - 程序包 com.yomahub.liteflow.builder.el
 
com.yomahub.liteflow.builder.el.operator - 程序包 com.yomahub.liteflow.builder.el.operator
 
com.yomahub.liteflow.builder.el.operator.base - 程序包 com.yomahub.liteflow.builder.el.operator.base
 
com.yomahub.liteflow.builder.prop - 程序包 com.yomahub.liteflow.builder.prop
 
com.yomahub.liteflow.common - 程序包 com.yomahub.liteflow.common
 
com.yomahub.liteflow.context - 程序包 com.yomahub.liteflow.context
 
com.yomahub.liteflow.core - 程序包 com.yomahub.liteflow.core
 
com.yomahub.liteflow.core.proxy - 程序包 com.yomahub.liteflow.core.proxy
 
com.yomahub.liteflow.enums - 程序包 com.yomahub.liteflow.enums
 
com.yomahub.liteflow.exception - 程序包 com.yomahub.liteflow.exception
 
com.yomahub.liteflow.flow - 程序包 com.yomahub.liteflow.flow
 
com.yomahub.liteflow.flow.element - 程序包 com.yomahub.liteflow.flow.element
 
com.yomahub.liteflow.flow.element.condition - 程序包 com.yomahub.liteflow.flow.element.condition
 
com.yomahub.liteflow.flow.entity - 程序包 com.yomahub.liteflow.flow.entity
 
com.yomahub.liteflow.flow.executor - 程序包 com.yomahub.liteflow.flow.executor
 
com.yomahub.liteflow.flow.id - 程序包 com.yomahub.liteflow.flow.id
 
com.yomahub.liteflow.flow.parallel - 程序包 com.yomahub.liteflow.flow.parallel
 
com.yomahub.liteflow.flow.parallel.strategy - 程序包 com.yomahub.liteflow.flow.parallel.strategy
 
com.yomahub.liteflow.log - 程序包 com.yomahub.liteflow.log
 
com.yomahub.liteflow.monitor - 程序包 com.yomahub.liteflow.monitor
 
com.yomahub.liteflow.parser.base - 程序包 com.yomahub.liteflow.parser.base
 
com.yomahub.liteflow.parser.el - 程序包 com.yomahub.liteflow.parser.el
 
com.yomahub.liteflow.parser.factory - 程序包 com.yomahub.liteflow.parser.factory
 
com.yomahub.liteflow.parser.helper - 程序包 com.yomahub.liteflow.parser.helper
 
com.yomahub.liteflow.parser.spi - 程序包 com.yomahub.liteflow.parser.spi
 
com.yomahub.liteflow.property - 程序包 com.yomahub.liteflow.property
 
com.yomahub.liteflow.script - 程序包 com.yomahub.liteflow.script
 
com.yomahub.liteflow.script.annotation - 程序包 com.yomahub.liteflow.script.annotation
 
com.yomahub.liteflow.script.exception - 程序包 com.yomahub.liteflow.script.exception
 
com.yomahub.liteflow.script.jsr223 - 程序包 com.yomahub.liteflow.script.jsr223
 
com.yomahub.liteflow.script.proxy - 程序包 com.yomahub.liteflow.script.proxy
 
com.yomahub.liteflow.script.validator - 程序包 com.yomahub.liteflow.script.validator
 
com.yomahub.liteflow.slot - 程序包 com.yomahub.liteflow.slot
 
com.yomahub.liteflow.spi - 程序包 com.yomahub.liteflow.spi
 
com.yomahub.liteflow.spi.holder - 程序包 com.yomahub.liteflow.spi.holder
 
com.yomahub.liteflow.spi.local - 程序包 com.yomahub.liteflow.spi.local
 
com.yomahub.liteflow.thread - 程序包 com.yomahub.liteflow.thread
 
com.yomahub.liteflow.util - 程序包 com.yomahub.liteflow.util
 
compareTo(CompStatistics) - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
compile(String) - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
compile(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
利用相应框架编译脚本
CompletableFutureExpand - com.yomahub.liteflow.flow.parallel中的类
 
CompletableFutureExpand() - 类 的构造器com.yomahub.liteflow.flow.parallel.CompletableFutureExpand
 
CompletableFutureTimeout - com.yomahub.liteflow.flow.parallel中的类
java8中CompletableFuture异步处理超时的方法 Java 8 的 CompletableFuture 并没有 timeout 机制,虽然可以在 get 的时候指定 timeout,是一个同步堵塞的操作。
CompletableFutureTimeout() - 类 的构造器com.yomahub.liteflow.flow.parallel.CompletableFutureTimeout
 
completeOnTimeout(CompletableFuture<T>, long, TimeUnit, T) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.CompletableFutureExpand
如果在给定超时之前未完成,则异常完成此 CompletableFuture 并抛出 TimeoutException
completeOnTimeout(CompletableFuture<T>, long, TimeUnit, T) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.CompletableFutureTimeout
 
ComponentCannotRegisterException - com.yomahub.liteflow.exception中的异常错误
流程规则主要执行器类
ComponentCannotRegisterException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ComponentCannotRegisterException
 
ComponentInitializer - com.yomahub.liteflow.core中的类
组件初始化器
ComponentInitializer() - 类 的构造器com.yomahub.liteflow.core.ComponentInitializer
 
ComponentMethodDefineErrorException - com.yomahub.liteflow.exception中的异常错误
组件方法定义错误异常
ComponentMethodDefineErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ComponentMethodDefineErrorException
 
ComponentNotAccessException - com.yomahub.liteflow.exception中的异常错误
组件不可访问异常
ComponentNotAccessException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ComponentNotAccessException
 
ComponentProxyErrorException - com.yomahub.liteflow.exception中的异常错误
组件代理错误异常
ComponentProxyErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ComponentProxyErrorException
 
CompStatistics - com.yomahub.liteflow.monitor中的类
统计类
CompStatistics(String, long) - 类 的构造器com.yomahub.liteflow.monitor.CompStatistics
 
Condition - com.yomahub.liteflow.flow.element中的类
Condition的抽象类
Condition() - 类 的构造器com.yomahub.liteflow.flow.element.Condition
 
ConditionKey - com.yomahub.liteflow.flow.element.condition中的接口
 
ConditionTypeEnum - com.yomahub.liteflow.enums中的枚举
 
ConfigErrorException - com.yomahub.liteflow.exception中的异常错误
配置错误异常
ConfigErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ConfigErrorException
 
ConfigRegexConstant() - 类 的构造器com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
containChain(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
containNode(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
contains(Object) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
containsAll(Collection<?>) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
containsKey(Object) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
containsValue(Object) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
ContextAware - com.yomahub.liteflow.spi中的接口
环境容器SPI接口
ContextAwareHolder - com.yomahub.liteflow.spi.holder中的类
环境容器SPI工厂类 在spring体系下会获得spring的上下文包装实现
ContextAwareHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.ContextAwareHolder
 
ContextBean - com.yomahub.liteflow.context中的注释类型
用于标注上下文bean的别名,以便在脚本或者组件中通过别名来获取上下文对象
ContextCmpInit - com.yomahub.liteflow.spi中的接口
环境容器中组件初始化SPI接口 分2个,非spring环境下的实现和spring体系下的实现
ContextCmpInitHolder - com.yomahub.liteflow.spi.holder中的类
环境组件初始化SPI工厂类 在spring体系下会获得基于spring扫描的组件初始化实现器
ContextCmpInitHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.ContextCmpInitHolder
 
convert(Object, Class<T>) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
转换 object 为指定的类型 如果是Node类型的则进行copy 为什么要进行copy呢?
convert(Object, Class<T>, String) - 类 中的静态方法com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
转换 object 为指定的类型,自定义错误信息 如果是Node类型的则进行copy
convert(String) - 类 中的静态方法com.yomahub.liteflow.parser.helper.NodeConvertHelper
 
convertScript(String) - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
convertToJson(String) - 类 中的方法com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
CopyOnWriteHashMap<K,V> - com.yomahub.liteflow.util中的类
A basic copy on write HashMap.
CopyOnWriteHashMap(ConcurrentHashMap<K, V>) - 类 的构造器com.yomahub.liteflow.util.CopyOnWriteHashMap
 
CopyOnWriteHashMap() - 类 的构造器com.yomahub.liteflow.util.CopyOnWriteHashMap
 
create() - 类 中的方法com.yomahub.liteflow.monitor.MonitorFile
创建文件监听
createBooleanNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createChain() - 类 中的静态方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
createCommonNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createForNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createIteratorNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createJsonELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.ClassParserFactory
 
createJsonELParser(String) - 接口 中的方法com.yomahub.liteflow.parser.factory.FlowParserFactory
 
createJsonELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.LocalParserFactory
 
createNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createScriptBooleanNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createScriptForNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createScriptNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createScriptSwitchNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createSwitchNode() - 类 中的静态方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
createXmlELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.ClassParserFactory
 
createXmlELParser(String) - 接口 中的方法com.yomahub.liteflow.parser.factory.FlowParserFactory
 
createXmlELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.LocalParserFactory
 
createYmlELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.ClassParserFactory
 
createYmlELParser(String) - 接口 中的方法com.yomahub.liteflow.parser.factory.FlowParserFactory
 
createYmlELParser(String) - 类 中的方法com.yomahub.liteflow.parser.factory.LocalParserFactory
 
CURR_CHAIN_ID - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
currChainId - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
CyclicDependencyException - com.yomahub.liteflow.exception中的异常错误
循环依赖异常
CyclicDependencyException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.CyclicDependencyException
 

D

DATA - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
DataBus - com.yomahub.liteflow.slot中的类
数据BUS,主要用来管理Slot,用以分配和回收
DataBus() - 类 的构造器com.yomahub.liteflow.slot.DataBus
 
DataNotFoundException - com.yomahub.liteflow.exception中的异常错误
未找到数据异常
DataNotFoundException() - 异常错误 的构造器com.yomahub.liteflow.exception.DataNotFoundException
 
DataNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.DataNotFoundException
 
DataOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的data的操作符
DataOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.DataOperator
 
debug(String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(Marker, String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(Marker, String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(Marker, String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(Marker, String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
debug(Marker, String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
DeclComponentParser - com.yomahub.liteflow.spi中的接口
声明式组件解析器接口
DeclComponentParserHolder - com.yomahub.liteflow.spi.holder中的类
声明式组件解析SPI工厂类
DeclComponentParserHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.DeclComponentParserHolder
 
DeclComponentProxy - com.yomahub.liteflow.core.proxy中的类
声明式组件的代理核心生成类
DeclComponentProxy(DeclWarpBean) - 类 的构造器com.yomahub.liteflow.core.proxy.DeclComponentProxy
 
DeclComponentProxy.AopInvocationHandler - com.yomahub.liteflow.core.proxy中的类
 
DeclWarpBean - com.yomahub.liteflow.core.proxy中的类
声明式组件BeanDefinition的包装类
DeclWarpBean() - 类 的构造器com.yomahub.liteflow.core.proxy.DeclWarpBean
 
DEFAULT - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
DEFAULT - 类 中的静态变量com.yomahub.liteflow.common.LocalDefaultFlowConstant
 
DEFAULT_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
DefaultContext - com.yomahub.liteflow.slot中的类
Liteflow的默认上下文Bean 这个建议自己去实现一个强类型的bean,正式业务不建议用这个
DefaultContext() - 类 的构造器com.yomahub.liteflow.slot.DefaultContext
 
DefaultNodeExecutor - com.yomahub.liteflow.flow.executor中的类
默认的节点执行器
DefaultNodeExecutor() - 类 的构造器com.yomahub.liteflow.flow.executor.DefaultNodeExecutor
 
DefaultOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的default的操作符,用法须和SWITCH联合使用
DefaultOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.DefaultOperator
 
DefaultRequestIdGenerator - com.yomahub.liteflow.flow.id中的类
默认 Id 生成器
DefaultRequestIdGenerator() - 类 的构造器com.yomahub.liteflow.flow.id.DefaultRequestIdGenerator
 
destroy() - 类 中的方法com.yomahub.liteflow.util.LiteFlowExecutorPoolShutdown
 
DO - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
DO_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
DoOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的DO的操作符 有三种用法 FOR...DO...BREAK WHILE...DO...BREAK CATCH...DO
DoOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.DoOperator
 
doRollback() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 

E

element() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
ELIF - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
ElifOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的ELIF的操作符
ElifOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ElifOperator
 
ELParseException - com.yomahub.liteflow.exception中的异常错误
EL 解析异常
ELParseException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ELParseException
 
ElRegexUtil - com.yomahub.liteflow.util中的类
Parser 通用 Helper
ElRegexUtil() - 类 的构造器com.yomahub.liteflow.util.ElRegexUtil
 
ELSE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
ElseOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的ELSE的操作符
ElseOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ElseOperator
 
EmptyConditionValueException - com.yomahub.liteflow.exception中的异常错误
空条件值异常
EmptyConditionValueException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.EmptyConditionValueException
 
ENABLE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
entrySet() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
equals(Object) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
error(String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(Marker, String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
ErrorSupportPathException - com.yomahub.liteflow.exception中的异常错误
错误支持路径异常
ErrorSupportPathException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ErrorSupportPathException
 
Executable - com.yomahub.liteflow.flow.element中的接口
可执行器接口 目前实现这个接口的有3个,Chain,Condition,Node
ExecutableItemNotFoundException - com.yomahub.liteflow.exception中的异常错误
 
ExecutableItemNotFoundException() - 异常错误 的构造器com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
ExecutableItemNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
execute(String, Object) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
已过时。
execute() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
execute(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
execute(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
execute(Integer) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
execute(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
execute(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
execute(NodeComponent) - 类 中的方法com.yomahub.liteflow.flow.executor.DefaultNodeExecutor
 
execute(NodeComponent) - 类 中的方法com.yomahub.liteflow.flow.executor.NodeExecutor
执行器执行入口-若需要更大维度的执行方式可以重写该方法
execute(WhenCondition, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.AllOfParallelExecutor
 
execute(WhenCondition, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.AnyOfParallelExecutor
 
execute(WhenCondition, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
execute(WhenCondition, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.SpecifyParallelExecutor
 
execute(ScriptExecuteWrap) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
execute2Future(String, Object, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2Future(String, Object, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2FutureWithRid(String, Object, String, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2FutureWithRid(String, Object, String, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2RespWithRid(String, Object, String, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
execute2RespWithRid(String, Object, String, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
ExecuteableTypeEnum - com.yomahub.liteflow.enums中的枚举
可执行节点枚举
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.FinallyCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ForCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.NotCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.PreCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.RetryCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.TimeoutCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
executeCondition(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhileCondition
 
executeHook() - 类 中的静态方法com.yomahub.liteflow.core.FlowInitHook
 
executeInner(Object[]) - 类 中的方法com.yomahub.liteflow.builder.el.operator.base.BaseOperator
 
executeRoute(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
executeRouteChain(Object, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChain(Object, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(String, Object, String, Class<?>...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(String, Object, String, Object...) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
executeScript(ScriptExecuteWrap) - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
executeScript(ScriptExecuteWrap) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
ExecutorBuilder - com.yomahub.liteflow.thread中的接口
并行多线程执行器构造器接口
ExecutorHelper - com.yomahub.liteflow.thread中的类
线程池工具类
EXPRESS_RUNNER - 类 中的静态变量com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
EL解析引擎
EXTENDS - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 

F

fail(String, Exception) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
fail(String, Exception) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
FallbackCmp - com.yomahub.liteflow.annotation中的注释类型
降级组件
FallbackCmpNotFoundException - com.yomahub.liteflow.exception中的异常错误
没有找到降级组件异常
FallbackCmpNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.FallbackCmpNotFoundException
 
FallbackNode - com.yomahub.liteflow.flow.element中的类
降级组件代理
FallbackNode() - 类 的构造器com.yomahub.liteflow.flow.element.FallbackNode
 
FallbackNode(String) - 类 的构造器com.yomahub.liteflow.flow.element.FallbackNode
 
FILE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
filterAccess(Stream<Executable>, Integer, String) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.AllOfParallelExecutor
 
filterAccess(Stream<Executable>, Integer, String) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
filterWhenTaskList(List<Executable>, Integer, String) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
过滤 WHEN 待执行任务
FINALLY - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
FINALLY_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
FinallyCondition - com.yomahub.liteflow.flow.element.condition中的类
后置Condition
FinallyCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.FinallyCondition
 
FinallyOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的THEN的操作符
FinallyOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.FinallyOperator
 
FLOW - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
FlowBus - com.yomahub.liteflow.flow中的类
流程元数据类
FlowBus() - 类 的构造器com.yomahub.liteflow.flow.FlowBus
 
FlowExecutor - com.yomahub.liteflow.core中的类
流程规则主要执行器类
FlowExecutor() - 类 的构造器com.yomahub.liteflow.core.FlowExecutor
 
FlowExecutor(LiteflowConfig) - 类 的构造器com.yomahub.liteflow.core.FlowExecutor
 
FlowExecutorHolder - com.yomahub.liteflow.core中的类
 
FlowExecutorHolder() - 类 的构造器com.yomahub.liteflow.core.FlowExecutorHolder
 
FlowExecutorNotInitException - com.yomahub.liteflow.exception中的异常错误
流程执行者未初始化
FlowExecutorNotInitException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.FlowExecutorNotInitException
 
FlowInitHook - com.yomahub.liteflow.core中的类
流程初始化的钩子类,所有的钩子都放在这里 目前钩子主要是放一些第三方中间件的规则监听 放的钩子要求都是无入参无返回的,所以这里是BooleanSupplier
FlowInitHook() - 类 的构造器com.yomahub.liteflow.core.FlowInitHook
 
FlowParser - com.yomahub.liteflow.parser.base中的接口
虽则Parser的抽象类,所有的parser需要继承这个抽象类
FlowParserFactory - com.yomahub.liteflow.parser.factory中的接口
Flow Parser 工厂接口
FlowParserProvider - com.yomahub.liteflow.parser.factory中的类
解析器提供者
FlowParserProvider() - 类 的构造器com.yomahub.liteflow.parser.factory.FlowParserProvider
 
FlowParserProvider.ConfigRegexConstant - com.yomahub.liteflow.parser.factory中的类
统一管理类的常量
FlowParserTypeEnum - com.yomahub.liteflow.enums中的枚举
 
FlowSystemException - com.yomahub.liteflow.exception中的异常错误
流程系统异常
FlowSystemException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.FlowSystemException
 
FOR - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
FOR_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
ForCondition - com.yomahub.liteflow.flow.element.condition中的类
循环次数Condition
ForCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.ForCondition
 
ForOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的FOR的操作符
ForOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ForOperator
 
from10To24(String, int) - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
from10To32(String, int) - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 

G

generate() - 类 中的方法com.yomahub.liteflow.flow.id.DefaultRequestIdGenerator
 
generate() - 类 中的方法com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
generate() - 接口 中的方法com.yomahub.liteflow.flow.id.RequestIdGenerator
获取唯一 id
generateFileUUID() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
generateRequestId() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
generateShortUUID() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
genSerialNo() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
genToken() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
get() - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition.LoopParallelSupplier
 
get() - 类 中的方法com.yomahub.liteflow.flow.parallel.ParallelSupplier
 
get() - 类 中的静态方法com.yomahub.liteflow.property.LiteflowConfigGetter
 
get(Object) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
getAccessResult() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getAllNodeInCondition() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getAndOrResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getAnnotation(AnnotatedElement, Class<A>) - 类 中的静态方法com.yomahub.liteflow.annotation.util.AnnoUtil
 
getAny() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getBean(String) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
getBean(Class<T>) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
getBean(String) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
getBean(Class<T>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
getBeansOfType(Class<T>) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
获取指定类型对应的所有Bean,包括子类
getBeansOfType(Class<T>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
getBooleanConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getBreakItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
getBreakResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getCatchItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getCause() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getChain(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getChainId() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getChainId() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getChainId() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getChainId() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getChainMap() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getChainName() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
已过时。
getChainName() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
已过时。
getChainName() - 类 中的方法com.yomahub.liteflow.slot.Slot
已过时。
getChainReqData(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getChainReqDataFromQueue(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getClazz() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getClazz() - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getClazz() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getCmp() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCmpData(Class<T>) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getCmpData() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getCmpData() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCmpName(Object) - 接口 中的方法com.yomahub.liteflow.spi.LiteflowComponentSupport
 
getCmpName(Object) - 类 中的方法com.yomahub.liteflow.spi.local.LocalLiteflowComponentSupport
 
getCode() - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
getCode() - 异常错误 中的方法com.yomahub.liteflow.exception.LiteFlowException
 
getCode() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getComponentClazzName() - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
getConditionList() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getConditionType() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.FinallyCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.ForCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.NotCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.PreCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getConditionType() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhileCondition
 
getCondValueStr() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getContextBean(Class<T>) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getContextBean(String) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getContextBean(Class<T>) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getContextBean(String) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getContextBean(Class<T>) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getContextBean(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getContextBeanList(int) - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
 
getContextBeanList() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getCurrChainId() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getCurrChainId() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getCurrChainId() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getCurrChainId() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCurrChainName() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
已过时。
getCurrChainName() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
已过时。
getCurrentCondition() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getCurrLoopObj() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getCurrLoopObject() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getData(String) - 类 中的方法com.yomahub.liteflow.slot.DefaultContext
 
getDefaultExecutor() - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getDelay() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getDescription() - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getDisplayName() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getDisplayName() - 枚举 中的方法com.yomahub.liteflow.enums.ScriptTypeEnum
 
getDoExecutor() - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
getDoItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getEl() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getEnable() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getEnable() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getEnable() - 类 中的方法com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
getEnableLog() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getEnableMonitorFile() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getEndTime() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getEngineName() - 枚举 中的方法com.yomahub.liteflow.enums.ScriptTypeEnum
 
getEnumByCode(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ConditionTypeEnum
 
getEnumByCode(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.NodeTypeEnum
 
getEnumByDisplayName(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ScriptTypeEnum
 
getErrorResume() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getEx() - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
getEx() - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
getException() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getException() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getExecutableGroup() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getExecutableList() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getExecutableList(String) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getExecutableOne(String) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getExecuteName() - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
已过时。
getExecuteStepQueue() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteSteps() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteSteps() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getExecuteStepStr() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteStepStr(boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getExecuteStepStr() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getExecuteStepStrWithoutTime() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteStepStrWithTime() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteType() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getExecuteType() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getExecuteType() - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
getExecuteType() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getExecutorId() - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
getExecutorName() - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
getExpectedNodeId() - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
getFallbackCmpEnable() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getFallBackNode(NodeTypeEnum) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getFalseCaseExecutableItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
getFastLoad() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getFile() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getFileAbsolutePath(List<String>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalPathContentParser
 
getFileAbsolutePath(List<String>) - 接口 中的方法com.yomahub.liteflow.spi.PathContentParser
获取文件路径的绝对路径
getFinallyConditionList() - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getFirstContextBean() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getFirstContextBean() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getFirstContextBean() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getForNode() - 类 中的方法com.yomahub.liteflow.flow.element.condition.ForCondition
 
getForResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getGroup() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getGroup() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getId() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getId() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getId() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getId() - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
getId() - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
getId() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getId() - 类 中的方法com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
getIfItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
getIfResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getInput(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getInstance() - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
getInstance() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getInstance() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getInstance() - 类 中的静态方法com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
getInstance() - 类 中的静态方法com.yomahub.liteflow.monitor.MonitorFile
 
getIsContinueOnErrorResult() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getIsEnd() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.NotCondition
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.core.NodeBooleanComponent
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.core.NodeForComponent
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.core.NodeIteratorComponent
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.core.NodeSwitchComponent
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.NotCondition
 
getItemResultMetaValue(Integer) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
getItemResultMetaValue(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getIteratorNode() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
getIteratorResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getLanguage() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getLanguage() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getLanguage() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getLimit() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
getLiteflowConfig() - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
getLiteflowConfig() - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
getLiteflowMethod() - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getLiteflowRetry() - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getLogger(Class<?>) - 类 中的静态方法com.yomahub.liteflow.log.LFLoggerManager
 
getLoopIndex() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getLoopIndex() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getLoopIndex() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getLoopObject() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getMainExecutorClass() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getMainExecutorWorks() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getMappingClazz() - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
getMaxWaitTime() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getMaxWaitTimeUnit() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getMemorySpent() - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.AndOrConditionException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.CatchErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ChainDuplicateException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ChainEndException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ChainNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ChainNotImplementedException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.CmpDefinitionException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentCannotRegisterException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentMethodDefineErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentNotAccessException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentProxyErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ConfigErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.CyclicDependencyException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.DataNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ELParseException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.EmptyConditionValueException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ErrorSupportPathException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.FallbackCmpNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.FlowExecutorNotInitException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.FlowSystemException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.IfTargetCannotBePreOrFinallyException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.IfTypeErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.JsonProcessException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.MonitorFileInitErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.MultipleParsersException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoAvailableSlotException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NodeBuildException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NodeClassNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NodeTypeCanNotGuessException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NodeTypeNotSupportException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoForNodeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoIfTrueNodeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoIteratorNodeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoMatchedRouteChainException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoSuchContextBeanException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoSwitchTargetNodeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NotSupportConditionException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NotSupportDeclException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NoWhileNodeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NullNodeTypeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.NullParamException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ParallelExecutorCreateException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ParseException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ParserCannotFindException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ProxyException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.RequestIdGeneratorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.RouteChainNotFoundException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.RouteELInvalidException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ScriptBeanMethodInvokeException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.SwitchTargetCannotBePreOrFinallyException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.SwitchTypeErrorException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.ThreadExecutorServiceCreateException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.WhenExecuteException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.exception.WhenTimeoutException
 
getMessage() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.script.exception.ScriptLoadException
 
getMessage() - 异常错误 中的方法com.yomahub.liteflow.script.exception.ScriptSpiException
 
getMetaValueKey() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getMethod() - 类 中的方法com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
getMethod() - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getMethodName() - 类 中的方法com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
getMethodName() - 枚举 中的方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
getMethodWrapBeanList() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getMonitorBus() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getName() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getName() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getName() - 枚举 中的方法com.yomahub.liteflow.enums.ConditionTypeEnum
 
getName() - 枚举 中的方法com.yomahub.liteflow.enums.FlowParserTypeEnum
 
getName() - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
getName() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getName() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
getName() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getNode(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getNodeExecutorClass() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getNodeExecutorClass() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getNodeId() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getNodeId() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNodeId() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getNodeId() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getNodeId() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getNodeIds() - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
getNodeIds() - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
getNodeMap() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getNodeName() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNodeName() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getNodesByChainId(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
getNodeType() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNotResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getOutput(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getParallelLoopExecutorClass() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getParallelMaxWorkers() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getParallelQueueLimit() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getParallelStrategy() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getParseMode() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getPeriod() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getPreConditionList() - 类 中的方法com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getPrintBanner() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getPrintExecutionLog() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getPrivateDeliveryData() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getPrivateDeliveryData(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getPrivateDeliveryQueue(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getProxy() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclComponentProxy
 
getProxyScriptBean() - 类 中的方法com.yomahub.liteflow.script.proxy.ScriptBeanProxy
 
getProxyScriptMethod() - 类 中的方法com.yomahub.liteflow.script.proxy.ScriptMethodProxy
 
getQueue() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
getQueueLimit() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getRawBean() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getRawClazz() - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getRecordTime() - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
getRefNode() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getRefNode() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getRequestData() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getRequestData() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRequestId() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRequestId() - 类 中的静态方法com.yomahub.liteflow.log.LFLoggerManager
 
getRequestId() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRequestIdGenerator() - 类 中的方法com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
getRequestIdGeneratorClass() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getResponseData() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRetryCount() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getRetryCount() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
已过时。
getRetryForExceptions() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getRetryForExceptions() - 类 中的方法com.yomahub.liteflow.flow.element.condition.RetryCondition
 
getRetryTimes() - 类 中的方法com.yomahub.liteflow.flow.element.condition.RetryCondition
 
getRollbackStepQueue() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackSteps() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackSteps() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRollbackStepStr() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackStepStr(boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRollbackStepStr() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRollbackStepStrWithoutTime() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackStepStrWithTime() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackTimeSpent() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getRouteItem() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getRouteResult() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getRuleSource() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getRuleSourceExtData() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getRuleSourceExtDataMap() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getScript() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getScript() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getScript() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getScriptBeanMap() - 类 中的静态方法com.yomahub.liteflow.script.ScriptBeanManager
 
getScriptExecutor(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutorFactory
 
getSelf() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getSlot() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getSlot() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
getSlot(int) - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
 
getSlotIndex() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getSlotIndex() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getSlotIndex() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getSlotSize() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getSpecifyIdSet() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getSpiClassName() - 接口 中的方法com.yomahub.liteflow.parser.spi.ParserClassNameSpi
 
getStartTime() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getStatisticsMap() - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
getStepType() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getStrategyType() - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getSubChainReqData() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getSubChainReqDataInAsync() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getSubException(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getSwitchNode() - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getSwitchResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
getTag() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getTag() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
getTag() - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
getTag() - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
getTag() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getTag() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getTag() - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
getTargetList() - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getThreadExecutorClass() - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
getThreadExecutorClass() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getThreadExecutorClass() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getTimeSpent() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
getTimeSpent() - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
getTrueCaseExecutableItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
getType() - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
getType() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
getType() - 枚举 中的方法com.yomahub.liteflow.enums.ConditionTypeEnum
 
getType() - 枚举 中的方法com.yomahub.liteflow.enums.FlowParserTypeEnum
 
getType() - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
getType() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
getType() - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getUserClass(Class<?>) - 类 中的静态方法com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
 
getUUID() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
getWhenAllTaskList(WhenCondition, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
获取所有任务 CompletableFuture 集合
getWhenExecutorService(WhenCondition) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
获取 WHEN 所需线程池
getWhenMaxWaitSeconds() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
已过时。
getWhenMaxWaitTime() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getWhenMaxWaitTimeUnit() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getWhenMaxWorkers() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getWhenQueueLimit() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getWhenThreadPoolIsolate() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
getWhileItem() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhileCondition
 
getWhileResult(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
guessType(Class<?>) - 枚举 中的静态方法com.yomahub.liteflow.enums.NodeTypeEnum
 
guessTypeBySuperClazz(Class<?>) - 枚举 中的静态方法com.yomahub.liteflow.enums.NodeTypeEnum
 

H

handleFutureList(List<CompletableFuture<LoopFutureObj>>) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
handleTaskResult(WhenCondition, Integer, List<CompletableFuture<WhenFutureObj>>, CompletableFuture<?>) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
任务结果处理
hasBean(String) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
hasBean(String) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
hasData(String) - 类 中的方法com.yomahub.liteflow.slot.DefaultContext
 

I

ICmpAroundAspect - com.yomahub.liteflow.aop中的接口
全局组件拦截器接口 实现这个接口并注入到spring上下文即可
ID - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
IdGeneratorHolder - com.yomahub.liteflow.flow.id中的类
Id 生成器帮助器
IdGeneratorHolder() - 类 的构造器com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
IdOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的id的操作符,只有condition可加id
IdOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.IdOperator
 
IF - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
IF_FALSE_CASE_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IF_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IF_TRUE_CASE_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IfCondition - com.yomahub.liteflow.flow.element.condition中的类
条件Condition
IfCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.IfCondition
 
IfOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的IF的操作符
IfOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.IfOperator
 
IfTargetCannotBePreOrFinallyException - com.yomahub.liteflow.exception中的异常错误
如果目标不能是 Pre 或 Finally 异常
IfTargetCannotBePreOrFinallyException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.IfTargetCannotBePreOrFinallyException
 
IfTypeErrorException - com.yomahub.liteflow.exception中的异常错误
类型错误异常
IfTypeErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.IfTypeErrorException
 
IGNORE_ERROR - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
IgnoreErrorOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的ignoreError的操作符
IgnoreErrorOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.IgnoreErrorOperator
 
info(String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(Marker, String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
init(boolean) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
FlowExecutor的初始化化方式,主要用于parse规则文件 isStart表示是否是系统启动阶段,启动阶段要做额外的事情,而因为reload所调用的init就不用做
init() - 类 中的静态方法com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
init() - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
init() - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
init() - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
这里原先版本中是static块,现在改成init静态方法,由FlowExecutor中的init去调用 这样的改动对项目来说没有什么实际意义,但是在单元测试中,却有意义。
initCmp() - 接口 中的方法com.yomahub.liteflow.spi.ContextCmpInit
 
initCmp() - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextCmpInit
 
initComponent(NodeComponent, NodeTypeEnum, String, String) - 类 中的方法com.yomahub.liteflow.core.ComponentInitializer
 
InnerChainTypeEnum - com.yomahub.liteflow.enums中的枚举
隐式流程类型
invoke(String, Object, Integer) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
已过时。
invoke(String, Integer) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
已过时。
invoke(String, Object) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
已过时。
invoke(Object, Method, Object[]) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclComponentProxy.AopInvocationHandler
 
invoke(Object, Method, Object[]) - 类 中的方法com.yomahub.liteflow.script.proxy.ScriptBeanProxy.AopInvocationHandler
 
invoke(Object, Method, Object[]) - 类 中的方法com.yomahub.liteflow.script.proxy.ScriptMethodProxy.AopInvocationHandler
 
invoke2Resp(String, Object, Integer) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
invoke2Resp(String, Object) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
invoke2RespInAsync(String, Object, Integer) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
invoke2RespInAsync(String, Object) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
invokeInAsync(String, Object, Integer) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
已过时。
invokeInAsync(String, Object) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
已过时。
isAbstractChain(String) - 类 中的静态方法com.yomahub.liteflow.util.ElRegexUtil
判断某个Chain是否为抽象EL,判断依据是是否包含未实现的占位符
isAccess() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
isAccess(Integer) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
isAccess(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
isAccess(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
isCglibProxyClass(Class<?>) - 类 中的静态方法com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
 
isCompiled() - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
isContinueOnError() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
isDebugEnabled() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isDebugEnabled(Marker) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isDeclareCmp(Class<?>) - 类 中的静态方法com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
判断一个bean是否是声明式组件
isDisable() - 类 中的方法com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
isEmpty() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
isEmpty() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
isEnable() - 类 中的方法com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
isEnd() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
isErrorEnabled() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isErrorEnabled(Marker) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isIgnoreError() - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
isInfoEnabled() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isInfoEnabled(Marker) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isMainMethod() - 枚举 中的方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
isParallel() - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
isRollback() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
isScript() - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
isSubChain(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
isSuccess() - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
isSuccess() - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
isSuccess() - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
isSuccess() - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
isSupportMultipleType() - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
isTimeout() - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
isTraceEnabled() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isTraceEnabled(Marker) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isWarnEnabled() - 类 中的方法com.yomahub.liteflow.log.LFLog
 
isWarnEnabled(Marker) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
ITERATOR - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
iterator() - 类 中的方法com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
 
iterator() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
ITERATOR_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IteratorCondition - com.yomahub.liteflow.flow.element.condition中的类
 
IteratorCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
IteratorOperator - com.yomahub.liteflow.builder.el.operator中的类
 
IteratorOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.IteratorOperator
 

J

JsonFlowELParser - com.yomahub.liteflow.parser.el中的类
JSON形式的EL表达式解析抽象引擎
JsonFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.JsonFlowELParser
 
JsonProcessException - com.yomahub.liteflow.exception中的异常错误
Json 进程异常
JsonProcessException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.JsonProcessException
 
JsonUtil - com.yomahub.liteflow.util中的类
JSON 工具类
JSR223ScriptExecutor - com.yomahub.liteflow.script.jsr223中的类
JSR223 script engine的统一实现抽象类
JSR223ScriptExecutor() - 类 的构造器com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 

K

keySet() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 

L

LANGUAGE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
LFAliasFor - com.yomahub.liteflow.annotation中的注释类型
 
LFLog - com.yomahub.liteflow.log中的类
日志包装类
LFLog(Logger) - 类 的构造器com.yomahub.liteflow.log.LFLog
 
LFLoggerManager - com.yomahub.liteflow.log中的类
日志包装工厂
LFLoggerManager() - 类 的构造器com.yomahub.liteflow.log.LFLoggerManager
 
LimitQueue<E> - com.yomahub.liteflow.util中的类
有限队列集合
LimitQueue(int) - 类 的构造器com.yomahub.liteflow.util.LimitQueue
 
LiteFlowChainELBuilder - com.yomahub.liteflow.builder.el中的类
Chain基于代码形式的组装器 EL表达式规则专属组装器
LiteFlowChainELBuilder() - 类 的构造器com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
LiteflowCmpDefine - com.yomahub.liteflow.annotation中的注释类型
 
LiteflowComponentSupport - com.yomahub.liteflow.spi中的接口
LiteflowComponent注解处理器SPI接口
LiteflowComponentSupportHolder - com.yomahub.liteflow.spi.holder中的类
liteflowComponent的支持扩展SPI工厂类
LiteflowComponentSupportHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.LiteflowComponentSupportHolder
 
LiteflowConfig - com.yomahub.liteflow.property中的类
liteflow的配置实体类 这个类中的属性为什么不用基本类型,而用包装类型呢 是因为这个类是springboot和spring的最终参数获取器,考虑到spring的场景,有些参数不是必须配置。
LiteflowConfig() - 类 的构造器com.yomahub.liteflow.property.LiteflowConfig
 
LiteflowConfigGetter - com.yomahub.liteflow.property中的类
liteflow的配置获取器
LiteflowConfigGetter() - 类 的构造器com.yomahub.liteflow.property.LiteflowConfigGetter
 
LiteFlowDefaultMainExecutorBuilder - com.yomahub.liteflow.thread中的类
LiteFlow 默认主执行器生成器
LiteFlowDefaultMainExecutorBuilder() - 类 的构造器com.yomahub.liteflow.thread.LiteFlowDefaultMainExecutorBuilder
 
LiteFlowDefaultParallelLoopExecutorBuilder - com.yomahub.liteflow.thread中的类
LiteFlow默认的并行循环执行器实现
LiteFlowDefaultParallelLoopExecutorBuilder() - 类 的构造器com.yomahub.liteflow.thread.LiteFlowDefaultParallelLoopExecutorBuilder
 
LiteFlowDefaultWhenExecutorBuilder - com.yomahub.liteflow.thread中的类
LiteFlow默认的并行多线程执行器实现
LiteFlowDefaultWhenExecutorBuilder() - 类 的构造器com.yomahub.liteflow.thread.LiteFlowDefaultWhenExecutorBuilder
 
LiteFlowException - com.yomahub.liteflow.exception中的异常错误
LiteFlow架内部逻辑发生错误抛出的异常 (自定义此异常方便开发者在做全局异常处理时分辨异常类型)
LiteFlowException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.LiteFlowException
构建一个异常
LiteFlowException(String, String) - 异常错误 的构造器com.yomahub.liteflow.exception.LiteFlowException
构建一个异常
LiteFlowException(Throwable) - 异常错误 的构造器com.yomahub.liteflow.exception.LiteFlowException
构建一个异常
LiteFlowException(String, Throwable) - 异常错误 的构造器com.yomahub.liteflow.exception.LiteFlowException
构建一个异常
LiteFlowException(String, String, Throwable) - 异常错误 的构造器com.yomahub.liteflow.exception.LiteFlowException
构建一个异常
LiteFlowExecutorPoolShutdown - com.yomahub.liteflow.util中的类
关闭shutdown类 执行清理工作
LiteFlowExecutorPoolShutdown() - 类 的构造器com.yomahub.liteflow.util.LiteFlowExecutorPoolShutdown
 
LiteflowMethod - com.yomahub.liteflow.annotation中的注释类型
 
LiteFlowMethodBean - com.yomahub.liteflow.core.proxy中的类
 
LiteFlowMethodBean(String, Method) - 类 的构造器com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
LiteFlowMethodEnum - com.yomahub.liteflow.enums中的枚举
 
LiteFlowNodeBuilder - com.yomahub.liteflow.builder中的类
 
LiteFlowNodeBuilder() - 类 的构造器com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
LiteFlowNodeBuilder(NodeTypeEnum) - 类 的构造器com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
LiteFlowProxyUtil - com.yomahub.liteflow.core.proxy中的类
组件代理类通用方法 主要用于声明式组件
LiteFlowProxyUtil() - 类 的构造器com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
 
LiteflowResponse - com.yomahub.liteflow.flow中的类
执行结果封装类
LiteflowResponse() - 类 的构造器com.yomahub.liteflow.flow.LiteflowResponse
 
LiteflowRetry - com.yomahub.liteflow.annotation中的注释类型
已过时。
load(String, String) - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
load(String, String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
loadCmpAroundAspect() - 类 中的静态方法com.yomahub.liteflow.spi.holder.CmpAroundAspectHolder
 
loadContextAware() - 类 中的静态方法com.yomahub.liteflow.spi.holder.ContextAwareHolder
 
loadContextAware() - 类 中的静态方法com.yomahub.liteflow.spi.holder.PathContentParserHolder
 
loadContextCmpInit() - 类 中的静态方法com.yomahub.liteflow.spi.holder.ContextCmpInitHolder
 
loadDeclComponentParser() - 类 中的静态方法com.yomahub.liteflow.spi.holder.DeclComponentParserHolder
 
loadInstance() - 类 中的静态方法com.yomahub.liteflow.core.ComponentInitializer
 
loadInstance(LiteflowConfig) - 类 中的静态方法com.yomahub.liteflow.core.FlowExecutorHolder
 
loadInstance() - 类 中的静态方法com.yomahub.liteflow.core.FlowExecutorHolder
 
loadInstance() - 类 中的静态方法com.yomahub.liteflow.flow.executor.NodeExecutorHelper
获取帮助者的实例
loadInstance() - 类 中的静态方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyHelper
 
loadInstance() - 类 中的静态方法com.yomahub.liteflow.script.ScriptExecutorFactory
 
loadInstance() - 类 中的静态方法com.yomahub.liteflow.thread.ExecutorHelper
 
loadLiteflowComponentSupport() - 类 中的静态方法com.yomahub.liteflow.spi.holder.LiteflowComponentSupportHolder
 
loadScript(String, String) - 类 中的方法com.yomahub.liteflow.core.ScriptBooleanComponent
 
loadScript(String, String) - 类 中的方法com.yomahub.liteflow.core.ScriptCommonComponent
 
loadScript(String, String) - 接口 中的方法com.yomahub.liteflow.core.ScriptComponent
加载脚本
loadScript(String, String) - 类 中的方法com.yomahub.liteflow.core.ScriptForComponent
 
loadScript(String, String) - 类 中的方法com.yomahub.liteflow.core.ScriptSwitchComponent
 
LOCAL_EL_JSON_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LOCAL_EL_XML_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LOCAL_EL_YML_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LOCAL_JSON_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LOCAL_XML_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LOCAL_YML_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
LocalCmpAroundAspect - com.yomahub.liteflow.spi.local中的类
非Spring环境全局组件切面实现 其实非Spring不支持全局组件切面,所以这个是个空实现
LocalCmpAroundAspect() - 类 的构造器com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
LocalContextAware - com.yomahub.liteflow.spi.local中的类
非Spring环境容器实现 其实非Spring没有环境容器,所以这是个空实现
LocalContextAware() - 类 的构造器com.yomahub.liteflow.spi.local.LocalContextAware
 
LocalContextCmpInit - com.yomahub.liteflow.spi.local中的类
非Spring环境容器上下文组件初始化实现 其实非Spring没有环境容器,所以这是个空实现
LocalContextCmpInit() - 类 的构造器com.yomahub.liteflow.spi.local.LocalContextCmpInit
 
LocalDeclComponentParser - com.yomahub.liteflow.spi.local中的类
声明式组件解析器非spring环境实现类 非spring环境不支持声明式组件
LocalDeclComponentParser() - 类 的构造器com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
LocalDefaultFlowConstant - com.yomahub.liteflow.common中的类
 
LocalDefaultFlowConstant() - 类 的构造器com.yomahub.liteflow.common.LocalDefaultFlowConstant
 
LocalJsonFlowELParser - com.yomahub.liteflow.parser.el中的类
基于本地的json方式EL表达式解析器
LocalJsonFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.LocalJsonFlowELParser
 
LocalLiteflowComponentSupport - com.yomahub.liteflow.spi.local中的类
非spring环境LiteflowComponent注解的处理器 非spring环境不支持@LiteflowComponent注解,所以返回null
LocalLiteflowComponentSupport() - 类 的构造器com.yomahub.liteflow.spi.local.LocalLiteflowComponentSupport
 
LocalParserFactory - com.yomahub.liteflow.parser.factory中的类
本地文件
LocalParserFactory() - 类 的构造器com.yomahub.liteflow.parser.factory.LocalParserFactory
 
LocalPathContentParser - com.yomahub.liteflow.spi.local中的类
 
LocalPathContentParser() - 类 的构造器com.yomahub.liteflow.spi.local.LocalPathContentParser
 
LocalXmlFlowELParser - com.yomahub.liteflow.parser.el中的类
基于本地的xml方式EL表达式解析器
LocalXmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.LocalXmlFlowELParser
 
LocalYmlFlowELParser - com.yomahub.liteflow.parser.el中的类
基于本地的yml方式EL表达式解析器
LocalYmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.LocalYmlFlowELParser
 
LOG - 类 中的变量com.yomahub.liteflow.flow.executor.NodeExecutor
 
LOG - 类 中的变量com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
LOG - 类 中的变量com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
LOGOPrinter - com.yomahub.liteflow.util中的类
logo打印器
LOGOPrinter() - 类 的构造器com.yomahub.liteflow.util.LOGOPrinter
 
lookup(String) - 类 中的静态方法com.yomahub.liteflow.parser.factory.FlowParserProvider
根据配置的地址找到对应的解析器
LoopCondition - com.yomahub.liteflow.flow.element.condition中的类
循环Condition的抽象类 主要继承对象有ForCondition和WhileCondition
LoopCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.LoopCondition
 
LoopCondition.LoopParallelSupplier - com.yomahub.liteflow.flow.element.condition中的类
 
LoopFutureObj - com.yomahub.liteflow.flow.parallel中的类
并行循环各个并行子项的执行结果对象 如果该子项执行成功,则success为true,ex为null 否则success为false,ex为程序抛出异常
LoopFutureObj() - 类 的构造器com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
loopIndex - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
loopObject - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
LoopParallelSupplier(Executable, String, Integer, Integer) - 类 的构造器com.yomahub.liteflow.flow.element.condition.LoopCondition.LoopParallelSupplier
 
LoopParallelSupplier(Executable, String, Integer, Integer, Object) - 类 的构造器com.yomahub.liteflow.flow.element.condition.LoopCondition.LoopParallelSupplier
 

M

main(String[]) - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
MAX_WAIT_MILLISECONDS - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
MAX_WAIT_SECONDS - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
MaxWaitMillisecondsOperator - com.yomahub.liteflow.builder.el.operator中的类
EL 规则中的 maxWaitMilliseconds 的操作符
MaxWaitMillisecondsOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.MaxWaitMillisecondsOperator
 
MaxWaitSecondsOperator - com.yomahub.liteflow.builder.el.operator中的类
EL 规则中的 maxWaitSeconds 的操作符
MaxWaitSecondsOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.MaxWaitSecondsOperator
 
MaxWaitTimeOperator - com.yomahub.liteflow.builder.el.operator中的类
EL 规则中 - maxWaitSeconds MaxWaitSecondsOperator - MaxWaitMilliseconds MaxWaitMillisecondsOperator 操作符的抽象
MaxWaitTimeOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.MaxWaitTimeOperator
 
metaDataMap - 类 中的变量com.yomahub.liteflow.slot.Slot
 
MethodWrapBean - com.yomahub.liteflow.core.proxy中的类
LiteflowMethod的包装类
MethodWrapBean(Method, LiteflowMethod, LiteflowRetry) - 类 的构造器com.yomahub.liteflow.core.proxy.MethodWrapBean
 
MONITOR_BUS - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
MonitorBus - com.yomahub.liteflow.monitor中的类
监控类元数据,打印执行器类
MonitorBus(LiteflowConfig) - 类 的构造器com.yomahub.liteflow.monitor.MonitorBus
 
MonitorFile - com.yomahub.liteflow.monitor中的类
规则文件监听器
MonitorFile() - 类 的构造器com.yomahub.liteflow.monitor.MonitorFile
 
MonitorFileInitErrorException - com.yomahub.liteflow.exception中的异常错误
文件监听异常
MonitorFileInitErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.MonitorFileInitErrorException
 
MonitorTimeTask - com.yomahub.liteflow.monitor中的类
监控器线程
MonitorTimeTask(MonitorBus) - 类 的构造器com.yomahub.liteflow.monitor.MonitorTimeTask
 
MSG - 异常错误 中的静态变量com.yomahub.liteflow.exception.DataNotFoundException
 
MultipleParsersException - com.yomahub.liteflow.exception中的异常错误
重复解析器异常
MultipleParsersException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.MultipleParsersException
 
MUST - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
MustOperator - com.yomahub.liteflow.builder.el.operator中的类
EL 规则中的 must 的操作符
MustOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.MustOperator
 

N

NAME - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
needInit() - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
newInnerResponse(String, Slot) - 类 中的静态方法com.yomahub.liteflow.flow.LiteflowResponse
 
newMainResponse(Slot) - 类 中的静态方法com.yomahub.liteflow.flow.LiteflowResponse
 
nextSerial() - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
 
NoAvailableSlotException - com.yomahub.liteflow.exception中的异常错误
无可用插槽异常
NoAvailableSlotException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoAvailableSlotException
 
NODE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
Node - com.yomahub.liteflow.flow.element中的类
Node节点,实现可执行器 Node节点并不是单例的,每构建一次都会copy出一个新的实例
Node() - 类 的构造器com.yomahub.liteflow.flow.element.Node
 
Node(NodeComponent) - 类 的构造器com.yomahub.liteflow.flow.element.Node
 
NodeBooleanComponent - com.yomahub.liteflow.core中的类
BOOLEAN类型的抽象节点
NodeBooleanComponent() - 类 的构造器com.yomahub.liteflow.core.NodeBooleanComponent
 
NodeBuildException - com.yomahub.liteflow.exception中的异常错误
节点构建异常
NodeBuildException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NodeBuildException
 
NodeClassNotFoundException - com.yomahub.liteflow.exception中的异常错误
找不到节点类异常
NodeClassNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NodeClassNotFoundException
 
NodeComponent - com.yomahub.liteflow.core中的类
普通组件抽象类
NodeComponent() - 类 的构造器com.yomahub.liteflow.core.NodeComponent
以下的属性为线程附加属性******************** 线程属性是指每一个request的值都是不一样的 这里NodeComponent是单例,所以要用ThreadLocal来修饰
NodeConvertHelper - com.yomahub.liteflow.parser.helper中的类
冒号形式节点NodeSimpleVO转换 通用 Helper
NodeConvertHelper() - 类 的构造器com.yomahub.liteflow.parser.helper.NodeConvertHelper
 
NodeConvertHelper.NodeSimpleVO - com.yomahub.liteflow.parser.helper中的类
 
NodeExecutor - com.yomahub.liteflow.flow.executor中的类
节点执行器 - 自定的执行策略需要实现该类
NodeExecutor() - 类 的构造器com.yomahub.liteflow.flow.executor.NodeExecutor
 
NodeExecutorHelper - com.yomahub.liteflow.flow.executor中的类
节点执行器帮助器
NodeForComponent - com.yomahub.liteflow.core中的类
FOR计数节点抽象类
NodeForComponent() - 类 的构造器com.yomahub.liteflow.core.NodeForComponent
 
nodeId - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
NodeIteratorComponent - com.yomahub.liteflow.core中的类
ITERATOR迭代器循环组件抽象类
NodeIteratorComponent() - 类 的构造器com.yomahub.liteflow.core.NodeIteratorComponent
 
NodeOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的node的操作符
NodeOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.NodeOperator
 
NodePropBean - com.yomahub.liteflow.builder.prop中的类
构建 node 的中间属性
NodePropBean() - 类 的构造器com.yomahub.liteflow.builder.prop.NodePropBean
 
NODES - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
NodeSimpleVO() - 类 的构造器com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
NodeSwitchComponent - com.yomahub.liteflow.core中的类
条件路由节点抽象类
NodeSwitchComponent() - 类 的构造器com.yomahub.liteflow.core.NodeSwitchComponent
 
NodeTypeCanNotGuessException - com.yomahub.liteflow.exception中的异常错误
节点类型无法猜测异常
NodeTypeCanNotGuessException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NodeTypeCanNotGuessException
 
NodeTypeEnum - com.yomahub.liteflow.enums中的枚举
节点类型枚举
NodeTypeNotSupportException - com.yomahub.liteflow.exception中的异常错误
节点类型不支持异常
NodeTypeNotSupportException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NodeTypeNotSupportException
 
NoForNodeException - com.yomahub.liteflow.exception中的异常错误
没有节点异常
NoForNodeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoForNodeException
 
NoIfTrueNodeException - com.yomahub.liteflow.exception中的异常错误
节点不为真异常
NoIfTrueNodeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoIfTrueNodeException
 
NoIteratorNodeException - com.yomahub.liteflow.exception中的异常错误
没有节点异常
NoIteratorNodeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoIteratorNodeException
 
NoMatchedRouteChainException - com.yomahub.liteflow.exception中的异常错误
没有匹配的决策路由
NoMatchedRouteChainException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoMatchedRouteChainException
 
NoSuchContextBeanException - com.yomahub.liteflow.exception中的异常错误
Chain 重复异常
NoSuchContextBeanException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoSuchContextBeanException
 
NoSwitchTargetNodeException - com.yomahub.liteflow.exception中的异常错误
无切换目标节点异常
NoSwitchTargetNodeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoSwitchTargetNodeException
 
NOT - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
NOT_ITEM_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
NotCondition - com.yomahub.liteflow.flow.element.condition中的类
 
NotCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.NotCondition
 
NotOperator - com.yomahub.liteflow.builder.el.operator中的类
EL表达式中NOT关键字的操作,表示非的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(NOT(a)),WHILE(NOT(a))
NotOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.NotOperator
 
NotSupportConditionException - com.yomahub.liteflow.exception中的异常错误
不支持条件异常
NotSupportConditionException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NotSupportConditionException
 
NotSupportDeclException - com.yomahub.liteflow.exception中的异常错误
在非spring环境中不支持
NotSupportDeclException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NotSupportDeclException
 
NoWhileNodeException - com.yomahub.liteflow.exception中的异常错误
没有 While 节点异常
NoWhileNodeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NoWhileNodeException
 
NullNodeTypeException - com.yomahub.liteflow.exception中的异常错误
空节点异常
NullNodeTypeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NullNodeTypeException
 
NullParamException - com.yomahub.liteflow.exception中的异常错误
null param exception when param is null, dataMap (ConcurrentHashMap) cann't accept a null value
NullParamException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.NullParamException
 

O

OCCUPY_COUNT - 类 中的静态变量com.yomahub.liteflow.slot.DataBus
 
offer(E) - 类 中的方法com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
加入元素,当队列满时,淘汰末尾元素
offer(E) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
offerSlotByBean(List<Object>) - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
 
offerSlotByClass(List<Class<?>>) - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
 
onError(NodeComponent, Exception) - 接口 中的方法com.yomahub.liteflow.aop.ICmpAroundAspect
 
onError(Exception) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
onError(NodeComponent, Exception) - 接口 中的方法com.yomahub.liteflow.spi.CmpAroundAspect
 
onError(NodeComponent, Exception) - 类 中的方法com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
onSuccess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.aop.ICmpAroundAspect
 
onSuccess() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
onSuccess(NodeComponent) - 接口 中的方法com.yomahub.liteflow.spi.CmpAroundAspect
 
onSuccess(NodeComponent) - 类 中的方法com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
OperatorHelper - com.yomahub.liteflow.builder.el.operator.base中的类
Operator 常用工具类
OperatorHelper() - 类 的构造器com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
OR - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
OrOperator - com.yomahub.liteflow.builder.el.operator中的类
EL表达式中OR关键字的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(OR(a,b)),WHILE(OR(a,b))
OrOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.OrOperator
 

P

PAR - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
PARALLEL - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
ParallelExecutorCreateException - com.yomahub.liteflow.exception中的异常错误
并行策略执行器创建异常
ParallelExecutorCreateException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ParallelExecutorCreateException
 
ParallelOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的parallel的操作符
ParallelOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ParallelOperator
 
ParallelStrategyEnum - com.yomahub.liteflow.enums中的枚举
并行策略枚举类
ParallelStrategyExecutor - com.yomahub.liteflow.flow.parallel.strategy中的类
并发策略执行器抽象类
ParallelStrategyExecutor() - 类 的构造器com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
ParallelStrategyHelper - com.yomahub.liteflow.flow.parallel.strategy中的类
WHEN 并发策略辅助
ParallelSupplier - com.yomahub.liteflow.flow.parallel中的类
并行异步worker对象,提供给CompletableFuture用
ParallelSupplier(Executable, String, Integer) - 类 的构造器com.yomahub.liteflow.flow.parallel.ParallelSupplier
 
parse(String) - 类 中的方法com.yomahub.liteflow.parser.base.BaseJsonFlowParser
 
parse(List<String>) - 类 中的方法com.yomahub.liteflow.parser.base.BaseJsonFlowParser
 
parse(String) - 类 中的方法com.yomahub.liteflow.parser.base.BaseXmlFlowParser
 
parse(List<String>) - 类 中的方法com.yomahub.liteflow.parser.base.BaseXmlFlowParser
 
parse(String) - 类 中的方法com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
parse(List<String>) - 类 中的方法com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
parse(List<String>) - 接口 中的方法com.yomahub.liteflow.parser.base.FlowParser
 
parseChainDocument(List<Document>, Set<String>, Consumer<Element>) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
 
parseChainJson(List<JsonNode>, Set<String>, Consumer<JsonNode>) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
 
parseChainKey(String) - 类 中的静态方法com.yomahub.liteflow.util.RuleParsePluginUtil
 
parseContent(List<String>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalPathContentParser
 
parseContent(List<String>) - 接口 中的方法com.yomahub.liteflow.spi.PathContentParser
解析路径下的文件内容
parseCustom() - 类 中的方法com.yomahub.liteflow.parser.el.ClassJsonFlowELParser
 
parseCustom() - 类 中的方法com.yomahub.liteflow.parser.el.ClassXmlFlowELParser
 
parseCustom() - 类 中的方法com.yomahub.liteflow.parser.el.ClassYmlFlowELParser
 
parseDeclBean(Class<?>) - 接口 中的方法com.yomahub.liteflow.spi.DeclComponentParser
 
parseDeclBean(Class<?>, String, String) - 接口 中的方法com.yomahub.liteflow.spi.DeclComponentParser
 
parseDeclBean(Class<?>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
parseDeclBean(Class<?>, String, String) - 类 中的方法com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
ParseException - com.yomahub.liteflow.exception中的异常错误
解析异常
ParseException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ParseException
 
parseIdKey(String) - 类 中的静态方法com.yomahub.liteflow.util.RuleParsePluginUtil
 
parseMain(List<String>) - 接口 中的方法com.yomahub.liteflow.parser.base.FlowParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.ClassJsonFlowELParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.ClassXmlFlowELParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.ClassYmlFlowELParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.LocalJsonFlowELParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.LocalXmlFlowELParser
 
parseMain(List<String>) - 类 中的方法com.yomahub.liteflow.parser.el.LocalYmlFlowELParser
 
ParseModeEnum - com.yomahub.liteflow.enums中的枚举
解析模式 PARSE_ALL_ON_START 启动时解析所有的规则 PARSE_ALL_ON_FIRST_EXEC 第一次执行链路时解析所有的规则 PARSE_ONE_ON_FIRST_EXEC 第一次执行相关链路时解析当前的规则
parseNodeDocument(List<Document>) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
xml 形式的主要解析过程
parseNodeJson(List<JsonNode>) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
 
parseObject(String) - 类 中的静态方法com.yomahub.liteflow.util.JsonUtil
 
parseObject(String, Class<T>) - 类 中的静态方法com.yomahub.liteflow.util.JsonUtil
 
parseOneChain(JsonNode) - 类 中的方法com.yomahub.liteflow.parser.base.BaseJsonFlowParser
解析一个chain的过程
parseOneChain(Element) - 类 中的方法com.yomahub.liteflow.parser.base.BaseXmlFlowParser
解析一个 chain 的过程
parseOneChain(JsonNode) - 类 中的方法com.yomahub.liteflow.parser.base.BaseYmlFlowParser
解析一个 chain 的过程
parseOneChain(JsonNode) - 类 中的方法com.yomahub.liteflow.parser.el.JsonFlowELParser
解析一个chain的过程
parseOneChain(Element) - 类 中的方法com.yomahub.liteflow.parser.el.XmlFlowELParser
解析一个chain的过程
parseOneChain(JsonNode) - 类 中的方法com.yomahub.liteflow.parser.el.YmlFlowELParser
解析一个chain的过程
parseOneChainEl(JsonNode) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
解析一个chain的过程
parseOneChainEl(Element) - 类 中的静态方法com.yomahub.liteflow.parser.helper.ParserHelper
解析一个chain的过程
ParserCannotFindException - com.yomahub.liteflow.exception中的异常错误
解析器找不到异常
ParserCannotFindException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ParserCannotFindException
 
ParserClassNameSpi - com.yomahub.liteflow.parser.spi中的接口
解析器SPI插件接口
ParserHelper - com.yomahub.liteflow.parser.helper中的类
Parser 通用 Helper
PathContentParser - com.yomahub.liteflow.spi中的接口
 
PathContentParserHolder - com.yomahub.liteflow.spi.holder中的类
 
PathContentParserHolder() - 类 的构造器com.yomahub.liteflow.spi.holder.PathContentParserHolder
 
PathMatchUtil - com.yomahub.liteflow.util中的类
用于获取模糊匹配的路径
PathMatchUtil() - 类 的构造器com.yomahub.liteflow.util.PathMatchUtil
 
peek() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
poll() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
popCondition() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
PRE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
PRE_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
PreCondition - com.yomahub.liteflow.flow.element.condition中的类
前置Condition
PreCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.PreCondition
 
PREFIX_FORMAT_CONFIG_REGEX - 类 中的静态变量com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
PreOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的THEN的操作符
PreOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.PreOperator
 
print() - 类 中的静态方法com.yomahub.liteflow.util.LOGOPrinter
 
printRollbackStep() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
printStatistics() - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
printStep() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextCmpInit
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalLiteflowComponentSupport
 
priority() - 类 中的方法com.yomahub.liteflow.spi.local.LocalPathContentParser
 
priority() - 接口 中的方法com.yomahub.liteflow.spi.SpiPriority
 
process() - 类 中的方法com.yomahub.liteflow.core.NodeBooleanComponent
 
process() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
process() - 类 中的方法com.yomahub.liteflow.core.NodeForComponent
 
process() - 类 中的方法com.yomahub.liteflow.core.NodeIteratorComponent
 
process() - 类 中的方法com.yomahub.liteflow.core.NodeSwitchComponent
 
process() - 类 中的方法com.yomahub.liteflow.core.ScriptCommonComponent
 
processBoolean() - 类 中的方法com.yomahub.liteflow.core.NodeBooleanComponent
 
processBoolean() - 类 中的方法com.yomahub.liteflow.core.ScriptBooleanComponent
 
processFor() - 类 中的方法com.yomahub.liteflow.core.NodeForComponent
 
processFor() - 类 中的方法com.yomahub.liteflow.core.ScriptForComponent
 
processIterator() - 类 中的方法com.yomahub.liteflow.core.NodeIteratorComponent
 
processSwitch() - 类 中的方法com.yomahub.liteflow.core.NodeSwitchComponent
 
processSwitch() - 类 中的方法com.yomahub.liteflow.core.ScriptSwitchComponent
 
proxy2NodeComponent(DeclWarpBean) - 类 中的静态方法com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
对一个满足声明式的bean进行代理,生成代理类
ProxyException - com.yomahub.liteflow.exception中的异常错误
 
ProxyException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ProxyException
 
ProxyException(Throwable) - 异常错误 的构造器com.yomahub.liteflow.exception.ProxyException
 
pushCondition(Condition) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
put(K, V) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
putRequestId(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 

R

randomNum12(long) - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
生成一个12位随机数
randomNum8(long) - 类 中的静态方法com.yomahub.liteflow.util.SerialsUtil
生成一个8位随机数
refreshFlowMetaData(FlowParserTypeEnum, String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
registerBean(String, Class<T>) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
registerBean(Class<T>) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
registerBean(String, Object) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
registerBean(String, Class<T>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
registerBean(Class<T>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
registerBean(String, Object) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
registerDeclWrapBean(String, DeclWarpBean) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
registerDeclWrapBean(String, DeclWarpBean) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
registerOrGet(String, Class<T>) - 接口 中的方法com.yomahub.liteflow.spi.ContextAware
 
registerOrGet(String, Class<T>) - 类 中的方法com.yomahub.liteflow.spi.local.LocalContextAware
 
releaseSlot(int) - 类 中的静态方法com.yomahub.liteflow.slot.DataBus
 
reloadChain(String, String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
reloadRule() - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
reloadScript(String, String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
remove(Object) - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
remove() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
remove(Object) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
removeAccessResult() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeAll(Collection<?>) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
removeChain(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
removeChain(String...) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
removeComments(String) - 类 中的静态方法com.yomahub.liteflow.util.ElRegexUtil
移除 el 表达式中的注释,支持 java 的注释,包括单行注释、多行注释, 会压缩字符串,移除空格和换行符
removeCurrLoopObject(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
removeCurrLoopObject() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeException() - 类 中的方法com.yomahub.liteflow.slot.Slot
 
removeIsContinueOnErrorResult() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeIsEnd() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeLoopIndex(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
removeLoopIndex() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeNode(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 
removeRefNode() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
removeRequestId() - 类 中的静态方法com.yomahub.liteflow.log.LFLoggerManager
 
removeSlotIndex() - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
removeSubException(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
replaceAbstractChain(String, String) - 类 中的静态方法com.yomahub.liteflow.util.ElRegexUtil
根据抽象EL和实现EL,替换抽象EL中的占位符
RequestIdGenerator - com.yomahub.liteflow.flow.id中的接口
Id 生成接口
RequestIdGeneratorException - com.yomahub.liteflow.exception中的异常错误
RequestIdGenerator 构建异常
RequestIdGeneratorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.RequestIdGeneratorException
 
retainAll(Collection<?>) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
RETRY - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
retry(NodeComponent, int) - 类 中的方法com.yomahub.liteflow.flow.executor.NodeExecutor
执行重试逻辑 - 子类通过实现该方法进行重试逻辑的控制
RetryCondition - com.yomahub.liteflow.flow.element.condition中的类
 
RetryCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.RetryCondition
 
RetryOperator - com.yomahub.liteflow.builder.el.operator中的类
 
RetryOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.RetryOperator
 
rollback() - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
rollback(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
rollback(Integer) - 接口 中的方法com.yomahub.liteflow.flow.element.Rollbackable
 
Rollbackable - com.yomahub.liteflow.flow.element中的接口
回滚接口 目前实现这个接口的只有Node
ROUTE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
RouteChainNotFoundException - com.yomahub.liteflow.exception中的异常错误
决策路由没有找到异常
RouteChainNotFoundException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.RouteChainNotFoundException
 
RouteELInvalidException - com.yomahub.liteflow.exception中的异常错误
Route语句不符合规范异常
RouteELInvalidException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.RouteELInvalidException
 
RuleParsePluginUtil - com.yomahub.liteflow.util中的类
插件通用工具类
RuleParsePluginUtil() - 类 的构造器com.yomahub.liteflow.util.RuleParsePluginUtil
 
RuleParsePluginUtil.ChainDto - com.yomahub.liteflow.util中的类
 
run() - 类 中的方法com.yomahub.liteflow.monitor.MonitorTimeTask
 

S

ScriptBean - com.yomahub.liteflow.script.annotation中的注释类型
用于标注在Script中可使用的java bean
ScriptBeanManager - com.yomahub.liteflow.script中的类
Script中可使用的java bean管理类
ScriptBeanManager() - 类 的构造器com.yomahub.liteflow.script.ScriptBeanManager
 
ScriptBeanMethodInvokeException - com.yomahub.liteflow.exception中的异常错误
ScriptBean的方法无法被调用异常
ScriptBeanMethodInvokeException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ScriptBeanMethodInvokeException
 
ScriptBeanProxy - com.yomahub.liteflow.script.proxy中的类
 
ScriptBeanProxy(Object, Class<?>, ScriptBean) - 类 的构造器com.yomahub.liteflow.script.proxy.ScriptBeanProxy
 
ScriptBeanProxy.AopInvocationHandler - com.yomahub.liteflow.script.proxy中的类
 
ScriptBooleanComponent - com.yomahub.liteflow.core中的类
脚本BOOLEAN节点
ScriptBooleanComponent() - 类 的构造器com.yomahub.liteflow.core.ScriptBooleanComponent
 
ScriptCommonComponent - com.yomahub.liteflow.core中的类
脚本组件类
ScriptCommonComponent() - 类 的构造器com.yomahub.liteflow.core.ScriptCommonComponent
 
ScriptComponent - com.yomahub.liteflow.core中的接口
脚本接口
ScriptComponentClassMap - 接口 中的静态变量com.yomahub.liteflow.core.ScriptComponent
用于维护脚本类型和脚本 cmp 的映射关系
ScriptExecuteWrap - com.yomahub.liteflow.script中的类
script执行前的包装元参数
ScriptExecuteWrap() - 类 的构造器com.yomahub.liteflow.script.ScriptExecuteWrap
 
ScriptExecutor - com.yomahub.liteflow.script中的类
脚本执行器接口
ScriptExecutor() - 类 的构造器com.yomahub.liteflow.script.ScriptExecutor
 
ScriptExecutorFactory - com.yomahub.liteflow.script中的类
脚本执行器工厂类
ScriptExecutorFactory() - 类 的构造器com.yomahub.liteflow.script.ScriptExecutorFactory
 
ScriptForComponent - com.yomahub.liteflow.core中的类
脚本FOR节点
ScriptForComponent() - 类 的构造器com.yomahub.liteflow.core.ScriptForComponent
 
ScriptLoadException - com.yomahub.liteflow.script.exception中的异常错误
脚本加载异常
ScriptLoadException(String) - 异常错误 的构造器com.yomahub.liteflow.script.exception.ScriptLoadException
 
ScriptMethod - com.yomahub.liteflow.script.annotation中的注释类型
用于标注在Script中可使用的java 方法
ScriptMethodProxy - com.yomahub.liteflow.script.proxy中的类
脚本方法代理
ScriptMethodProxy(Object, Class<?>, List<Method>) - 类 的构造器com.yomahub.liteflow.script.proxy.ScriptMethodProxy
 
ScriptMethodProxy.AopInvocationHandler - com.yomahub.liteflow.script.proxy中的类
 
ScriptSpiException - com.yomahub.liteflow.script.exception中的异常错误
脚本SPI插件加载异常
ScriptSpiException(String) - 异常错误 的构造器com.yomahub.liteflow.script.exception.ScriptSpiException
 
ScriptSwitchComponent - com.yomahub.liteflow.core中的类
脚本条件节点
ScriptSwitchComponent() - 类 的构造器com.yomahub.liteflow.core.ScriptSwitchComponent
 
scriptType() - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
ScriptTypeEnum - com.yomahub.liteflow.enums中的枚举
 
ScriptValidator - com.yomahub.liteflow.script.validator中的类
脚本验证类
ScriptValidator() - 类 的构造器com.yomahub.liteflow.script.validator.ScriptValidator
 
searchAbsolutePath(List<String>) - 类 中的静态方法com.yomahub.liteflow.util.PathMatchUtil
 
sendPrivateDeliveryData(String, T) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
SER - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
serialInt - 类 中的静态变量com.yomahub.liteflow.util.SerialsUtil
 
SerialsUtil - com.yomahub.liteflow.util中的类
 
SerialsUtil() - 类 的构造器com.yomahub.liteflow.util.SerialsUtil
 
setAccessResult(boolean) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setAndOrResult(String, boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setAny(String) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setBooleanConditionType(BooleanConditionTypeEnum) - 类 中的方法com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
setBreakItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
setBreakResult(String, boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setCatchItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
setCause(Exception) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setChainId(String) - 类 中的方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
setChainId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setChainId(String) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setChainId(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setChainName(String) - 类 中的方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
setChainName(String) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
已过时。
setChainName(String) - 类 中的方法com.yomahub.liteflow.slot.Slot
已过时。
setChainReqData(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setChainReqData2Queue(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setClazz(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setClazz(Class<?>) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setClazz(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setClazz(Class<? extends ParallelStrategyExecutor>) - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
setClazz(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setCmp(NodeComponent) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setCmpData(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setCmpData(Object) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setCode(String) - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
setCode(String) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setCompiled(boolean) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setComponentClazzName(String) - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
setConditionList(List<Condition>) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setConditionType(ConditionTypeEnum) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setCondValueStr(String) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setCurrChainId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
setCurrChainId(String) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
setCurrChainId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setCurrChainId(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setCurrChainName(String) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
已过时。
setCurrChainName(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
setCurrLoopObject(Executable, Object) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
setCurrLoopObject(Object) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setData(String, T) - 类 中的方法com.yomahub.liteflow.slot.DefaultContext
 
setDefaultExecutor(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
setDelay(Long) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setDescription(String) - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
setDisplayName(String) - 枚举 中的方法com.yomahub.liteflow.enums.ScriptTypeEnum
 
setDoExecutor(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
setDoItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.CatchCondition
 
setEL(String) - 类 中的方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
setEl(String) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setEnable(Boolean) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setEnable(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setEnableLog(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setEnableMonitorFile(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setEndTime(Date) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setEngineName(String) - 枚举 中的方法com.yomahub.liteflow.enums.ScriptTypeEnum
 
setErrorResume(String) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setEx(Exception) - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
setEx(Exception) - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
setException(Exception) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setException(Exception) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setExecutableList(List<Executable>) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
setExecutorId(String) - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
setExecutorName(String) - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
setExpectedNodeId(String) - 类 中的方法com.yomahub.liteflow.flow.element.FallbackNode
 
setFallbackCmpEnable(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setFalseCaseExecutableItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
setFastLoad(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setFile(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setFile(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setForNode(Node) - 类 中的方法com.yomahub.liteflow.flow.element.condition.ForCondition
 
setForResult(String, int) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setGroup(String) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setGroup(String) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setHolder(FlowExecutor) - 类 中的静态方法com.yomahub.liteflow.core.FlowExecutorHolder
 
setId(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setId(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
setId(String) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
setId(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setIfItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
setIfResult(String, boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setIgnoreError(boolean) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setInput(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setInstance(NodeComponent) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setInstance(NodeComponent) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setIsContinueOnError(boolean) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setIsContinueOnErrorResult(boolean) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setIsEnd(boolean) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setIsEnd(Boolean) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.NotCondition
 
setIteratorNode(Node) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
setIteratorResult(String, Iterator<?>) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setLanguage(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setLanguage(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setLanguage(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setLanguage(String) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setLiteflowConfig(LiteflowConfig) - 类 中的方法com.yomahub.liteflow.core.FlowExecutor
 
setLiteflowConfig(LiteflowConfig) - 类 中的方法com.yomahub.liteflow.monitor.MonitorBus
 
setLiteflowConfig(LiteflowConfig) - 类 中的静态方法com.yomahub.liteflow.property.LiteflowConfigGetter
 
setLiteflowMethod(LiteflowMethod) - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
setLiteflowRetry(LiteflowRetry) - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
setLoopIndex(Executable, int) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
setLoopIndex(int) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setLoopIndex(Integer) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setLoopObject(Object) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setMainExecutorClass(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setMainExecutorWorks(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setMainMethod(boolean) - 枚举 中的方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
setMappingClazz(Class<? extends NodeComponent>) - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
setMaxWaitTime(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setMaxWaitTimeUnit(TimeUnit) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setMemorySpent(long) - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.AndOrConditionException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.CatchErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ChainDuplicateException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ChainEndException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ChainNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ChainNotImplementedException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.CmpDefinitionException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentCannotRegisterException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentMethodDefineErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentNotAccessException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ComponentProxyErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ConfigErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.CyclicDependencyException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.DataNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ELParseException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.EmptyConditionValueException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ErrorSupportPathException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.FallbackCmpNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.FlowExecutorNotInitException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.FlowSystemException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.IfTargetCannotBePreOrFinallyException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.IfTypeErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.JsonProcessException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.MonitorFileInitErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.MultipleParsersException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoAvailableSlotException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NodeBuildException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NodeClassNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NodeTypeCanNotGuessException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NodeTypeNotSupportException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoForNodeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoIfTrueNodeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoIteratorNodeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoMatchedRouteChainException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoSuchContextBeanException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoSwitchTargetNodeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NotSupportConditionException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NotSupportDeclException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NoWhileNodeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NullNodeTypeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.NullParamException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ParallelExecutorCreateException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ParseException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ParserCannotFindException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ProxyException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.RequestIdGeneratorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.RouteChainNotFoundException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.RouteELInvalidException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ScriptBeanMethodInvokeException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.SwitchTargetCannotBePreOrFinallyException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.SwitchTypeErrorException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.ThreadExecutorServiceCreateException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.WhenExecuteException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.exception.WhenTimeoutException
 
setMessage(String) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.script.exception.ScriptLoadException
 
setMessage(String) - 异常错误 中的方法com.yomahub.liteflow.script.exception.ScriptSpiException
 
setMethod(Method) - 类 中的方法com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
setMethod(Method) - 类 中的方法com.yomahub.liteflow.core.proxy.MethodWrapBean
 
setMethodName(String) - 类 中的方法com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
setMethodName(String) - 枚举 中的方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
setMethodWrapBeanList(List<MethodWrapBean>) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setMonitorBus(MonitorBus) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setName(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setName(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setName(String) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setName(String) - 枚举 中的方法com.yomahub.liteflow.enums.ConditionTypeEnum
 
setName(String) - 枚举 中的方法com.yomahub.liteflow.enums.FlowParserTypeEnum
 
setName(String) - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
setName(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setName(String) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setNodeExecutorClass(Class<? extends NodeExecutor>) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setNodeExecutorClass(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setNodeId(String) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setNodeId(String) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setNodeId(String) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setNodeId(String) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setNodeId(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setNodeName(String) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setNodeName(String) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setNodeType(NodeTypeEnum) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setNotResult(String, boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setOutput(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setParallel(boolean) - 类 中的方法com.yomahub.liteflow.flow.element.condition.LoopCondition
 
setParallelLoopExecutorClass(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setParallelMaxWorkers(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setParallelQueueLimit(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setParallelStrategy(ParallelStrategyEnum) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setParseMode(ParseModeEnum) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setPeriod(Long) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setPrintBanner(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setPrintExecutionLog(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setPrivateDeliveryData(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setQueueLimit(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setRawBean(Object) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setRawClazz(Class<?>) - 类 中的方法com.yomahub.liteflow.core.proxy.DeclWarpBean
 
setRefNode(Node) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setRefNode(Node) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setRequestData(T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setRequestId(String) - 类 中的静态方法com.yomahub.liteflow.log.LFLoggerManager
 
setRequestIdGenerator(RequestIdGenerator) - 类 中的方法com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
setRequestIdGeneratorClass(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setResponseData(T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setRetryCount(int) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setRetryCount(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
已过时。
setRetryForExceptions(Class<? extends Exception>[]) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setRetryForExceptions(Class<? extends Exception>[]) - 类 中的方法com.yomahub.liteflow.flow.element.condition.RetryCondition
 
setRetryTimes(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.condition.RetryCondition
 
setRollback(boolean) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setRollbackTimeSpent(Long) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setRoute(String) - 类 中的方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
 
setRouteItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setRouteResult(Boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setRuleSource(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setRuleSourceExtData(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setRuleSourceExtDataMap(Map<String, String>) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setScript(String) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setScript(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setScript(boolean) - 枚举 中的方法com.yomahub.liteflow.enums.NodeTypeEnum
 
setScript(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setScript(String) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setSelf(NodeComponent) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setSlot(Slot) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setSlotIndex(Integer) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setSlotIndex(int) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setSlotSize(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setSpecifyIdSet(Set<String>) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setStartTime(Date) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setStepType(CmpStepTypeEnum) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setStrategyType(String) - 枚举 中的方法com.yomahub.liteflow.enums.ParallelStrategyEnum
 
setSubException(String, Exception) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setSuccess(boolean) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setSuccess(boolean) - 类 中的方法com.yomahub.liteflow.flow.LiteflowResponse
 
setSuccess(boolean) - 类 中的方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
setSuccess(boolean) - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
setSupportMultipleType(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setSwitchNode(Node) - 类 中的方法com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
setSwitchResult(String, T) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
setTag(String) - 类 中的方法com.yomahub.liteflow.flow.element.Chain
 
setTag(String) - 类 中的方法com.yomahub.liteflow.flow.element.Condition
 
setTag(String) - 接口 中的方法com.yomahub.liteflow.flow.element.Executable
 
setTag(String) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setTag(String) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setTag(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecuteWrap
 
setThreadExecutorClass(String) - 类 中的方法com.yomahub.liteflow.builder.prop.ChainPropBean
 
setThreadExecutorClass(String) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhenCondition
 
setThreadExecutorClass(String) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setTimeout(boolean) - 类 中的方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
setTimeSpent(Long) - 类 中的方法com.yomahub.liteflow.flow.entity.CmpStep
 
setTimeSpent(long) - 类 中的方法com.yomahub.liteflow.monitor.CompStatistics
 
setTrueCaseExecutableItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.IfCondition
 
setType(NodeTypeEnum) - 类 中的方法com.yomahub.liteflow.builder.LiteFlowNodeBuilder
 
setType(String) - 类 中的方法com.yomahub.liteflow.builder.prop.NodePropBean
 
setType(NodeTypeEnum) - 类 中的方法com.yomahub.liteflow.core.NodeComponent
 
setType(String) - 枚举 中的方法com.yomahub.liteflow.enums.ConditionTypeEnum
 
setType(String) - 枚举 中的方法com.yomahub.liteflow.enums.FlowParserTypeEnum
 
setType(NodeTypeEnum) - 类 中的方法com.yomahub.liteflow.flow.element.Node
 
setType(String) - 类 中的方法com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
setWhenConditionParams(WhenCondition) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
设置 WhenCondition 参数
setWhenMaxWaitSeconds(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
已过时。
setWhenMaxWaitTime(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setWhenMaxWaitTimeUnit(TimeUnit) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setWhenMaxWorkers(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setWhenQueueLimit(Integer) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setWhenThreadPoolIsolate(Boolean) - 类 中的方法com.yomahub.liteflow.property.LiteflowConfig
 
setWhileItem(Executable) - 类 中的方法com.yomahub.liteflow.flow.element.condition.WhileCondition
 
setWhileResult(String, boolean) - 类 中的方法com.yomahub.liteflow.slot.Slot
 
shutdownAwaitTermination(ExecutorService) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
shutdownAwaitTermination(ExecutorService, long) - 类 中的方法com.yomahub.liteflow.thread.ExecutorHelper
关闭ExecutorService的线程管理者
size() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
size() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
Slot - com.yomahub.liteflow.slot中的类
Slot的抽象类实现
Slot() - 类 的构造器com.yomahub.liteflow.slot.Slot
 
Slot(List<Tuple>) - 类 的构造器com.yomahub.liteflow.slot.Slot
 
slotIndex - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
SpecifyParallelExecutor - com.yomahub.liteflow.flow.parallel.strategy中的类
完成指定任务执行器,使用 ID 进行比较
SpecifyParallelExecutor() - 类 的构造器com.yomahub.liteflow.flow.parallel.strategy.SpecifyParallelExecutor
 
SpiFactoryCleaner - com.yomahub.liteflow.spi.holder中的类
 
SpiFactoryCleaner() - 类 的构造器com.yomahub.liteflow.spi.holder.SpiFactoryCleaner
 
SpiPriority - com.yomahub.liteflow.spi中的接口
Spi实现的优先级接口 数字越小优先级越高
success(String) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
success(String) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
SWITCH - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
SWITCH_DEFAULT_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
SWITCH_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
SWITCH_TARGET_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
SwitchCondition - com.yomahub.liteflow.flow.element.condition中的类
选择Condition
SwitchCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
SwitchOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的SWITCH的操作符
SwitchOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.SwitchOperator
 
SwitchTargetCannotBePreOrFinallyException - com.yomahub.liteflow.exception中的异常错误
切换目标不能是 Pre 或 Finally 异常
SwitchTargetCannotBePreOrFinallyException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.SwitchTargetCannotBePreOrFinallyException
 
SwitchTypeErrorException - com.yomahub.liteflow.exception中的异常错误
开关类型错误异常
SwitchTypeErrorException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.SwitchTypeErrorException
 

T

TAG - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
tag - 类 中的变量com.yomahub.liteflow.script.ScriptExecuteWrap
 
TagOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的tag的操作符
TagOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.TagOperator
 
THEN - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
ThenCondition - com.yomahub.liteflow.flow.element.condition中的类
串行器
ThenCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.ThenCondition
 
ThenOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的THEN的操作符
ThenOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ThenOperator
 
THREAD_POOL - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
ThreadExecutorServiceCreateException - com.yomahub.liteflow.exception中的异常错误
并行多线程创建异常
ThreadExecutorServiceCreateException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.ThreadExecutorServiceCreateException
 
ThreadPoolOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的threadPool的操作符
ThreadPoolOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ThreadPoolOperator
 
timeOut(String) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
timeoutAfter(long, TimeUnit) - 类 中的静态方法com.yomahub.liteflow.flow.parallel.CompletableFutureTimeout
 
TimeoutCondition - com.yomahub.liteflow.flow.element.condition中的类
超时控制 Condition
TimeoutCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.TimeoutCondition
 
TO - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
toArray() - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
toArray(T[]) - 类 中的方法com.yomahub.liteflow.util.LimitQueue
 
toElXml(String) - 类 中的方法com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
toJsonString(Object) - 类 中的静态方法com.yomahub.liteflow.util.JsonUtil
 
toList() - 类 中的方法com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
 
ToOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的TO的操作符,用法须和SWITCH联合使用
ToOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.ToOperator
 
toScriptXml(NodeConvertHelper.NodeSimpleVO) - 类 中的静态方法com.yomahub.liteflow.util.RuleParsePluginUtil
 
toString() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 
trace(String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(Marker, String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
TYPE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 

U

unLoad(String) - 类 中的方法com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
unLoad(String) - 类 中的方法com.yomahub.liteflow.script.ScriptExecutor
 
unloadScriptNode(String) - 类 中的静态方法com.yomahub.liteflow.flow.FlowBus
 

V

validate(String) - 类 中的静态方法com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
EL表达式校验
validate(String) - 类 中的静态方法com.yomahub.liteflow.script.validator.ScriptValidator
只引入一种脚本语言时,可以不指定语言验证
validate(String, ScriptTypeEnum) - 类 中的静态方法com.yomahub.liteflow.script.validator.ScriptValidator
指定脚本语言验证
validate(Map<ScriptTypeEnum, String>) - 类 中的静态方法com.yomahub.liteflow.script.validator.ScriptValidator
多语言脚本批量验证
VALUE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ChainExecuteModeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.CmpStepTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ConditionTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ExecuteableTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.FlowParserTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.InnerChainTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.NodeTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ParallelStrategyEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ParseModeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.enums.ScriptTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.yomahub.liteflow.flow.element.condition.BooleanConditionTypeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ChainExecuteModeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.CmpStepTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ConditionTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ExecuteableTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.FlowParserTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.InnerChainTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.LiteFlowMethodEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.NodeTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ParallelStrategyEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ParseModeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.enums.ScriptTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.yomahub.liteflow.flow.element.condition.BooleanConditionTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法com.yomahub.liteflow.util.CopyOnWriteHashMap
 

W

warn(String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(Marker, String) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object, Object) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object...) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Throwable) - 类 中的方法com.yomahub.liteflow.log.LFLog
 
WHEN - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
WhenCondition - com.yomahub.liteflow.flow.element.condition中的类
并行器
WhenCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.WhenCondition
 
WhenExecuteException - com.yomahub.liteflow.exception中的异常错误
执行异常时
WhenExecuteException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.WhenExecuteException
 
WhenFutureObj - com.yomahub.liteflow.flow.parallel中的类
并行异步CompletableFuture里的值对象
WhenFutureObj() - 类 的构造器com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
WhenOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的WHEN的操作符
WhenOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.WhenOperator
 
WhenTimeoutException - com.yomahub.liteflow.exception中的异常错误
当超时异常
WhenTimeoutException(String) - 异常错误 的构造器com.yomahub.liteflow.exception.WhenTimeoutException
 
WHILE - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
WHILE_KEY - 接口 中的静态变量com.yomahub.liteflow.flow.element.condition.ConditionKey
 
WhileCondition - com.yomahub.liteflow.flow.element.condition中的类
循环条件Condition
WhileCondition() - 类 的构造器com.yomahub.liteflow.flow.element.condition.WhileCondition
 
WhileOperator - com.yomahub.liteflow.builder.el.operator中的类
EL规则中的WHILE的操作符
WhileOperator() - 类 的构造器com.yomahub.liteflow.builder.el.operator.WhileOperator
 
wrappedFutureObj(Executable, ExecutorService, WhenCondition, String, Integer) - 类 中的方法com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
封装 CompletableFuture 对象

X

XmlFlowELParser - com.yomahub.liteflow.parser.el中的类
Xml形式的EL表达式解析抽象引擎
XmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.XmlFlowELParser
 

Y

YmlFlowELParser - com.yomahub.liteflow.parser.el中的类
yml形式的EL表达式解析抽象引擎
YmlFlowELParser() - 类 的构造器com.yomahub.liteflow.parser.el.YmlFlowELParser
 

_

_CLASS - 接口 中的静态变量com.yomahub.liteflow.common.ChainConstant
 
A B C D E F G H I J K L M N O P R S T U V W X Y _ 
跳过导航链接

Copyright © 2024. All rights reserved.