A B C D E F G H I J N P Q R S T
A
- afterExecuteFlow(Flow, FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.QuickFlowListener
-
执行业务逻辑之后
- AsyncBusinessFlow - cn.schoolwow.quickflow.flow中的接口
-
异步执行
- asyncExecuteBusinessFlow(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.flow.AsyncBusinessFlow
-
异步执行业务
B
- beforeExecuteFlow(Flow, FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.QuickFlowListener
-
执行业务逻辑之前
- broken(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
中断流程
- broken(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- BrokenException - cn.schoolwow.quickflow.exception中的异常错误
-
- BrokenException(String) - 异常错误 的构造器cn.schoolwow.quickflow.exception.BrokenException
-
- brokenReason - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
中断原因
- build() - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
生成对象
- BusinessFlow - cn.schoolwow.quickflow.flow中的接口
-
业务接口
C
- checkData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据,不存在时抛出异常
- checkData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- checkData(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
获取上下文参数
- cn.schoolwow.quickflow - 程序包 cn.schoolwow.quickflow
-
- cn.schoolwow.quickflow.domain - 程序包 cn.schoolwow.quickflow.domain
-
- cn.schoolwow.quickflow.exception - 程序包 cn.schoolwow.quickflow.exception
-
- cn.schoolwow.quickflow.flow - 程序包 cn.schoolwow.quickflow.flow
-
- cn.schoolwow.quickflow.listener - 程序包 cn.schoolwow.quickflow.listener
-
- ConditionFlow - cn.schoolwow.quickflow.flow中的接口
-
条件判断
D
- dataMap - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
上下文数据
E
- exception - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
流程异常
- execute() - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
执行业务逻辑
- executeBusinessFlow(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.flow.BusinessFlow
-
执行业务流
F
- Flow - cn.schoolwow.quickflow.flow中的接口
-
- FlowConfig - cn.schoolwow.quickflow.domain中的类
-
- FlowConfig() - 类 的构造器cn.schoolwow.quickflow.domain.FlowConfig
-
- flowConfig - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
全局流程配置
- FlowContext - cn.schoolwow.quickflow.domain中的接口
-
上下文对象
- flowContext - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
上下文对象
- FlowContextImpl - cn.schoolwow.quickflow.domain中的类
-
- FlowContextImpl(FlowExecutorConfig) - 类 的构造器cn.schoolwow.quickflow.domain.FlowContextImpl
-
- FlowExceptionHandler - cn.schoolwow.quickflow.listener中的接口
-
- FlowExecutorConfig - cn.schoolwow.quickflow.domain中的类
-
- FlowExecutorConfig() - 类 的构造器cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
- flowList - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
业务流程列表
- flowListener(QuickFlowListener) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
事件监听
G
- getBrokenReason() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程中断原因
- getBrokenReason() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
获取上下文参数
- getFlowException() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程异常
- getFlowException() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getFlowName() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取主流程名
- getFlowName() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getFlowTrace() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程日志
- getFlowTrace() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getReason() - 异常错误 中的方法cn.schoolwow.quickflow.exception.BrokenException
-
H
- handleException(FlowContext, Exception) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
异常事件处理
- handleFinally(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
finally事件处理
- handleFlowException(Exception) - 接口 中的方法cn.schoolwow.quickflow.listener.FlowExceptionHandler
-
处理业务执行过程中抛出的异常
- handleTry(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
try事件处理
I
- index - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
流程下标
J
- judgeBusinessFlow(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.flow.ConditionFlow
-
执行业务流
N
- name - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
流程名称
- name() - 接口 中的方法cn.schoolwow.quickflow.flow.Flow
-
业务描述
- newInstance() - 类 中的静态方法cn.schoolwow.quickflow.QuickFlow
-
- next(Flow) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
指定下一个业务逻辑
P
- parentFlowExecutorConfig - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
父流程
- printConsumeTime - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
是否打印执行时间
- printConsumeTime(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
是否记录流程耗时
- printTrace - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
是否打印执行路径
- printTrace(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
是否打印执行路径
- printTraceBuilder - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
打印执行路径
- putData(String, Object) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置上下文数据
- putData(Map<String, Object>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置上下文数据
- putData(String, Object) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- putData(Map<String, Object>) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- putData(String, Object) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
设置上下文参数
- putData(Map<String, Object>) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
设置上下文参数
Q
- QuickFlow - cn.schoolwow.quickflow中的类
-
- QuickFlow() - 类 的构造器cn.schoolwow.quickflow.QuickFlow
-
- QuickFlowExecutor - cn.schoolwow.quickflow中的类
-
- QuickFlowExecutor(FlowExecutorConfig) - 类 的构造器cn.schoolwow.quickflow.QuickFlowExecutor
-
- quickFlowListener - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
事件监听列表
- QuickFlowListener - cn.schoolwow.quickflow.listener中的接口
-
R
- removeData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
移除上下文数据
- removeData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
S
- startFlow() - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
构建流程
- startFlow(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
构建流程
- startSubFlow(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
开启子流程
- startSubFlow(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- subflowLevel - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
子流程层级
T
- threadPool(ThreadPoolExecutor) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
指定异步任务执行线程池
- threadPoolExecutor - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
线程池
- tryCatchFinallyHandler - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
try-catch-finally事件处理
- tryCatchFinallyHandler - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
try-catch-finally事件处理
- TryCatchFinallyHandler - cn.schoolwow.quickflow.listener中的接口
-
- tryCatchFinallyHandler(TryCatchFinallyHandler) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
指定try-catch-finally处理器
- tryCatchFinallyHandler(TryCatchFinallyHandler) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
指定try-catch-finally处理器
A B C D E F G H I J N P Q R S T
Copyright © 2023. All rights reserved.