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
-
- brokenCurrentFlow(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
中断当前流程
- brokenCurrentFlow(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- BrokenCurrentFlowException - cn.schoolwow.quickflow.exception中的异常错误
-
仅中断当前流程
- BrokenCurrentFlowException(String) - 异常错误 的构造器cn.schoolwow.quickflow.exception.BrokenCurrentFlowException
-
- 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中的接口
-
业务接口
- businessMap - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
保存复合流程
C
- checkData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据,不存在时抛出异常
- checkData(String, Class<T>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据,不存在时抛出异常
- checkData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- checkData(String, Class<T>) - 类 中的方法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
-
上下文数据
- dataMap - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorOption
-
上下文数据
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
-
- FlowExecutorConfig - cn.schoolwow.quickflow.domain中的类
-
- FlowExecutorConfig() - 类 的构造器cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
- FlowExecutorOption - cn.schoolwow.quickflow.domain中的类
-
流程执行配置
- FlowExecutorOption() - 类 的构造器cn.schoolwow.quickflow.domain.FlowExecutorOption
-
- flowList - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
业务流程列表
- flowListener(QuickFlowListener) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
事件监听
- flowNameInstanceMappingHandler - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
流程名称和实例映射
- FlowNameInstanceMappingHandler - cn.schoolwow.quickflow.listener中的接口
-
流程名称映射
- flowNameInstanceMappingHandler(FlowNameInstanceMappingHandler) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
指定流程名称和实例映射
- flowNameList - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
打印流程列表
- flowNameList - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorOption
-
流程列表
G
- getBrokenReason() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程中断原因
- getBrokenReason() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getBusinessFlow(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程
- getBusinessFlow(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getBusinessFlow(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
获取流程实例
- getData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String, Class<T>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String, Class<T>) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
获取上下文参数
- getFlowByName(String) - 接口 中的方法cn.schoolwow.quickflow.listener.FlowNameInstanceMappingHandler
-
根据流程名称获取实例
- getFlowContext() - 类 中的方法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
-
- getFlowNameList() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程列表
- getFlowNameList() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getFlowTrace() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取流程日志
- getFlowTrace() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getReason() - 异常错误 中的方法cn.schoolwow.quickflow.exception.BrokenCurrentFlowException
-
- getReason() - 异常错误 中的方法cn.schoolwow.quickflow.exception.BrokenException
-
- getTryCatchFinallyByName(String) - 接口 中的方法cn.schoolwow.quickflow.listener.FlowNameInstanceMappingHandler
-
根据名称获取try-catch-finally事件处理器
H
- handleException(FlowContext, Exception) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
异常事件处理
- handleFinally(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
finally事件处理
- handleTry(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
try事件处理
I
- ignoreException - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
是否忽略异常
- ignoreException(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
是否忽略异常
- 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.domain.FlowExecutorOption
-
主流程名
- name() - 接口 中的方法cn.schoolwow.quickflow.flow.Flow
-
业务描述
- name() - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
事件处理器名称
- newInstance() - 类 中的静态方法cn.schoolwow.quickflow.QuickFlow
-
- next(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
指定下一个业务逻辑
- 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 - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
是否打印执行路径
- printTrace(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
是否打印执行路径
- printTrace(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
是否打印路径
- 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
-
设置上下文参数
- putTemporaryData(String, Object) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置临时数据
- putTemporaryData(Map<String, Object>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置临时数据
- putTemporaryData(String, Object) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- putTemporaryData(Map<String, Object>) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
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
- remark(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
流程备注
- remark(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- remarkBuilder - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
流程备注记录
- removeData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
移除上下文数据
- removeData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
S
- save() - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
保存流程实例
- startFlow(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
构建流程
- startFlow(FlowExecutorOption) - 类 中的方法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
- temporaryKeySet - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
临时数据key
- 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.