跳过导航链接
A B C D E F G H I M N O P R S T W 

A

addCondition(String, P) - 类 中的方法org.salt.function.flow.context.ContextBus
 
addCondition(String, P) - 接口 中的方法org.salt.function.flow.context.IContextBus
Add the parameters of flow condition judgment
afterPropertiesSet() - 类 中的方法org.salt.function.flow.FlowEngine
 
afterPropertiesSet() - 类 中的方法org.salt.function.flow.node.FlowNode
 
all(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
all(IResult, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
all(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
all(IResult, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 

B

branch() - 类 中的方法org.salt.function.flow.FlowEngine
 
build() - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
buildDynamic() - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
builder() - 类 中的方法org.salt.function.flow.FlowEngine
 
Builder(FlowEngine) - 类 的构造器org.salt.function.flow.FlowEngine.Builder
 

C

clean() - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
clean() - 类 中的静态方法org.salt.function.flow.thread.TheadHelper
 
cleanNodeInfo(Info) - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
cleanThreadContent() - 接口 中的方法org.salt.function.flow.thread.IThreadContent
 
concurrent(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(long, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, long, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, long, ExecutorService, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(long, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, long, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
concurrent(IResult, long, ExecutorService, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
configure(FlowEngine) - 接口 中的方法org.salt.function.flow.config.IFlowInit
 
ContextBus<T,R> - org.salt.function.flow.context中的类
 
ContextBus() - 类 的构造器org.salt.function.flow.context.ContextBus
 
copy(String) - 类 中的方法org.salt.function.flow.context.ContextBus
 
create(String, T, Map<String, Object>) - 类 中的静态方法org.salt.function.flow.context.ContextBus
 

D

doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.FlowNodeWithReturn
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.FlowNodeWithReturnAndInput
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeConcurrent
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeFuture
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeNext
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeResult
 
doProcess(IContextBus) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeWait
 
doProcessWithInput(IContextBus, I) - 类 中的方法org.salt.function.flow.node.FlowNodeWithReturnAndInput
 
doRegistration(IFlowNode) - 类 中的方法org.salt.function.flow.node.register.FlowNodeManager
 

E

el(String, Map<String, Object>) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
execute(String, T) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(String, T, Map<String, Object>) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(String, T, Map<String, Object>, Map<String, Object>) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(FlowInstance, T) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(FlowInstance, T, Map<String, Object>) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(FlowInstance, T, Map<String, Object>, Map<String, Object>) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(ContextBus<T, R>) - 类 中的方法org.salt.function.flow.FlowEngine
 
execute(T, Map<String, Object>, Map<String, Object>) - 类 中的方法org.salt.function.flow.FlowInstance
 
execute(ContextBus<T, R>) - 类 中的方法org.salt.function.flow.FlowInstance
 
execute(String, Function<IFlowNode, R>) - 类 中的方法org.salt.function.flow.node.register.FlowNodeManager
 
executeVoid(String, Consumer<IFlowNode>) - 类 中的方法org.salt.function.flow.node.register.FlowNodeManager
 
extensionScanner(FlowNodeManager) - 类 中的方法org.salt.function.flow.config.FlowConfiguration
 

F

FlowConfiguration - org.salt.function.flow.config中的类
 
FlowConfiguration() - 类 的构造器org.salt.function.flow.config.FlowConfiguration
 
flowEngine(FlowNodeManager, IFlowInit, ThreadPoolTaskExecutor, IThreadContent) - 类 中的方法org.salt.function.flow.config.FlowConfiguration
 
FlowEngine - org.salt.function.flow中的类
 
FlowEngine(FlowNodeManager, IFlowInit, ThreadPoolTaskExecutor, IThreadContent) - 类 的构造器org.salt.function.flow.FlowEngine
 
flowEngine - 类 中的变量org.salt.function.flow.node.structure.FlowNodeStructure
 
FlowEngine.Builder - org.salt.function.flow中的类
 
FlowEngine.InitParam - org.salt.function.flow中的类
 
flowId - 类 中的变量org.salt.function.flow.FlowInstance
 
flowInit - 类 中的变量org.salt.function.flow.FlowEngine
 
FlowInstance - org.salt.function.flow中的类
 
FlowInstance() - 类 的构造器org.salt.function.flow.FlowInstance
 
FlowInstance(String, List<String>, FlowEngine) - 类 的构造器org.salt.function.flow.FlowInstance
 
FlowNode - org.salt.function.flow.node中的类
 
FlowNode() - 类 的构造器org.salt.function.flow.node.FlowNode
 
FlowNodeAll<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeAll() - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeAll
 
FlowNodeConcurrent<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeConcurrent(TheadHelper) - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeConcurrent
 
FlowNodeFuture<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeFuture(TheadHelper) - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeFuture
 
flowNodeManager - 类 中的变量org.salt.function.flow.FlowEngine
 
FlowNodeManager - org.salt.function.flow.node.register中的类
 
FlowNodeManager() - 类 的构造器org.salt.function.flow.node.register.FlowNodeManager
 
flowNodeManager - 类 中的变量org.salt.function.flow.node.structure.FlowNodeStructure
 
FlowNodeNext<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeNext() - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeNext
 
FlowNodeNotify<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeNotify(TheadHelper) - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeNotify
 
FlowNodeResult<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeResult() - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeResult
 
FlowNodeScanner - org.salt.function.flow.node.register中的类
 
FlowNodeScanner(FlowNodeManager) - 类 的构造器org.salt.function.flow.node.register.FlowNodeScanner
 
FlowNodeStructure<P> - org.salt.function.flow.node.structure中的类
 
FlowNodeStructure() - 类 的构造器org.salt.function.flow.node.structure.FlowNodeStructure
 
FlowNodeWait<P> - org.salt.function.flow.node.structure.internal中的类
 
FlowNodeWait(long) - 类 的构造器org.salt.function.flow.node.structure.internal.FlowNodeWait
 
FlowNodeWithReturn<P> - org.salt.function.flow.node中的类
 
FlowNodeWithReturn() - 类 的构造器org.salt.function.flow.node.FlowNodeWithReturn
 
FlowNodeWithReturnAndInput<P,I> - org.salt.function.flow.node中的类
 
FlowNodeWithReturnAndInput() - 类 的构造器org.salt.function.flow.node.FlowNodeWithReturnAndInput
 
flowThreadPool() - 类 中的方法org.salt.function.flow.config.FlowConfiguration
 
flowThreadPool - 类 中的变量org.salt.function.flow.FlowEngine
 
FlowUtil - org.salt.function.flow.util中的类
 
FlowUtil() - 类 的构造器org.salt.function.flow.util.FlowUtil
 
fromJson(String, Class<T>) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
future(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
future(ExecutorService, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
future(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
future(ExecutorService, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 

G

getCglibProxyTargetObject(Object) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
getConditionMap() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getConditionMap() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get the parameters of flow condition judgment
getDecorator(Runnable) - 类 中的方法org.salt.function.flow.thread.TheadHelper
 
getDecorator(Callable) - 类 中的方法org.salt.function.flow.thread.TheadHelper
 
getFlowId() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getFlowId() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get flow ID
getIFlowNode(String) - 类 中的方法org.salt.function.flow.node.register.FlowNodeManager
 
getLastnodeId() - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
getModel() - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeAll
 
getModel() - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeConcurrent
 
getModel() - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeNext
 
getModel() - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeNotify
 
getNodeIdResult(String) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeResult
 
getNodeInfo(String) - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
getNodeInfoKey(String) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
getParam() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getParam() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get flow execution parameters
getPassException(String) - 类 中的方法org.salt.function.flow.context.ContextBus
 
getPassException(String) - 接口 中的方法org.salt.function.flow.context.IContextBus
Get the execution exception of any node
getPassResult(String) - 类 中的方法org.salt.function.flow.context.ContextBus
 
getPassResult(String, long) - 类 中的方法org.salt.function.flow.context.ContextBus
 
getPassResult(String) - 接口 中的方法org.salt.function.flow.context.IContextBus
Get the execution result of any node
getPreResult() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getPreResult() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get the execution result of the last node, which may return null
getResult() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getResult() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get flow execution result
getRuntimeId() - 类 中的方法org.salt.function.flow.context.ContextBus
 
getRuntimeId() - 接口 中的方法org.salt.function.flow.context.IContextBus
Get flow execution Instance ID
getTarget(Object) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
getThreadContent() - 接口 中的方法org.salt.function.flow.thread.IThreadContent
 
getThreadLocal(String) - 类 中的静态方法org.salt.function.flow.thread.TheadHelper
 
getTransmitInfo(String) - 类 中的方法org.salt.function.flow.context.ContextBus
 
getTransmitInfo(String) - 接口 中的方法org.salt.function.flow.context.IContextBus
Get additional transmission context information

H

handle(IContextBus, boolean) - 接口 中的方法org.salt.function.flow.node.IResult
 

I

IContextBus<T,R> - org.salt.function.flow.context中的接口
 
id(String) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
id - 类 中的变量org.salt.function.flow.Info
 
idAlias - 类 中的变量org.salt.function.flow.Info
 
IFlowInit - org.salt.function.flow.config中的接口
 
IFlowNode - org.salt.function.flow.node中的接口
 
include - 类 中的变量org.salt.function.flow.Info
 
Info<P,I> - org.salt.function.flow中的类
 
Info() - 类 的构造器org.salt.function.flow.Info
 
infoList - 类 中的变量org.salt.function.flow.node.structure.FlowNodeStructure
 
init() - 类 中的方法org.salt.function.flow.node.register.FlowNodeScanner
 
InitParam() - 类 的构造器org.salt.function.flow.FlowEngine.InitParam
 
input - 类 中的变量org.salt.function.flow.Info
 
IResult<P> - org.salt.function.flow.node中的接口
 
isExe(IContextBus, Info<P, ?>) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 
isFlowNode(String) - 类 中的方法org.salt.function.flow.node.structure.FlowNodeStructure
 
isStopProcess() - 类 中的方法org.salt.function.flow.context.ContextBus
 
IThreadContent - org.salt.function.flow.thread中的接口
 

M

match - 类 中的变量org.salt.function.flow.Info
 

N

next(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
next(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
next(IResult, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
nodeId - 类 中的变量org.salt.function.flow.node.FlowNode
 
nodeId() - 类 中的方法org.salt.function.flow.node.FlowNode
 
nodeId() - 接口 中的方法org.salt.function.flow.node.IFlowNode
 
NodeIdentity - org.salt.function.flow.node.register中的注释类型
 
notify(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
notify(ExecutorService, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
notify(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
notify(ExecutorService, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 

O

org.salt.function.flow - 程序包 org.salt.function.flow
 
org.salt.function.flow.config - 程序包 org.salt.function.flow.config
 
org.salt.function.flow.context - 程序包 org.salt.function.flow.context
 
org.salt.function.flow.node - 程序包 org.salt.function.flow.node
 
org.salt.function.flow.node.register - 程序包 org.salt.function.flow.node.register
 
org.salt.function.flow.node.structure - 程序包 org.salt.function.flow.node.structure
 
org.salt.function.flow.node.structure.internal - 程序包 org.salt.function.flow.node.structure.internal
 
org.salt.function.flow.thread - 程序包 org.salt.function.flow.thread
 
org.salt.function.flow.util - 程序包 org.salt.function.flow.util
 
output - 类 中的变量org.salt.function.flow.Info
 

P

process(IContextBus) - 类 中的方法org.salt.function.flow.node.FlowNodeWithReturn
 
process(IContextBus) - 接口 中的方法org.salt.function.flow.node.IFlowNode
 
putLastNodeId(String) - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
putPassException(String, Exception) - 类 中的方法org.salt.function.flow.context.ContextBus
 
putPassResult(String, P) - 类 中的方法org.salt.function.flow.context.ContextBus
 
putThreadLocal(String, P) - 类 中的静态方法org.salt.function.flow.thread.TheadHelper
 
putTransmitInfo(String, P) - 类 中的方法org.salt.function.flow.context.ContextBus
 
putTransmitInfo(String, P) - 接口 中的方法org.salt.function.flow.context.IContextBus
Put additional transmission context information

R

register() - 类 中的方法org.salt.function.flow.config.FlowConfiguration
 
result(String) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
result - 类 中的变量org.salt.function.flow.node.structure.FlowNodeStructure
 
result(IContextBus, boolean) - 类 中的方法org.salt.function.flow.node.structure.internal.FlowNodeWait
 
rollback(IContextBus<T, R>) - 接口 中的方法org.salt.function.flow.node.IFlowNode
 
rollbackProcess() - 类 中的方法org.salt.function.flow.context.ContextBus
 
rollbackProcess() - 接口 中的方法org.salt.function.flow.context.IContextBus
Rollback flow execution instance
roolbackExec(IFlowNode) - 类 中的方法org.salt.function.flow.context.ContextBus
 
roolbackExecList(IFlowNode) - 类 中的方法org.salt.function.flow.context.ContextBus
 

S

setApplicationContext(ApplicationContext) - 类 中的方法org.salt.function.flow.node.register.FlowNodeScanner
 
setFlowEngine(FlowEngine) - 类 中的方法org.salt.function.flow.node.structure.FlowNodeStructure
 
setFlowNodeManager(FlowNodeManager) - 类 中的方法org.salt.function.flow.node.structure.FlowNodeStructure
 
setNodeId(String) - 类 中的方法org.salt.function.flow.node.FlowNode
 
setNodeInfo(Info) - 类 中的静态方法org.salt.function.flow.context.ContextBus
 
setNodeInfoList(List<Info>) - 类 中的方法org.salt.function.flow.node.structure.FlowNodeStructure
 
setResult(R) - 类 中的方法org.salt.function.flow.context.ContextBus
 
setResult(IResult<P>) - 类 中的方法org.salt.function.flow.node.structure.FlowNodeStructure
 
setThreadContent(Object) - 接口 中的方法org.salt.function.flow.thread.IThreadContent
 
stopProcess() - 类 中的方法org.salt.function.flow.context.ContextBus
 
stopProcess() - 接口 中的方法org.salt.function.flow.context.IContextBus
Stop flow execution instance

T

theadHelper - 类 中的变量org.salt.function.flow.node.structure.internal.FlowNodeFuture
 
TheadHelper - org.salt.function.flow.thread中的类
 
TheadHelper() - 类 的构造器org.salt.function.flow.thread.TheadHelper
 
threadContent - 类 中的变量org.salt.function.flow.FlowEngine
 
toJson(Object) - 类 中的静态方法org.salt.function.flow.util.FlowUtil
 

W

wait(String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(IResult, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(long, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(IResult, long, String...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(IResult, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(long, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
wait(IResult, long, Info...) - 类 中的方法org.salt.function.flow.FlowEngine.Builder
 
A B C D E F G H I M N O P R S T W 
跳过导航链接

Copyright © 2022. All rights reserved.