Skip navigation links
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 - Class in com.yomahub.liteflow.flow.element.condition
AbstractCondition,用于标记一个Chain为不可执行的抽象Chain
AbstractCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
add(E) - Method in class com.yomahub.liteflow.util.LimitQueue
 
addAll(E[]) - Method in class com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
添加多个元素
参数为集合的情况请使用AbstractQueue.addAll(java.util.Collection<? extends E>)
addAll(Collection<? extends E>) - Method in class com.yomahub.liteflow.util.LimitQueue
 
addChain(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
addChain(Chain) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
addChainInstance(Chain) - Method in class com.yomahub.liteflow.slot.Slot
 
addExecutable(Executable) - Method in class com.yomahub.liteflow.flow.element.Condition
 
addExecutable(String, Executable) - Method in class com.yomahub.liteflow.flow.element.Condition
 
addExecutable(Executable) - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addFinallyCondition(FinallyCondition) - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addHook(BooleanSupplier) - Static method in class com.yomahub.liteflow.core.FlowInitHook
 
addItem(Executable) - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
addLifeCycle(LifeCycle) - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
addManagedNode(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
addManagedNode(String, NodeComponent) - Static method in class com.yomahub.liteflow.flow.FlowBus
添加已托管的节点(如:Spring、Solon 管理的节点)
addMonitorFilePath(String) - Method in class com.yomahub.liteflow.monitor.MonitorFile
添加监听文件路径
addMonitorFilePaths(List<String>) - Method in class com.yomahub.liteflow.monitor.MonitorFile
添加监听文件路径
addNode(String, String, NodeTypeEnum, Class<?>) - Static method in class com.yomahub.liteflow.flow.FlowBus
添加 node
addNode(String, String, NodeTypeEnum, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
添加 node
addPreCondition(PreCondition) - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
addRollbackStep(CmpStep) - Method in class com.yomahub.liteflow.slot.Slot
 
addScriptBean(String, Object) - Static method in class com.yomahub.liteflow.script.ScriptBeanManager
 
addScriptNode(String, String, NodeTypeEnum, String, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
添加脚本 node
addScriptNodeAndCompile(String, String, NodeTypeEnum, String, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
添加脚本 node,并且编译脚本
addStatistics(CompStatistics) - Method in class com.yomahub.liteflow.monitor.MonitorBus
 
addStep(CmpStep) - Method in class com.yomahub.liteflow.slot.Slot
 
addTargetItem(Executable) - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
addTimeoutItem(String) - Method in class com.yomahub.liteflow.slot.Slot
 
afterProcess(NodeComponent) - Method in interface com.yomahub.liteflow.aop.ICmpAroundAspect
 
afterProcess() - Method in class com.yomahub.liteflow.core.NodeComponent
 
afterProcess() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
afterProcess() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
afterProcess() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
afterProcess() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
afterProcess(NodeComponent) - Method in interface com.yomahub.liteflow.spi.CmpAroundAspect
 
afterProcess(NodeComponent) - Method in class com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
AllOfParallelExecutor - Class in com.yomahub.liteflow.flow.parallel.strategy
完成全部任务
AllOfParallelExecutor() - Constructor for class com.yomahub.liteflow.flow.parallel.strategy.AllOfParallelExecutor
 
AND - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
AND_OR_ITEM_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
AndOperator - Class in com.yomahub.liteflow.builder.el.operator
EL表达式中AND关键字的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(AND(a,b)),WHILE(AND(a,b))
AndOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.AndOperator
 
AndOrCondition - Class in com.yomahub.liteflow.flow.element.condition
 
AndOrCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
AndOrConditionException - Exception in com.yomahub.liteflow.exception
 
AndOrConditionException(String) - Constructor for exception com.yomahub.liteflow.exception.AndOrConditionException
 
ANY - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
AnyOfParallelExecutor - Class in com.yomahub.liteflow.flow.parallel.strategy
完成任一任务
AnyOfParallelExecutor() - Constructor for class com.yomahub.liteflow.flow.parallel.strategy.AnyOfParallelExecutor
 
AnyOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的any的操作符
AnyOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.AnyOperator
 
AopInvocationHandler(DeclWarpBean) - Constructor for class com.yomahub.liteflow.core.proxy.DeclComponentProxy.AopInvocationHandler
 
AopInvocationHandler(Object, List<String>) - Constructor for class com.yomahub.liteflow.script.proxy.ScriptBeanProxy.AopInvocationHandler
 
AopInvocationHandler(Object, List<Method>) - Constructor for class com.yomahub.liteflow.script.proxy.ScriptMethodProxy.AopInvocationHandler
 

B

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

C

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

D

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

E

element() - Method in class com.yomahub.liteflow.util.LimitQueue
 
ELIF - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
ElifOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的ELIF的操作符
ElifOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ElifOperator
 
ELParseException - Exception in com.yomahub.liteflow.exception
EL 解析异常
ELParseException(String) - Constructor for exception com.yomahub.liteflow.exception.ELParseException
 
ElRegexUtil - Class in com.yomahub.liteflow.util
Parser 通用 Helper
ElRegexUtil() - Constructor for class com.yomahub.liteflow.util.ElRegexUtil
 
ELSE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
ElseOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的ELSE的操作符
ElseOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ElseOperator
 
EmptyConditionValueException - Exception in com.yomahub.liteflow.exception
空条件值异常
EmptyConditionValueException(String) - Constructor for exception com.yomahub.liteflow.exception.EmptyConditionValueException
 
ENABLE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
entrySet() - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
equals(Object) - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
error(String) - Method in class com.yomahub.liteflow.log.LFLog
 
error(String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
error(String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
error(String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
error(String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
error(Marker, String) - Method in class com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
error(Marker, String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
ErrorSupportPathException - Exception in com.yomahub.liteflow.exception
错误支持路径异常
ErrorSupportPathException(String) - Constructor for exception com.yomahub.liteflow.exception.ErrorSupportPathException
 
escape(String) - Static method in class com.yomahub.liteflow.util.SelectiveJavaEscaper
对输入字符串应用选择性Java转义规则。
ESCAPE_JAVA_SELECTIVE - Static variable in class com.yomahub.liteflow.util.SelectiveJavaEscaper
自定义的CharSequenceTranslator,用于选择性Java转义。
Executable - Interface in com.yomahub.liteflow.flow.element
可执行器接口 目前实现这个接口的有3个,Chain,Condition,Node
ExecutableItemNotFoundException - Exception in com.yomahub.liteflow.exception
 
ExecutableItemNotFoundException() - Constructor for exception com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
ExecutableItemNotFoundException(String) - Constructor for exception com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
execute(String, Object) - Method in class com.yomahub.liteflow.core.FlowExecutor
Deprecated.
execute() - Method in class com.yomahub.liteflow.core.NodeComponent
 
execute(Integer) - Method in class com.yomahub.liteflow.flow.element.Chain
 
execute(Integer) - Method in class com.yomahub.liteflow.flow.element.Condition
 
execute(Integer) - Method in interface com.yomahub.liteflow.flow.element.Executable
 
execute(Integer) - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
execute(Integer) - Method in class com.yomahub.liteflow.flow.element.Node
 
execute(NodeComponent) - Method in class com.yomahub.liteflow.flow.executor.DefaultNodeExecutor
 
execute(NodeComponent) - Method in class com.yomahub.liteflow.flow.executor.NodeExecutor
执行器执行入口-若需要更大维度的执行方式可以重写该方法
execute(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.AllOfParallelExecutor
 
execute(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.AnyOfParallelExecutor
 
execute(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
execute(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.PercentageOfParallelExecutor
 
execute(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.SpecifyParallelExecutor
 
execute(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
execute2Future(String, Object, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2Future(String, Object, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2FutureWithRid(String, Object, String, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2FutureWithRid(String, Object, String, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2Resp(String, Object, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2RespWithEL(String) - Method in class com.yomahub.liteflow.core.FlowExecutor
直接执行 EL 表达式
execute2RespWithEL(String, Object) - Method in class com.yomahub.liteflow.core.FlowExecutor
直接执行 EL 表达式
execute2RespWithEL(String, Object, String, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
直接执行 EL 表达式
execute2RespWithEL(String, Object, String, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
直接执行 EL 表达式
execute2RespWithRid(String, Object, String, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
execute2RespWithRid(String, Object, String, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
ExecuteableTypeEnum - Enum in com.yomahub.liteflow.enums
可执行节点枚举
executeAfterProcess(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeBeforeProcess(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.CatchCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.Condition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.FinallyCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.ForCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.IfCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.NotCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.PreCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.RetryCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.TimeoutCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
executeCondition(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.WhileCondition
 
executeHook() - Static method in class com.yomahub.liteflow.core.FlowInitHook
 
executeInner(Object[]) - Method in class com.yomahub.liteflow.builder.el.operator.base.BaseOperator
 
executeIsAccess(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeIsContinueOnError(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeIsEnd(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeOnError(ScriptExecuteWrap, Exception) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeOnSuccess(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeRollback(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
executeRoute(Integer) - Method in class com.yomahub.liteflow.flow.element.Chain
 
executeRouteChain(Object, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChain(String, Object, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChain(Object, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChain(String, Object, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(Object, String, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(String, Object, String, Class<?>...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(Object, String, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeRouteChainWithRid(String, Object, String, Object...) - Method in class com.yomahub.liteflow.core.FlowExecutor
 
executeScript(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
executeScript(ScriptExecuteWrap) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
ExecutorBuilder - Interface in com.yomahub.liteflow.thread
并行多线程执行器构造器接口
ExecutorCondition - Class in com.yomahub.liteflow.thread.ExecutorCondition
Title: ExecutorCondition Description: 执行器条件对象
ExecutorConditionBuilder - Class in com.yomahub.liteflow.thread.ExecutorCondition
Title: ExecutorConditionBuilder Description: 执行器构建对象
ExecutorConditionBuilder() - Constructor for class com.yomahub.liteflow.thread.ExecutorCondition.ExecutorConditionBuilder
 
ExecutorHelper - Class in com.yomahub.liteflow.thread
线程池工具类
EXPRESS_RUNNER - Static variable in class com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
EL解析引擎
EXTENDS - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 

F

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

G

generate() - Method in class com.yomahub.liteflow.flow.id.DefaultRequestIdGenerator
 
generate() - Method in class com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
generate() - Method in interface com.yomahub.liteflow.flow.id.RequestIdGenerator
获取唯一 id
generateFileUUID() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
generateRequestId() - Method in class com.yomahub.liteflow.slot.Slot
 
generateShortUUID() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
genSerialNo() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
genToken() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
get() - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition.LoopParallelSupplier
 
get() - Method in class com.yomahub.liteflow.flow.parallel.ParallelSupplier
 
get() - Static method in class com.yomahub.liteflow.property.LiteflowConfigGetter
 
get(Object) - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
getA() - Method in class com.yomahub.liteflow.util.TupleOf2
 
getA() - Method in class com.yomahub.liteflow.util.TupleOf3
 
getAccessResult() - Method in class com.yomahub.liteflow.flow.element.Node
 
getAllNodeInCondition() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getAndOrResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getAny() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getB() - Method in class com.yomahub.liteflow.util.TupleOf2
 
getB() - Method in class com.yomahub.liteflow.util.TupleOf3
 
getBean(String) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
getBean(Class<T>) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
getBean(String) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
getBean(Class<T>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
getBeansOfType(Class<T>) - Method in interface com.yomahub.liteflow.spi.ContextAware
获取指定类型对应的所有Bean,包括子类
getBeansOfType(Class<T>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
getBindData(String, Class<T>) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getBindData(String) - Method in class com.yomahub.liteflow.flow.element.Node
 
getBindDataList(String, Class<T>) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getBooleanConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getBreakItem() - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
getBreakResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getC() - Method in class com.yomahub.liteflow.util.TupleOf3
 
getCache() - Method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle
获取缓存
getCatchItem() - Method in class com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getCause() - Method in class com.yomahub.liteflow.common.entity.ValidationResp
 
getCause() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getChain(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getChain(String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId获得Chain对象
getChainCacheCapacity() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getChainCacheEnabled() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getChainId() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getChainId() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getChainId() - Method in class com.yomahub.liteflow.flow.entity.InstanceInfoDto
 
getChainId() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getChainId() - Method in class com.yomahub.liteflow.slot.Slot
 
getChainIdByElMd5(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getChainMap() - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getChainName() - Method in class com.yomahub.liteflow.core.NodeComponent
Deprecated.
getChainName() - Method in class com.yomahub.liteflow.flow.element.Chain
Deprecated.
getChainName() - Method in class com.yomahub.liteflow.slot.Slot
Deprecated.
getChainReqData(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getChainReqDataFromQueue(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getChainsContainsNodeId(String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
找出含有指定nodeId的chain对象
getClazz() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getClazz() - Method in enum com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getClazz() - Method in class com.yomahub.liteflow.flow.element.Node
 
getCmp() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCmpData(Class<T>) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCmpData() - Method in class com.yomahub.liteflow.flow.element.Node
 
getCmpData() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCmpDataList(Class<T>) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCmpName(Object) - Method in interface com.yomahub.liteflow.spi.LiteflowComponentSupport
 
getCmpName(Object) - Method in class com.yomahub.liteflow.spi.local.LocalLiteflowComponentSupport
 
getCode() - Method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
getCode() - Method in exception com.yomahub.liteflow.exception.LiteFlowException
 
getCode() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getComponentClazzName() - Method in class com.yomahub.liteflow.monitor.CompStatistics
 
getConditionExecutorClass() - Method in class com.yomahub.liteflow.thread.ExecutorCondition.ExecutorCondition
 
getConditionList() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getConditionType() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.AbstractCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.FinallyCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.ForCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.IfCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.NotCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.PreCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getConditionType() - Method in class com.yomahub.liteflow.flow.element.condition.WhileCondition
 
getCondValueStr() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getContextBean(Class<T>) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getContextBean(String) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getContextBean(Class<T>) - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getContextBean(String) - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getContextBean(Class<T>) - Method in class com.yomahub.liteflow.slot.Slot
 
getContextBean(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getContextBeanList(int) - Static method in class com.yomahub.liteflow.slot.DataBus
 
getContextBeanList() - Method in class com.yomahub.liteflow.slot.Slot
 
getContextValue(String) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCurrChainId() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCurrChainId() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getCurrChainId() - Method in class com.yomahub.liteflow.flow.element.Node
 
getCurrChainId() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getCurrChainName() - Method in class com.yomahub.liteflow.flow.element.Condition
Deprecated.
getCurrChainName() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
Deprecated.
getCurrChainRuntimeId() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCurrentChainInstance(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getCurrentCondition() - Method in class com.yomahub.liteflow.slot.Slot
 
getCurrLoopObj() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getCurrLoopObject() - Method in class com.yomahub.liteflow.flow.element.Node
 
getData(String) - Method in class com.yomahub.liteflow.slot.DefaultContext
 
getDataMap() - Method in class com.yomahub.liteflow.slot.DefaultContext
 
getDefaultExecutor() - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getDelay() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getDescription() - Method in enum com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getDisplayName() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getDisplayName() - Method in enum com.yomahub.liteflow.enums.ScriptTypeEnum
 
getDoExecutor() - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
getDoItem() - Method in class com.yomahub.liteflow.flow.element.condition.CatchCondition
 
getEl() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getElMd5() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getEnable() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getEnable() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getEnable() - Method in class com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
getEnableLog() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getEnableMonitorFile() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getEnableNodeInstanceId() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getEnableVirtualThread() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getEndTime() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getEngineName() - Method in enum com.yomahub.liteflow.enums.ScriptTypeEnum
 
getEnumByCode(String) - Static method in enum com.yomahub.liteflow.enums.ConditionTypeEnum
 
getEnumByCode(String) - Static method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
getEnumByDisplayName(String) - Static method in enum com.yomahub.liteflow.enums.ScriptTypeEnum
 
getErrorResume() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getEx() - Method in class com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
getEx() - Method in class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
getException() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getException() - Method in class com.yomahub.liteflow.slot.Slot
 
getExecutableGroup() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getExecutableList() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getExecutableList(String) - Method in class com.yomahub.liteflow.flow.element.Condition
 
getExecutableOne(String) - Method in class com.yomahub.liteflow.flow.element.Condition
 
getExecuteName() - Method in interface com.yomahub.liteflow.flow.element.Executable
Deprecated.
getExecuteStepQueue() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteSteps() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteSteps() - Method in class com.yomahub.liteflow.slot.Slot
 
getExecuteStepStr() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteStepStr(boolean) - Method in class com.yomahub.liteflow.slot.Slot
 
getExecuteStepStr() - Method in class com.yomahub.liteflow.slot.Slot
 
getExecuteStepStrWithInstanceId() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteStepStrWithInstanceId() - Method in class com.yomahub.liteflow.slot.Slot
 
getExecuteStepStrWithoutTime() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteStepStrWithTime() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getExecuteType() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getExecuteType() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getExecuteType() - Method in interface com.yomahub.liteflow.flow.element.Executable
 
getExecuteType() - Method in class com.yomahub.liteflow.flow.element.Node
 
getExecutorId() - Method in class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
getExecutorName() - Method in class com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
getExpectedNodeId() - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
getFact() - Method in class com.yomahub.liteflow.core.proxy.ParameterWrapBean
 
getFallbackCmpEnable() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getFallBackNode(NodeTypeEnum) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getFalseCaseExecutableItem() - Method in class com.yomahub.liteflow.flow.element.condition.IfCondition
 
getFastLoad() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getFile() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getFileAbsolutePath(List<String>) - Method in class com.yomahub.liteflow.spi.local.LocalPathContentParser
 
getFileAbsolutePath(List<String>) - Method in interface com.yomahub.liteflow.spi.PathContentParser
获取文件路径的绝对路径
getFinallyConditionList() - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getFirstContextBean() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getFirstContextBean() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getFirstContextBean() - Method in class com.yomahub.liteflow.slot.Slot
 
getForNode() - Method in class com.yomahub.liteflow.flow.element.condition.ForCondition
 
getForResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getGlobalThreadPoolExecutorClass() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getGlobalThreadPoolQueueSize() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getGlobalThreadPoolSize() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getGroup() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getGroup() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getId() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getId() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getId() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getId() - Method in interface com.yomahub.liteflow.flow.element.Executable
 
getId() - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
getId() - Method in class com.yomahub.liteflow.flow.element.Node
 
getId() - Method in class com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
getIfItem() - Method in class com.yomahub.liteflow.flow.element.condition.IfCondition
 
getIfResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getIndex() - Method in class com.yomahub.liteflow.core.proxy.ParameterWrapBean
 
getIndex() - Method in class com.yomahub.liteflow.flow.entity.InstanceInfoDto
 
getInput(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getInstance() - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
getInstance() - Method in class com.yomahub.liteflow.flow.element.Node
 
getInstance() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getInstance() - Static method in class com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
getInstance() - Static method in class com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpiHolder
 
getInstance() - Static method in class com.yomahub.liteflow.monitor.MonitorFile
 
getInstanceId() - Method in class com.yomahub.liteflow.flow.entity.InstanceInfoDto
 
getInstanceIdGeneratorClass() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getIsContinueOnErrorResult() - Method in class com.yomahub.liteflow.flow.element.Node
 
getIsEnd() - Method in class com.yomahub.liteflow.flow.element.Node
 
getItem() - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getItem() - Method in class com.yomahub.liteflow.flow.element.condition.NotCondition
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.core.NodeBooleanComponent
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.core.NodeForComponent
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.core.NodeIteratorComponent
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.core.NodeSwitchComponent
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.AndOrCondition
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.flow.element.condition.NotCondition
 
getItemResultMetaValue(Integer) - Method in interface com.yomahub.liteflow.flow.element.Executable
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
getItemResultMetaValue(Integer) - Method in class com.yomahub.liteflow.flow.element.Node
 
getIteratorNode() - Method in class com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
getIteratorResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getLanguage() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getLanguage() - Method in class com.yomahub.liteflow.flow.element.Node
 
getLanguage() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getLifeCycle() - Static method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle
获取生命周期实例
getLimit() - Method in class com.yomahub.liteflow.util.LimitQueue
 
getLiteflowConfig() - Method in class com.yomahub.liteflow.core.FlowExecutor
 
getLiteflowConfig() - Method in class com.yomahub.liteflow.monitor.MonitorBus
 
getLiteflowMethod() - Method in class com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getLiteflowRetry() - Method in class com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getLogger(Class<?>) - Static method in class com.yomahub.liteflow.log.LFLoggerManager
 
getLoopIndex() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getLoopIndex() - Method in class com.yomahub.liteflow.flow.element.Node
 
getLoopIndex() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getLoopObject() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getMainExecutorClass() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getMainExecutorWorks() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getMappingClazz() - Method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
getMaxWaitTime() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getMaxWaitTimeUnit() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getMemorySpent() - Method in class com.yomahub.liteflow.monitor.CompStatistics
 
getMessage() - Method in exception com.yomahub.liteflow.exception.AndOrConditionException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.CatchErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ChainDuplicateException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ChainEndException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ChainNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ChainNotImplementedException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.CmpDefinitionException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ComponentCannotRegisterException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ComponentMethodDefineErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ComponentNotAccessException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ComponentProxyErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ConfigErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.CyclicDependencyException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.DataNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ELParseException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.EmptyConditionValueException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ErrorSupportPathException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ExecutableItemNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.FallbackCmpNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.FlowExecutorNotInitException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.FlowSystemException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.IfTargetCannotBePreOrFinallyException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.IfTypeErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.JsonProcessException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.MissMavenDependencyException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.MonitorFileInitErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.MultipleParsersException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoAvailableSlotException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NodeBuildException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NodeClassNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NodeTypeCanNotGuessException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NodeTypeNotSupportException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoForNodeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoIfTrueNodeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoIteratorNodeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoMatchedRouteChainException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoSuchContextBeanException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoSwitchTargetNodeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NotSupportConditionException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NotSupportDeclException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NoWhileNodeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NullNodeTypeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.NullParamException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ObjectConvertException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ParallelExecutorCreateException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ParameterFactException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ParseException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ParserCannotFindException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ProxyException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.RequestIdGeneratorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.RouteChainNotFoundException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.RouteELInvalidException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ScriptBeanMethodInvokeException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.SwitchTargetCannotBePreOrFinallyException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.SwitchTypeErrorException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.ThreadExecutorServiceCreateException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.WhenExecuteException
 
getMessage() - Method in exception com.yomahub.liteflow.exception.WhenTimeoutException
 
getMessage() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getMessage() - Method in exception com.yomahub.liteflow.script.exception.ScriptLoadException
 
getMessage() - Method in exception com.yomahub.liteflow.script.exception.ScriptSpiException
 
getMetaValueKey() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getMethod() - Method in class com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
getMethod() - Method in class com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getMethodName() - Method in class com.yomahub.liteflow.core.proxy.LiteFlowMethodBean
 
getMethodName() - Method in enum com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
getMethodWrapBeanList() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getMonitorBus() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getName() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getName() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getName() - Method in enum com.yomahub.liteflow.enums.ConditionTypeEnum
 
getName() - Method in enum com.yomahub.liteflow.enums.FlowParserTypeEnum
 
getName() - Method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
getName() - Method in class com.yomahub.liteflow.flow.element.Node
 
getName() - Method in class com.yomahub.liteflow.log.LFLog
 
getName() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getNamespace() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getNode(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getNode(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId和nodeInstanceId去获得具体的Node节点 注意nodeInstance只有打开liteflow.enable-node-instance-id=true才会在Node对象中有
getNode(String, String, int) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId,nodeId,index去获取具体的Node节点 只有打开liteflow.enable-node-instance-id=true才会正常调用这个
getNodeByIdAndIndex(String, String, Integer) - Method in class com.yomahub.liteflow.flow.instanceId.BaseNodeInstanceIdManageSpi
根据nodeId和index返回Node节点信息
getNodeByIdAndIndex(String, String, Integer) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 
getNodeByIdAndInstanceId(String, String) - Method in class com.yomahub.liteflow.flow.instanceId.BaseNodeInstanceIdManageSpi
根据chainId instanceId返回Node节点信息
getNodeByIdAndInstanceId(String, String) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 
getNodeExecutorClass() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getNodeExecutorClass() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getNodeId() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getNodeId() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNodeId() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getNodeId() - Method in class com.yomahub.liteflow.flow.entity.InstanceInfoDto
 
getNodeId() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getNodeId() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getNodeIds() - Method in class com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
getNodeIds() - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
getNodeIndex(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId,nodeInstanceId去获取这个nodeInstanceId在Chain中的位置 注意nodeInstance只有打开liteflow.enable-node-instance-id=true才会在Node对象中有
getNodeInstanceId() - Method in class com.yomahub.liteflow.flow.element.Node
 
getNodeInstanceId() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getNodeInstanceIdManageSpi() - Method in class com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpiHolder
 
getNodeInstanceIds(String, String) - Method in class com.yomahub.liteflow.flow.instanceId.BaseNodeInstanceIdManageSpi
根据nodeId返回instanceId list
getNodeInstanceIds(String, String) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 
getNodeInstanceIds(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId,nodeId去获取这个节点的所有的instanceId 注意nodeInstance只有打开liteflow.enable-node-instance-id=true才会在Node对象中有
getNodeLocationById(String, String) - Method in class com.yomahub.liteflow.flow.instanceId.BaseNodeInstanceIdManageSpi
根据实例id获取 节点实例定位
getNodeLocationById(String, String) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 
getNodeMap() - Static method in class com.yomahub.liteflow.flow.FlowBus
 
getNodeName() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNodeName() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getNodes(Executable) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
从任意Executable对象中取到Node列表
getNodes(String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId获得这个chain中所有的Node
getNodes(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过chainId和nodeId获得Node列表
getNodesInAllChain(String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
通过nodeId找到在所有Chain中存在的Node对象列表
getNodeType() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getNotResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getOutput(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getParallelStrategy() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getParameterType() - Method in class com.yomahub.liteflow.core.proxy.ParameterWrapBean
 
getParameterWrapBeanList() - Method in class com.yomahub.liteflow.core.proxy.MethodWrapBean
 
getParseMode() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getPercentage() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getPeriod() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getPostProcessChainBuildLifeCycleList() - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
getPostProcessChainExecuteLifeCycleList() - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
getPostProcessFlowExecuteLifeCycleList() - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
getPostProcessNodeBuildLifeCycleList() - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
getPostProcessScriptEngineInitLifeCycleList() - Static method in class com.yomahub.liteflow.lifecycle.LifeCycleHolder
 
getPreConditionList() - Method in class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
getPreLoopIndex() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getPreLoopIndex() - Method in class com.yomahub.liteflow.flow.element.Node
 
getPreLoopObj() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getPreLoopObject() - Method in class com.yomahub.liteflow.flow.element.Node
 
getPreNLoopIndex(int) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getPreNLoopIndex(int) - Method in class com.yomahub.liteflow.flow.element.Node
 
getPreNLoopObj(int) - Method in class com.yomahub.liteflow.core.NodeComponent
 
getPreNLoopObject(int) - Method in class com.yomahub.liteflow.flow.element.Node
 
getPrintBanner() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getPrintExecutionLog() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getPrivateDeliveryData() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getPrivateDeliveryData(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getPrivateDeliveryQueue(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getProxy() - Method in class com.yomahub.liteflow.core.proxy.DeclComponentProxy
 
getProxyScriptBean() - Method in class com.yomahub.liteflow.script.proxy.ScriptBeanProxy
 
getProxyScriptMethod() - Method in class com.yomahub.liteflow.script.proxy.ScriptMethodProxy
 
getQueue() - Method in class com.yomahub.liteflow.util.LimitQueue
 
getQueueLimit() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getRawBean() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getRawClazz() - Method in class com.yomahub.liteflow.core.proxy.DeclWarpBean
 
getRecordTime() - Method in class com.yomahub.liteflow.monitor.CompStatistics
 
getRefNode() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getRefNode() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getRequestData() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getRequestId() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRequestId() - Static method in class com.yomahub.liteflow.log.LFLoggerManager
 
getRequestId() - Method in class com.yomahub.liteflow.slot.Slot
 
getRequestIdGenerator() - Method in class com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
getRequestIdGeneratorClass() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getResponseData() - Method in class com.yomahub.liteflow.slot.Slot
 
getRetryCount() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getRetryCount() - Method in class com.yomahub.liteflow.property.LiteflowConfig
Deprecated.
getRetryForExceptions() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getRetryForExceptions() - Method in class com.yomahub.liteflow.flow.element.condition.RetryCondition
 
getRetryTimes() - Method in class com.yomahub.liteflow.flow.element.condition.RetryCondition
 
getRollbackStepQueue() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackSteps() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackSteps() - Method in class com.yomahub.liteflow.slot.Slot
 
getRollbackStepStr() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackStepStr(boolean) - Method in class com.yomahub.liteflow.slot.Slot
 
getRollbackStepStr() - Method in class com.yomahub.liteflow.slot.Slot
 
getRollbackStepStrWithoutTime() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackStepStrWithTime() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getRollbackTimeSpent() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getRouteItem() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getRouteResult() - Method in class com.yomahub.liteflow.slot.Slot
 
getRuleSource() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getRuleSourceExtData() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getRuleSourceExtDataMap() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getRuntimeId() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getScript() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getScript() - Method in class com.yomahub.liteflow.flow.element.Node
 
getScript() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getScriptBeanMap() - Static method in class com.yomahub.liteflow.script.ScriptBeanManager
 
getScriptExecutor(String) - Method in class com.yomahub.liteflow.script.ScriptExecutorFactory
 
getScriptSetting() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getSelf() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getSlot() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getSlot() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getSlot(int) - Static method in class com.yomahub.liteflow.slot.DataBus
 
getSlotIndex() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getSlotIndex() - Method in class com.yomahub.liteflow.flow.element.Node
 
getSlotIndex() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getSlotSize() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getSpecifyIdSet() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getSpiClassName() - Method in interface com.yomahub.liteflow.parser.spi.ParserClassNameSpi
 
getStartTime() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getStatisticsMap() - Method in class com.yomahub.liteflow.monitor.MonitorBus
 
getStepData() - Method in class com.yomahub.liteflow.flow.element.Node
 
getStepData() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getStepType() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getStrategyType() - Method in enum com.yomahub.liteflow.enums.ParallelStrategyEnum
 
getSubException(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getSwitchNode() - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getSwitchResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
getTag() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getTag() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getTag() - Method in class com.yomahub.liteflow.flow.element.Condition
 
getTag() - Method in interface com.yomahub.liteflow.flow.element.Executable
 
getTag() - Method in class com.yomahub.liteflow.flow.element.Node
 
getTag() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getTag() - Method in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
getTargetList() - Method in class com.yomahub.liteflow.core.NodeSwitchComponent
 
getTargetList() - Method in class com.yomahub.liteflow.flow.element.condition.SwitchCondition
 
getThreadExecutorClass() - Method in class com.yomahub.liteflow.builder.prop.ChainPropBean
 
getThreadExecutorClass() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
getThreadName() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getThreadPoolExecutorClass() - Method in class com.yomahub.liteflow.flow.element.Chain
 
getThreadPoolExecutorClass() - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
getTimeoutItemList() - Method in class com.yomahub.liteflow.slot.Slot
 
getTimeoutItems() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
getTimeSpent() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
getTimeSpent() - Method in class com.yomahub.liteflow.monitor.CompStatistics
 
getTrueCaseExecutableItem() - Method in class com.yomahub.liteflow.flow.element.condition.IfCondition
 
getType() - Method in class com.yomahub.liteflow.builder.prop.NodePropBean
 
getType() - Method in class com.yomahub.liteflow.core.NodeComponent
 
getType() - Method in enum com.yomahub.liteflow.enums.ConditionTypeEnum
 
getType() - Method in enum com.yomahub.liteflow.enums.FlowParserTypeEnum
 
getType() - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
getType() - Method in class com.yomahub.liteflow.flow.element.Node
 
getType() - Method in class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
getUserClass(Class<?>) - Static method in class com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
 
getUUID() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
getWhenAllTaskList(WhenCondition, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
获取所有任务 CompletableFuture 集合
getWhenMaxWaitSeconds() - Method in class com.yomahub.liteflow.property.LiteflowConfig
Deprecated.
getWhenMaxWaitTime() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getWhenMaxWaitTimeUnit() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getWhenThreadPoolIsolate() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
getWhileItem() - Method in class com.yomahub.liteflow.flow.element.condition.WhileCondition
 
getWhileResult(String) - Method in class com.yomahub.liteflow.slot.Slot
 
guessType(Class<?>) - Static method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
guessTypeBySuperClazz(Class<?>) - Static method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 

H

handleFutureList(List<CompletableFuture<LoopFutureObj>>) - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
handleTaskResult(WhenCondition, Integer, List<CompletableFuture<WhenFutureObj>>, CompletableFuture<?>) - Method in class com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
任务结果处理
hasBean(String) - Method in interface com.yomahub.liteflow.spi.ContextAware
判断是否存在指定名称的bean
hasBean(Class<?>) - Method in interface com.yomahub.liteflow.spi.ContextAware
判断是否存在指定类型的bean
hasBean(String) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
hasBean(Class<?>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
hasBindData(String) - Method in class com.yomahub.liteflow.flow.element.Node
 
hasData(String) - Method in class com.yomahub.liteflow.slot.DefaultContext
 

I

ICmpAroundAspect - Interface in com.yomahub.liteflow.aop
全局组件拦截器接口 实现这个接口并注入到spring上下文即可
ID - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
IdGeneratorHolder - Class in com.yomahub.liteflow.flow.id
Id 生成器帮助器
IdGeneratorHolder() - Constructor for class com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
IdOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的id的操作符,只有condition可加id
IdOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.IdOperator
 
IF - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
IF_FALSE_CASE_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IF_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IF_TRUE_CASE_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IfCondition - Class in com.yomahub.liteflow.flow.element.condition
条件Condition
IfCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.IfCondition
 
IfOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的IF的操作符
IfOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.IfOperator
 
IfTargetCannotBePreOrFinallyException - Exception in com.yomahub.liteflow.exception
如果目标不能是 Pre 或 Finally 异常
IfTargetCannotBePreOrFinallyException(String) - Constructor for exception com.yomahub.liteflow.exception.IfTargetCannotBePreOrFinallyException
 
IfTypeErrorException - Exception in com.yomahub.liteflow.exception
类型错误异常
IfTypeErrorException(String) - Constructor for exception com.yomahub.liteflow.exception.IfTypeErrorException
 
IGNORE_ERROR - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
IgnoreErrorOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的ignoreError的操作符
IgnoreErrorOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.IgnoreErrorOperator
 
info(String) - Method in class com.yomahub.liteflow.log.LFLog
 
info(String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
info(String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
info(String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
info(String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
info(Marker, String) - Method in class com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
info(Marker, String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
init(boolean) - Method in class com.yomahub.liteflow.core.FlowExecutor
FlowExecutor的初始化化方式,主要用于parse规则文件 isStart表示是否是系统启动阶段,启动阶段要做额外的事情,而因为reload所调用的init就不用做
init() - Static method in class com.yomahub.liteflow.flow.id.IdGeneratorHolder
 
init() - Static method in class com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpiHolder
 
init() - Method in class com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
init() - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
init() - Static method in class com.yomahub.liteflow.slot.DataBus
这里原先版本中是static块,现在改成init静态方法,由FlowExecutor中的init去调用 这样的改动对项目来说没有什么实际意义,但是在单元测试中,却有意义。
initCmp() - Method in interface com.yomahub.liteflow.spi.ContextCmpInit
 
initCmp() - Method in class com.yomahub.liteflow.spi.local.LocalContextCmpInit
 
initComponent(NodeComponent, NodeTypeEnum, String, String) - Method in class com.yomahub.liteflow.core.ComponentInitializer
 
initIfAbsent(int) - Static method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle
初始化生命周期实例
InnerChainTypeEnum - Enum in com.yomahub.liteflow.enums
隐式流程类型
InstanceInfoDto - Class in com.yomahub.liteflow.flow.entity
InstanceInfo Dto {"chainId":"chain1","nodeId":"a","instanceId":"XXXX","index":0}
InstanceInfoDto() - Constructor for class com.yomahub.liteflow.flow.entity.InstanceInfoDto
 
invoke(String, Integer) - Method in class com.yomahub.liteflow.core.FlowExecutor
Deprecated.
invoke(Object, Method, Object[]) - Method in class com.yomahub.liteflow.core.proxy.DeclComponentProxy.AopInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.yomahub.liteflow.script.proxy.ScriptBeanProxy.AopInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.yomahub.liteflow.script.proxy.ScriptMethodProxy.AopInvocationHandler
 
invoke2Resp(String, Object) - Method in class com.yomahub.liteflow.core.NodeComponent
 
invoke2Resp(String, Object, Slot) - Method in class com.yomahub.liteflow.core.NodeComponent
 
isAbstractChain(String) - Static method in class com.yomahub.liteflow.util.ElRegexUtil
判断某个Chain是否为抽象EL,判断依据是是否包含未实现的占位符
isAccess() - Method in class com.yomahub.liteflow.core.NodeComponent
 
isAccess() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
isAccess() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
isAccess() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
isAccess() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
isAccess(Integer) - Method in interface com.yomahub.liteflow.flow.element.Executable
 
isAccess(Integer) - Method in class com.yomahub.liteflow.flow.element.FallbackNode
 
isAccess(Integer) - Method in class com.yomahub.liteflow.flow.element.Node
 
isActive() - Method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle.ChainState
 
isCglibProxyClass(Class<?>) - Static method in class com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
 
isChainLevel() - Method in class com.yomahub.liteflow.thread.ExecutorCondition.ExecutorCondition
 
isCloned() - Method in class com.yomahub.liteflow.flow.element.Node
 
isCompiled() - Method in class com.yomahub.liteflow.flow.element.Chain
 
isCompiled() - Method in class com.yomahub.liteflow.flow.element.Node
 
isConditionLevel() - Method in class com.yomahub.liteflow.thread.ExecutorCondition.ExecutorCondition
 
isContinueOnError() - Method in class com.yomahub.liteflow.core.NodeComponent
 
isContinueOnError() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
isContinueOnError() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
isContinueOnError() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
isContinueOnError() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
isDebugEnabled() - Method in class com.yomahub.liteflow.log.LFLog
 
isDebugEnabled(Marker) - Method in class com.yomahub.liteflow.log.LFLog
 
isDeclareCmp(Class<?>) - Static method in class com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
判断一个bean是否是声明式组件
isDisable() - Method in class com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
isEmpty() - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
isEmpty() - Method in class com.yomahub.liteflow.util.LimitQueue
 
isEnable() - Method in class com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
isEnabledVirtualThreads() - Method in class com.yomahub.liteflow.thread.ExecutorHelper
 
isEnd() - Method in class com.yomahub.liteflow.core.NodeComponent
 
isEnd() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
isEnd() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
isEnd() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
isEnd() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
isErrorEnabled() - Method in class com.yomahub.liteflow.log.LFLog
 
isErrorEnabled(Marker) - Method in class com.yomahub.liteflow.log.LFLog
 
isIgnoreError() - Method in class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
isInfoEnabled() - Method in class com.yomahub.liteflow.log.LFLog
 
isInfoEnabled(Marker) - Method in class com.yomahub.liteflow.log.LFLog
 
isMainMethod() - Method in enum com.yomahub.liteflow.enums.LiteFlowMethodEnum
 
isParallel() - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
isRollback() - Method in class com.yomahub.liteflow.core.NodeComponent
 
isScript() - Method in enum com.yomahub.liteflow.enums.NodeTypeEnum
 
isSuccess() - Method in class com.yomahub.liteflow.common.entity.ValidationResp
 
isSuccess() - Method in class com.yomahub.liteflow.flow.entity.CmpStep
 
isSuccess() - Method in class com.yomahub.liteflow.flow.LiteflowResponse
 
isSuccess() - Method in class com.yomahub.liteflow.flow.parallel.LoopFutureObj
 
isSuccess() - Method in class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
isSupportMultipleType() - Method in class com.yomahub.liteflow.property.LiteflowConfig
 
isTimeout() - Method in class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
isTraceEnabled() - Method in class com.yomahub.liteflow.log.LFLog
 
isTraceEnabled(Marker) - Method in class com.yomahub.liteflow.log.LFLog
 
isWarnEnabled() - Method in class com.yomahub.liteflow.log.LFLog
 
isWarnEnabled(Marker) - Method in class com.yomahub.liteflow.log.LFLog
 
ITERATOR - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
iterator() - Method in class com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
 
iterator() - Method in class com.yomahub.liteflow.util.LimitQueue
 
ITERATOR_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
IteratorCondition - Class in com.yomahub.liteflow.flow.element.condition
迭代次数Condition
IteratorCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.IteratorCondition
 
IteratorOperator - Class in com.yomahub.liteflow.builder.el.operator
 
IteratorOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.IteratorOperator
 

J

JsonFlowELParser - Class in com.yomahub.liteflow.parser.el
JSON形式的EL表达式解析抽象引擎
JsonFlowELParser() - Constructor for class com.yomahub.liteflow.parser.el.JsonFlowELParser
 
JsonProcessException - Exception in com.yomahub.liteflow.exception
Json 进程异常
JsonProcessException(String) - Constructor for exception com.yomahub.liteflow.exception.JsonProcessException
 
JsonUtil - Class in com.yomahub.liteflow.util
JSON 工具类
JSR223ScriptExecutor - Class in com.yomahub.liteflow.script.jsr223
JSR223 script engine的统一实现抽象类
JSR223ScriptExecutor() - Constructor for class com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 

K

keySet() - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 

L

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

M

main(String[]) - Static method in class com.yomahub.liteflow.util.SelectiveJavaEscaper
主方法,用于演示转义效果。
main(String[]) - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
MAX_WAIT_MILLISECONDS - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
MAX_WAIT_SECONDS - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
MaxWaitMillisecondsOperator - Class in com.yomahub.liteflow.builder.el.operator
EL 规则中的 maxWaitMilliseconds 的操作符
MaxWaitMillisecondsOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.MaxWaitMillisecondsOperator
 
MaxWaitSecondsOperator - Class in com.yomahub.liteflow.builder.el.operator
EL 规则中的 maxWaitSeconds 的操作符
MaxWaitSecondsOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.MaxWaitSecondsOperator
 
MaxWaitTimeOperator - Class in com.yomahub.liteflow.builder.el.operator
EL 规则中 - maxWaitSeconds MaxWaitSecondsOperator - MaxWaitMilliseconds MaxWaitMillisecondsOperator 操作符的抽象
MaxWaitTimeOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.MaxWaitTimeOperator
 
metaDataMap - Variable in class com.yomahub.liteflow.slot.Slot
 
MethodWrapBean - Class in com.yomahub.liteflow.core.proxy
LiteflowMethod的包装类
MethodWrapBean(Method, LiteflowMethod, LiteflowRetry, List<ParameterWrapBean>) - Constructor for class com.yomahub.liteflow.core.proxy.MethodWrapBean
 
MissMavenDependencyException - Exception in com.yomahub.liteflow.exception
缺少 maven 依赖异常
MissMavenDependencyException(String, String) - Constructor for exception com.yomahub.liteflow.exception.MissMavenDependencyException
 
MONITOR_BUS - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
MonitorBus - Class in com.yomahub.liteflow.monitor
监控类元数据,打印执行器类
MonitorBus(LiteflowConfig) - Constructor for class com.yomahub.liteflow.monitor.MonitorBus
 
MonitorFile - Class in com.yomahub.liteflow.monitor
规则文件监听器
MonitorFile() - Constructor for class com.yomahub.liteflow.monitor.MonitorFile
 
MonitorFileInitErrorException - Exception in com.yomahub.liteflow.exception
文件监听异常
MonitorFileInitErrorException(String) - Constructor for exception com.yomahub.liteflow.exception.MonitorFileInitErrorException
 
MonitorTimeTask - Class in com.yomahub.liteflow.monitor
监控器线程
MonitorTimeTask(MonitorBus) - Constructor for class com.yomahub.liteflow.monitor.MonitorTimeTask
 
MSG - Static variable in exception com.yomahub.liteflow.exception.DataNotFoundException
 
MultipleParsersException - Exception in com.yomahub.liteflow.exception
重复解析器异常
MultipleParsersException(String) - Constructor for exception com.yomahub.liteflow.exception.MultipleParsersException
 
MUST - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
MustOperator - Class in com.yomahub.liteflow.builder.el.operator
EL 规则中的 must 的操作符
MustOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.MustOperator
 

N

NAME - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
NAMESPACE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
needInit() - Static method in class com.yomahub.liteflow.flow.FlowBus
 
newActiveState() - Static method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle.ChainState
 
newInnerResponse(String, Slot) - Static method in class com.yomahub.liteflow.flow.LiteflowResponse
 
newMainResponse(Slot) - Static method in class com.yomahub.liteflow.flow.LiteflowResponse
 
newMainResponse(Exception) - Static method in class com.yomahub.liteflow.flow.LiteflowResponse
 
nextSerial() - Static method in class com.yomahub.liteflow.util.SerialsUtil
 
NoAvailableSlotException - Exception in com.yomahub.liteflow.exception
无可用插槽异常
NoAvailableSlotException(String) - Constructor for exception com.yomahub.liteflow.exception.NoAvailableSlotException
 
NODE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
Node - Class in com.yomahub.liteflow.flow.element
Node节点,实现可执行器 Node节点并不是单例的,每构建一次都会copy出一个新的实例
Node() - Constructor for class com.yomahub.liteflow.flow.element.Node
 
Node(NodeComponent) - Constructor for class com.yomahub.liteflow.flow.element.Node
 
Node(String, String, NodeTypeEnum, String, String) - Constructor for class com.yomahub.liteflow.flow.element.Node
 
NODE_INSTANCE_PATH - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
NodeBooleanComponent - Class in com.yomahub.liteflow.core
BOOLEAN类型的抽象节点
NodeBooleanComponent() - Constructor for class com.yomahub.liteflow.core.NodeBooleanComponent
 
NodeBuildException - Exception in com.yomahub.liteflow.exception
节点构建异常
NodeBuildException(String) - Constructor for exception com.yomahub.liteflow.exception.NodeBuildException
 
NodeClassNotFoundException - Exception in com.yomahub.liteflow.exception
找不到节点类异常
NodeClassNotFoundException(String) - Constructor for exception com.yomahub.liteflow.exception.NodeClassNotFoundException
 
NodeComponent - Class in com.yomahub.liteflow.core
普通组件抽象类
NodeComponent() - Constructor for class com.yomahub.liteflow.core.NodeComponent
 
NodeConvertHelper - Class in com.yomahub.liteflow.parser.helper
冒号形式节点NodeSimpleVO转换 通用 Helper
NodeConvertHelper() - Constructor for class com.yomahub.liteflow.parser.helper.NodeConvertHelper
 
NodeConvertHelper.NodeSimpleVO - Class in com.yomahub.liteflow.parser.helper
 
NodeExecutor - Class in com.yomahub.liteflow.flow.executor
节点执行器 - 自定的执行策略需要实现该类
NodeExecutor() - Constructor for class com.yomahub.liteflow.flow.executor.NodeExecutor
 
NodeExecutorHelper - Class in com.yomahub.liteflow.flow.executor
节点执行器帮助器
NodeForComponent - Class in com.yomahub.liteflow.core
FOR计数节点抽象类
NodeForComponent() - Constructor for class com.yomahub.liteflow.core.NodeForComponent
 
nodeId - Variable in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
NodeInstanceIdManageSpi - Interface in com.yomahub.liteflow.flow.instanceId
 
NodeInstanceIdManageSpiHolder - Class in com.yomahub.liteflow.flow.instanceId
 
NodeInstanceIdManageSpiHolder() - Constructor for class com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpiHolder
 
NodeIteratorComponent - Class in com.yomahub.liteflow.core
ITERATOR迭代器循环组件抽象类
NodeIteratorComponent() - Constructor for class com.yomahub.liteflow.core.NodeIteratorComponent
 
NodeOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的node的操作符
NodeOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.NodeOperator
 
NodePropBean - Class in com.yomahub.liteflow.builder.prop
构建 node 的中间属性
NodePropBean() - Constructor for class com.yomahub.liteflow.builder.prop.NodePropBean
 
NODES - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
NodeSimpleVO() - Constructor for class com.yomahub.liteflow.parser.helper.NodeConvertHelper.NodeSimpleVO
 
NodeSwitchComponent - Class in com.yomahub.liteflow.core
条件路由节点抽象类
NodeSwitchComponent() - Constructor for class com.yomahub.liteflow.core.NodeSwitchComponent
 
NodeTypeCanNotGuessException - Exception in com.yomahub.liteflow.exception
节点类型无法猜测异常
NodeTypeCanNotGuessException(String) - Constructor for exception com.yomahub.liteflow.exception.NodeTypeCanNotGuessException
 
NodeTypeEnum - Enum in com.yomahub.liteflow.enums
节点类型枚举
NodeTypeNotSupportException - Exception in com.yomahub.liteflow.exception
节点类型不支持异常
NodeTypeNotSupportException(String) - Constructor for exception com.yomahub.liteflow.exception.NodeTypeNotSupportException
 
NoForNodeException - Exception in com.yomahub.liteflow.exception
没有节点异常
NoForNodeException(String) - Constructor for exception com.yomahub.liteflow.exception.NoForNodeException
 
NoIfTrueNodeException - Exception in com.yomahub.liteflow.exception
节点不为真异常
NoIfTrueNodeException(String) - Constructor for exception com.yomahub.liteflow.exception.NoIfTrueNodeException
 
NoIteratorNodeException - Exception in com.yomahub.liteflow.exception
没有节点异常
NoIteratorNodeException(String) - Constructor for exception com.yomahub.liteflow.exception.NoIteratorNodeException
 
NoMatchedRouteChainException - Exception in com.yomahub.liteflow.exception
没有匹配的决策路由
NoMatchedRouteChainException(String) - Constructor for exception com.yomahub.liteflow.exception.NoMatchedRouteChainException
 
normalize(String) - Static method in class com.yomahub.liteflow.util.ElRegexUtil
规范化 EL
NoSuchContextBeanException - Exception in com.yomahub.liteflow.exception
Chain 重复异常
NoSuchContextBeanException(String) - Constructor for exception com.yomahub.liteflow.exception.NoSuchContextBeanException
 
NoSwitchTargetNodeException - Exception in com.yomahub.liteflow.exception
无切换目标节点异常
NoSwitchTargetNodeException(String) - Constructor for exception com.yomahub.liteflow.exception.NoSwitchTargetNodeException
 
NOT - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
NOT_ITEM_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
NotCondition - Class in com.yomahub.liteflow.flow.element.condition
 
NotCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.NotCondition
 
NotOperator - Class in com.yomahub.liteflow.builder.el.operator
EL表达式中NOT关键字的操作,表示非的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(NOT(a)),WHILE(NOT(a))
NotOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.NotOperator
 
NotSupportConditionException - Exception in com.yomahub.liteflow.exception
不支持条件异常
NotSupportConditionException(String) - Constructor for exception com.yomahub.liteflow.exception.NotSupportConditionException
 
NotSupportDeclException - Exception in com.yomahub.liteflow.exception
在非spring环境中不支持
NotSupportDeclException(String) - Constructor for exception com.yomahub.liteflow.exception.NotSupportDeclException
 
NoWhileNodeException - Exception in com.yomahub.liteflow.exception
没有 While 节点异常
NoWhileNodeException(String) - Constructor for exception com.yomahub.liteflow.exception.NoWhileNodeException
 
NullNodeTypeException - Exception in com.yomahub.liteflow.exception
空节点异常
NullNodeTypeException(String) - Constructor for exception com.yomahub.liteflow.exception.NullNodeTypeException
 
NullParamException - Exception in com.yomahub.liteflow.exception
null param exception when param is null, dataMap (ConcurrentHashMap) cann't accept a null value
NullParamException(String) - Constructor for exception com.yomahub.liteflow.exception.NullParamException
 

O

ObjectConvertException - Exception in com.yomahub.liteflow.exception
对象转型异常
ObjectConvertException(String) - Constructor for exception com.yomahub.liteflow.exception.ObjectConvertException
 
OCCUPY_COUNT - Static variable in class com.yomahub.liteflow.slot.DataBus
 
offer(E) - Method in class com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
加入元素,当队列满时,淘汰末尾元素
offer(E) - Method in class com.yomahub.liteflow.util.LimitQueue
 
offerSlotByBean(List<Object>) - Static method in class com.yomahub.liteflow.slot.DataBus
 
offerSlotByClass(List<Class<?>>) - Static method in class com.yomahub.liteflow.slot.DataBus
 
onError(NodeComponent, Exception) - Method in interface com.yomahub.liteflow.aop.ICmpAroundAspect
 
onError(Exception) - Method in class com.yomahub.liteflow.core.NodeComponent
 
onError(Exception) - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
onError(Exception) - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
onError(Exception) - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
onError(Exception) - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
onError(NodeComponent, Exception) - Method in interface com.yomahub.liteflow.spi.CmpAroundAspect
 
onError(NodeComponent, Exception) - Method in class com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
onSuccess(NodeComponent) - Method in interface com.yomahub.liteflow.aop.ICmpAroundAspect
 
onSuccess() - Method in class com.yomahub.liteflow.core.NodeComponent
 
onSuccess() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
onSuccess() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
onSuccess() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
onSuccess() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
onSuccess(NodeComponent) - Method in interface com.yomahub.liteflow.spi.CmpAroundAspect
 
onSuccess(NodeComponent) - Method in class com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
OperatorHelper - Class in com.yomahub.liteflow.builder.el.operator.base
Operator 常用工具类
OperatorHelper() - Constructor for class com.yomahub.liteflow.builder.el.operator.base.OperatorHelper
 
OR - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
OrOperator - Class in com.yomahub.liteflow.builder.el.operator
EL表达式中OR关键字的操作 主要用于适用于产生布尔类型结果的表达式中,比如IF(OR(a,b)),WHILE(OR(a,b))
OrOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.OrOperator
 

P

PAR - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
PARALLEL - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
ParallelExecutorCreateException - Exception in com.yomahub.liteflow.exception
并行策略执行器创建异常
ParallelExecutorCreateException(String) - Constructor for exception com.yomahub.liteflow.exception.ParallelExecutorCreateException
 
ParallelOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的parallel的操作符
ParallelOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ParallelOperator
 
ParallelStrategyEnum - Enum in com.yomahub.liteflow.enums
并行策略枚举类
ParallelStrategyExecutor - Class in com.yomahub.liteflow.flow.parallel.strategy
并发策略执行器抽象类
ParallelStrategyExecutor() - Constructor for class com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
 
ParallelStrategyHelper - Class in com.yomahub.liteflow.flow.parallel.strategy
WHEN 并发策略辅助
ParallelSupplier - Class in com.yomahub.liteflow.flow.parallel
并行异步worker对象,提供给CompletableFuture用
ParallelSupplier(Executable, String, Integer) - Constructor for class com.yomahub.liteflow.flow.parallel.ParallelSupplier
 
ParameterFactException - Exception in com.yomahub.liteflow.exception
 
ParameterFactException(String) - Constructor for exception com.yomahub.liteflow.exception.ParameterFactException
 
ParameterWrapBean - Class in com.yomahub.liteflow.core.proxy
声明式的包装类
ParameterWrapBean(Class<?>, LiteflowFact, int) - Constructor for class com.yomahub.liteflow.core.proxy.ParameterWrapBean
 
parse(String) - Method in class com.yomahub.liteflow.parser.base.BaseJsonFlowParser
 
parse(List<String>) - Method in class com.yomahub.liteflow.parser.base.BaseJsonFlowParser
 
parse(String) - Method in class com.yomahub.liteflow.parser.base.BaseXmlFlowParser
 
parse(List<String>) - Method in class com.yomahub.liteflow.parser.base.BaseXmlFlowParser
 
parse(String) - Method in class com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
parse(List<String>) - Method in class com.yomahub.liteflow.parser.base.BaseYmlFlowParser
 
parse(List<String>) - Method in interface com.yomahub.liteflow.parser.base.FlowParser
 
parseChainDocument(List<Document>, Set<String>, Consumer<Element>) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
 
parseChainJson(List<JsonNode>, Set<String>, Consumer<JsonNode>) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
 
parseChainKey(String) - Static method in class com.yomahub.liteflow.util.RuleParsePluginUtil
 
parseContent(List<String>) - Method in class com.yomahub.liteflow.spi.local.LocalPathContentParser
 
parseContent(List<String>) - Method in interface com.yomahub.liteflow.spi.PathContentParser
解析路径下的文件内容
parseCustom() - Method in class com.yomahub.liteflow.parser.el.ClassJsonFlowELParser
 
parseCustom() - Method in class com.yomahub.liteflow.parser.el.ClassXmlFlowELParser
 
parseCustom() - Method in class com.yomahub.liteflow.parser.el.ClassYmlFlowELParser
 
parseDeclBean(Class<?>) - Method in interface com.yomahub.liteflow.spi.DeclComponentParser
 
parseDeclBean(Class<?>, String, String) - Method in interface com.yomahub.liteflow.spi.DeclComponentParser
 
parseDeclBean(Class<?>) - Method in class com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
parseDeclBean(Class<?>, String, String) - Method in class com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
ParseException - Exception in com.yomahub.liteflow.exception
解析异常
ParseException(String) - Constructor for exception com.yomahub.liteflow.exception.ParseException
 
parseIdKey(String) - Static method in class com.yomahub.liteflow.util.RuleParsePluginUtil
 
parseList(String, Class<T>) - Static method in class com.yomahub.liteflow.util.JsonUtil
 
parseMain(List<String>) - Method in interface com.yomahub.liteflow.parser.base.FlowParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.ClassJsonFlowELParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.ClassXmlFlowELParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.ClassYmlFlowELParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.LocalJsonFlowELParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.LocalXmlFlowELParser
 
parseMain(List<String>) - Method in class com.yomahub.liteflow.parser.el.LocalYmlFlowELParser
 
ParseModeEnum - Enum in com.yomahub.liteflow.enums
解析模式 PARSE_ALL_ON_START 启动时解析所有的规则 PARSE_ALL_ON_FIRST_EXEC 第一次执行链路时解析所有的规则 PARSE_ONE_ON_FIRST_EXEC 第一次执行相关链路时解析当前的规则
parseNodeDocument(List<Document>) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
xml 形式的主要解析过程
parseNodeJson(List<JsonNode>) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
 
parseObject(String) - Static method in class com.yomahub.liteflow.util.JsonUtil
 
parseObject(String, Class<T>) - Static method in class com.yomahub.liteflow.util.JsonUtil
 
parseOneChain(JsonNode) - Method in class com.yomahub.liteflow.parser.base.BaseJsonFlowParser
解析一个chain的过程
parseOneChain(Element) - Method in class com.yomahub.liteflow.parser.base.BaseXmlFlowParser
解析一个 chain 的过程
parseOneChain(JsonNode) - Method in class com.yomahub.liteflow.parser.base.BaseYmlFlowParser
解析一个 chain 的过程
parseOneChain(JsonNode) - Method in class com.yomahub.liteflow.parser.el.JsonFlowELParser
解析一个chain的过程
parseOneChain(Element) - Method in class com.yomahub.liteflow.parser.el.XmlFlowELParser
解析一个chain的过程
parseOneChain(JsonNode) - Method in class com.yomahub.liteflow.parser.el.YmlFlowELParser
解析一个chain的过程
parseOneChainEl(JsonNode) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
解析一个chain的过程
parseOneChainEl(Element) - Static method in class com.yomahub.liteflow.parser.helper.ParserHelper
解析一个chain的过程
ParserCannotFindException - Exception in com.yomahub.liteflow.exception
解析器找不到异常
ParserCannotFindException(String) - Constructor for exception com.yomahub.liteflow.exception.ParserCannotFindException
 
ParserClassNameSpi - Interface in com.yomahub.liteflow.parser.spi
解析器SPI插件接口
ParserHelper - Class in com.yomahub.liteflow.parser.helper
Parser 通用 Helper
PathContentParser - Interface in com.yomahub.liteflow.spi
 
PathContentParserHolder - Class in com.yomahub.liteflow.spi.holder
 
PathContentParserHolder() - Constructor for class com.yomahub.liteflow.spi.holder.PathContentParserHolder
 
PathMatchUtil - Class in com.yomahub.liteflow.util
用于获取模糊匹配的路径
PathMatchUtil() - Constructor for class com.yomahub.liteflow.util.PathMatchUtil
 
peek() - Method in class com.yomahub.liteflow.util.LimitQueue
 
PERCENTAGE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
PercentageOfParallelExecutor - Class in com.yomahub.liteflow.flow.parallel.strategy
完成指定阈值任务
PercentageOfParallelExecutor() - Constructor for class com.yomahub.liteflow.flow.parallel.strategy.PercentageOfParallelExecutor
 
PercentageOperator - Class in com.yomahub.liteflow.builder.el.operator
EL 规则中的 percentage 的操作符
PercentageOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.PercentageOperator
 
poll() - Method in class com.yomahub.liteflow.util.LimitQueue
 
popCondition() - Method in class com.yomahub.liteflow.slot.Slot
 
postProcessAfterChainBuild(Chain) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessChainBuildLifeCycle
 
postProcessAfterChainExecute(String, Slot) - Method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle
 
postProcessAfterChainExecute(String, Slot) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessChainExecuteLifeCycle
 
postProcessAfterFlowExecute(String, Slot) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessFlowExecuteLifeCycle
 
postProcessAfterNodeBuild(Node) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessNodeBuildLifeCycle
 
postProcessAfterScriptEngineInit(Object) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessScriptEngineInitLifeCycle
 
postProcessBeforeChainBuild(Chain) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessChainBuildLifeCycle
 
postProcessBeforeChainExecute(String, Slot) - Method in class com.yomahub.liteflow.lifecycle.impl.ChainCacheLifeCycle
 
postProcessBeforeChainExecute(String, Slot) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessChainExecuteLifeCycle
 
postProcessBeforeFlowExecute(String, Slot) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessFlowExecuteLifeCycle
 
postProcessBeforeNodeBuild(Node) - Method in interface com.yomahub.liteflow.lifecycle.PostProcessNodeBuildLifeCycle
 
PostProcessChainBuildLifeCycle - Interface in com.yomahub.liteflow.lifecycle
生命周期接口 在Chain构造时期,如果有实现的话
PostProcessChainExecuteLifeCycle - Interface in com.yomahub.liteflow.lifecycle
生命周期接口 执行Chain的时候
PostProcessFlowExecuteLifeCycle - Interface in com.yomahub.liteflow.lifecycle
生命周期接口 执行FLowExecutor的时候
PostProcessNodeBuildLifeCycle - Interface in com.yomahub.liteflow.lifecycle
生命周期接口 在Node构造时期,如果有实现的话
PostProcessScriptEngineInitLifeCycle - Interface in com.yomahub.liteflow.lifecycle
生命周期接口 在初始化Script执行器时期,如果有实现的话
PRE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
PRE_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
PreCondition - Class in com.yomahub.liteflow.flow.element.condition
前置Condition
PreCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.PreCondition
 
PREFIX_FORMAT_CONFIG_REGEX - Static variable in class com.yomahub.liteflow.parser.factory.FlowParserProvider.ConfigRegexConstant
 
PreOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的THEN的操作符
PreOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.PreOperator
 
print() - Static method in class com.yomahub.liteflow.util.LOGOPrinter
 
printRollbackStep() - Method in class com.yomahub.liteflow.slot.Slot
 
printStatistics() - Method in class com.yomahub.liteflow.monitor.MonitorBus
 
printStep() - Method in class com.yomahub.liteflow.slot.Slot
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalCmpAroundAspect
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalContextCmpInit
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalDeclComponentParser
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalLiteflowComponentSupport
 
priority() - Method in class com.yomahub.liteflow.spi.local.LocalPathContentParser
 
priority() - Method in interface com.yomahub.liteflow.spi.SpiPriority
 
process() - Method in class com.yomahub.liteflow.core.NodeBooleanComponent
 
process() - Method in class com.yomahub.liteflow.core.NodeComponent
 
process() - Method in class com.yomahub.liteflow.core.NodeForComponent
 
process() - Method in class com.yomahub.liteflow.core.NodeIteratorComponent
 
process() - Method in class com.yomahub.liteflow.core.NodeSwitchComponent
 
process() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
processBoolean() - Method in class com.yomahub.liteflow.core.NodeBooleanComponent
 
processBoolean() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
processFor() - Method in class com.yomahub.liteflow.core.NodeForComponent
 
processFor() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
processIterator() - Method in class com.yomahub.liteflow.core.NodeIteratorComponent
 
processSwitch() - Method in class com.yomahub.liteflow.core.NodeSwitchComponent
 
processSwitch() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
proxy2NodeComponent(DeclWarpBean) - Static method in class com.yomahub.liteflow.core.proxy.LiteFlowProxyUtil
对一个满足声明式的bean进行代理,生成代理类
ProxyException - Exception in com.yomahub.liteflow.exception
 
ProxyException(String) - Constructor for exception com.yomahub.liteflow.exception.ProxyException
 
ProxyException(Throwable) - Constructor for exception com.yomahub.liteflow.exception.ProxyException
 
pushCondition(Condition) - Method in class com.yomahub.liteflow.slot.Slot
 
put(K, V) - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
putBindData(String, String) - Method in class com.yomahub.liteflow.flow.element.Node
 
putRequestId(String) - Method in class com.yomahub.liteflow.slot.Slot
 

R

randomNum12(long) - Static method in class com.yomahub.liteflow.util.SerialsUtil
生成一个12位随机数
randomNum8(long) - Static method in class com.yomahub.liteflow.util.SerialsUtil
生成一个8位随机数
readInstanceIdFile(String) - Method in class com.yomahub.liteflow.flow.instanceId.DefaultNodeInstanceIdManageSpiImpl
 
readInstanceIdFile(String) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 
refreshFlowMetaData(FlowParserTypeEnum, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
registerBean(String, Class<T>) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
registerBean(Class<T>) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
registerBean(String, Object) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
registerBean(String, Class<T>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
registerBean(Class<T>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
registerBean(String, Object) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
registerDeclWrapBean(String, DeclWarpBean) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
registerDeclWrapBean(String, DeclWarpBean) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
registerOrGet(String, Class<T>) - Method in interface com.yomahub.liteflow.spi.ContextAware
 
registerOrGet(String, Class<T>) - Method in class com.yomahub.liteflow.spi.local.LocalContextAware
 
releaseSlot(int) - Static method in class com.yomahub.liteflow.slot.DataBus
 
reloadAllChain() - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
刷新所有的规则 可以手动重新从ruleSource指定的数据源进行刷新 此刷新操作将会刷新所有的规则
reloadChain(String, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
reloadChain(String, String, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
reloadOneChain(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
刷新某一个规则
reloadOneChain(String, String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
刷新某一个规则(带决策路由)
reloadRule() - Method in class com.yomahub.liteflow.core.FlowExecutor
 
reloadScript(String, String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
reloadScript(String, String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
刷新某一个脚本
remove(Object) - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
remove() - Method in class com.yomahub.liteflow.util.LimitQueue
 
remove(Object) - Method in class com.yomahub.liteflow.util.LimitQueue
 
removeAccessResult() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeAll(Collection<?>) - Method in class com.yomahub.liteflow.util.LimitQueue
 
removeChain(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
removeChain(String...) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
removeChain(String) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
从元数据中卸载掉一个Chain
removeChain(String...) - Static method in class com.yomahub.liteflow.meta.LiteflowMetaOperator
从元数据中卸载掉多个Chain
removeCurrLoopObject(Executable) - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
removeCurrLoopObject() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeException() - Method in class com.yomahub.liteflow.slot.Slot
 
removeIsContinueOnErrorResult() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeIsEnd() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeLoopIndex(Executable) - Method in class com.yomahub.liteflow.flow.element.condition.LoopCondition
 
removeLoopIndex() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeNode(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
removeRefNode() - Method in class com.yomahub.liteflow.core.NodeComponent
 
removeRequestId() - Static method in class com.yomahub.liteflow.log.LFLoggerManager
 
removeSlotIndex() - Method in class com.yomahub.liteflow.flow.element.Node
 
removeStepData() - Method in class com.yomahub.liteflow.flow.element.Node
 
replaceAbstractChain(String, String) - Static method in class com.yomahub.liteflow.util.ElRegexUtil
根据抽象EL和实现EL,替换抽象EL中的占位符
RequestIdGenerator - Interface in com.yomahub.liteflow.flow.id
Id 生成接口
RequestIdGeneratorException - Exception in com.yomahub.liteflow.exception
RequestIdGenerator 构建异常
RequestIdGeneratorException(String) - Constructor for exception com.yomahub.liteflow.exception.RequestIdGeneratorException
 
retainAll(Collection<?>) - Method in class com.yomahub.liteflow.util.LimitQueue
 
RETRY - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
retry(NodeComponent, int) - Method in class com.yomahub.liteflow.flow.executor.NodeExecutor
执行重试逻辑 - 子类通过实现该方法进行重试逻辑的控制
RetryCondition - Class in com.yomahub.liteflow.flow.element.condition
 
RetryCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.RetryCondition
 
RetryOperator - Class in com.yomahub.liteflow.builder.el.operator
 
RetryOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.RetryOperator
 
rollback() - Method in class com.yomahub.liteflow.core.NodeComponent
 
rollback() - Method in class com.yomahub.liteflow.core.ScriptBooleanComponent
 
rollback() - Method in class com.yomahub.liteflow.core.ScriptCommonComponent
 
rollback() - Method in class com.yomahub.liteflow.core.ScriptForComponent
 
rollback() - Method in class com.yomahub.liteflow.core.ScriptSwitchComponent
 
rollback(Integer) - Method in class com.yomahub.liteflow.flow.element.Node
 
rollback(Integer) - Method in interface com.yomahub.liteflow.flow.element.Rollbackable
 
Rollbackable - Interface in com.yomahub.liteflow.flow.element
回滚接口 目前实现这个接口的只有Node
ROUTE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
RouteChainNotFoundException - Exception in com.yomahub.liteflow.exception
决策路由没有找到异常
RouteChainNotFoundException(String) - Constructor for exception com.yomahub.liteflow.exception.RouteChainNotFoundException
 
RouteELInvalidException - Exception in com.yomahub.liteflow.exception
Route语句不符合规范异常
RouteELInvalidException(String) - Constructor for exception com.yomahub.liteflow.exception.RouteELInvalidException
 
RuleParsePluginUtil - Class in com.yomahub.liteflow.util
插件通用工具类
RuleParsePluginUtil() - Constructor for class com.yomahub.liteflow.util.RuleParsePluginUtil
 
RuleParsePluginUtil.ChainDto - Class in com.yomahub.liteflow.util
 
run() - Method in class com.yomahub.liteflow.monitor.MonitorTimeTask
 

S

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

T

TAG - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
tag - Variable in class com.yomahub.liteflow.script.ScriptExecuteWrap
 
TagOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的tag的操作符
TagOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.TagOperator
 
THEN - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
ThenCondition - Class in com.yomahub.liteflow.flow.element.condition
串行器
ThenCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.ThenCondition
 
ThenOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的THEN的操作符
ThenOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ThenOperator
 
THREAD_POOL - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
THREAD_POOL_EXECUTOR_CLASS - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
ThreadExecutorServiceCreateException - Exception in com.yomahub.liteflow.exception
并行多线程创建异常
ThreadExecutorServiceCreateException(String) - Constructor for exception com.yomahub.liteflow.exception.ThreadExecutorServiceCreateException
 
ThreadPoolOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的threadPool的操作符 有四种用法 WHEN().threadPool() FOR...DO().threadPool() WHILE...DO.threadPool() ITERATOR...DO .threadPool()
ThreadPoolOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ThreadPoolOperator
 
timeOut(String) - Static method in class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
timeoutAfter(long, TimeUnit) - Static method in class com.yomahub.liteflow.flow.parallel.CompletableFutureTimeout
 
TimeoutCondition - Class in com.yomahub.liteflow.flow.element.condition
超时控制 Condition
TimeoutCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.TimeoutCondition
 
TO - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
toArray() - Method in class com.yomahub.liteflow.util.LimitQueue
 
toArray(T[]) - Method in class com.yomahub.liteflow.util.LimitQueue
 
toElXml(String) - Method in class com.yomahub.liteflow.util.RuleParsePluginUtil.ChainDto
 
toJsonString(Object) - Static method in class com.yomahub.liteflow.util.JsonUtil
 
toList() - Method in class com.yomahub.liteflow.util.BoundedPriorityBlockingQueue
 
ToOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的TO的操作符,用法须和SWITCH联合使用
ToOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.ToOperator
 
toScriptXml(NodeConvertHelper.NodeSimpleVO) - Static method in class com.yomahub.liteflow.util.RuleParsePluginUtil
 
toString() - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 
trace(String) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(Marker, String) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
trace(Marker, String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
TupleOf2<A,B> - Class in com.yomahub.liteflow.util
 
TupleOf2(A, B) - Constructor for class com.yomahub.liteflow.util.TupleOf2
 
TupleOf3<A,B,C> - Class in com.yomahub.liteflow.util
三元值对象
TupleOf3(A, B, C) - Constructor for class com.yomahub.liteflow.util.TupleOf3
 
TYPE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 

U

unLoad(String) - Method in class com.yomahub.liteflow.script.jsr223.JSR223ScriptExecutor
 
unLoad(String) - Method in class com.yomahub.liteflow.script.ScriptExecutor
 
unloadScriptNode(String) - Static method in class com.yomahub.liteflow.flow.FlowBus
 
USER_DIR - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 

V

validate(String) - Static method in class com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
EL表达式校验,此方法已经过时,请使用 LiteFlowChainELBuilder.validateWithEx(String)
validate(String) - Static method in class com.yomahub.liteflow.script.validator.ScriptValidator
只引入一种脚本语言时,可以不指定语言验证
validate(String, ScriptTypeEnum) - Static method in class com.yomahub.liteflow.script.validator.ScriptValidator
指定脚本语言验证
validate(Map<ScriptTypeEnum, String>) - Static method in class com.yomahub.liteflow.script.validator.ScriptValidator
多语言脚本批量验证
validateWithEx(String) - Static method in class com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder
校验
validateWithEx(String) - Static method in class com.yomahub.liteflow.script.validator.ScriptValidator
只引入一种脚本语言时,可以不指定语言验证
validateWithEx(String, ScriptTypeEnum) - Static method in class com.yomahub.liteflow.script.validator.ScriptValidator
指定脚本语言验证
ValidationResp - Class in com.yomahub.liteflow.common.entity
校验结果封装类
ValidationResp(boolean, Exception) - Constructor for class com.yomahub.liteflow.common.entity.ValidationResp
 
VALUE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ChainExecuteModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.CmpStepTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ConditionTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ExecuteableTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.FlowParserTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.InnerChainTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.LiteFlowMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.NodeTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ParallelStrategyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ParseModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.enums.ScriptTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yomahub.liteflow.flow.element.condition.BooleanConditionTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.yomahub.liteflow.enums.ChainExecuteModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.CmpStepTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.ConditionTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.ExecuteableTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.FlowParserTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.InnerChainTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.LiteFlowMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.NodeTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.ParallelStrategyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.ParseModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.enums.ScriptTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yomahub.liteflow.flow.element.condition.BooleanConditionTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.yomahub.liteflow.util.CopyOnWriteHashMap
 

W

warn(String) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(Marker, String) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object, Object) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Object...) - Method in class com.yomahub.liteflow.log.LFLog
 
warn(Marker, String, Throwable) - Method in class com.yomahub.liteflow.log.LFLog
 
WHEN - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
WhenCondition - Class in com.yomahub.liteflow.flow.element.condition
并行器
WhenCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.WhenCondition
 
WhenExecuteException - Exception in com.yomahub.liteflow.exception
执行异常时
WhenExecuteException(String) - Constructor for exception com.yomahub.liteflow.exception.WhenExecuteException
 
WhenFutureObj - Class in com.yomahub.liteflow.flow.parallel
并行异步CompletableFuture里的值对象
WhenFutureObj() - Constructor for class com.yomahub.liteflow.flow.parallel.WhenFutureObj
 
WhenOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的WHEN的操作符
WhenOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.WhenOperator
 
WhenTimeoutException - Exception in com.yomahub.liteflow.exception
当超时异常
WhenTimeoutException(String) - Constructor for exception com.yomahub.liteflow.exception.WhenTimeoutException
 
WHILE - Static variable in interface com.yomahub.liteflow.common.ChainConstant
 
WHILE_KEY - Static variable in interface com.yomahub.liteflow.flow.element.condition.ConditionKey
 
WhileCondition - Class in com.yomahub.liteflow.flow.element.condition
循环条件Condition
WhileCondition() - Constructor for class com.yomahub.liteflow.flow.element.condition.WhileCondition
 
WhileOperator - Class in com.yomahub.liteflow.builder.el.operator
EL规则中的WHILE的操作符
WhileOperator() - Constructor for class com.yomahub.liteflow.builder.el.operator.WhileOperator
 
wrappedFutureObj(Executable, ExecutorService, WhenCondition, String, Integer) - Method in class com.yomahub.liteflow.flow.parallel.strategy.ParallelStrategyExecutor
封装 CompletableFuture 对象
writeInstanceIdFile(List<InstanceInfoDto>, String, String) - Method in class com.yomahub.liteflow.flow.instanceId.DefaultNodeInstanceIdManageSpiImpl
 
writeInstanceIdFile(List<InstanceInfoDto>, String, String) - Method in interface com.yomahub.liteflow.flow.instanceId.NodeInstanceIdManageSpi
 

X

XmlFlowELParser - Class in com.yomahub.liteflow.parser.el
Xml形式的EL表达式解析抽象引擎
XmlFlowELParser() - Constructor for class com.yomahub.liteflow.parser.el.XmlFlowELParser
 

Y

YmlFlowELParser - Class in com.yomahub.liteflow.parser.el
yml形式的EL表达式解析抽象引擎
YmlFlowELParser() - Constructor for class com.yomahub.liteflow.parser.el.YmlFlowELParser
 

_

_CLASS - Static variable in interface 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 _ 
Skip navigation links

Copyright © 2025. All rights reserved.