A B C D E F G H I N P Q R S T
A
- afterExecuteFlow(BusinessFlow, FlowContext) - 接口 中的方法cn.schoolwow.quickflow.listener.QuickFlowListener
-
执行业务逻辑之后
B
- beforeExecuteFlow(BusinessFlow, 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.FlowExecutorRootConfig
-
中断原因
- 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
-
- 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
-
D
- dataMap - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
上下文数据
- defaultQuickFlow() - 类 中的静态方法cn.schoolwow.quickflow.QuickFlow
-
获取默认QuickFlow对象
E
- exception - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
流程异常
- execute() - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
执行业务逻辑
- executeBusinessFlow(FlowContext) - 接口 中的方法cn.schoolwow.quickflow.flow.BusinessFlow
-
执行业务流
F
- FlowConfig - cn.schoolwow.quickflow.domain中的类
-
- FlowConfig() - 类 的构造器cn.schoolwow.quickflow.domain.FlowConfig
-
- flowConfig - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
全局流程配置
- 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
-
- FlowExecutorRootConfig - cn.schoolwow.quickflow.domain中的类
-
- FlowExecutorRootConfig() - 类 的构造器cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
- 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.FlowExecutorOption
-
流程列表
- flowNameList - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
流程列表
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
-
获取流程实例
- getContextDataMap() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文中间数据
- getContextDataMap() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getCurrentSubFlowName() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取当前子流程名
- getCurrentSubFlowName() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String, Class<T>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String, Object) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取上下文数据
- getData(String, Class<T>, 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(String, Object) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData(String, Class<T>, T) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getData() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getFlowByName(String) - 接口 中的方法cn.schoolwow.quickflow.listener.FlowNameInstanceMappingHandler
-
根据流程名称获取实例
- 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
-
- getRequestDataMap() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取请求数据key
- getRequestDataMap() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- getTemporaryDataMap() - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
获取临时数据key
- getTemporaryDataMap() - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- 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.FlowExecutorRootConfig
-
是否忽略异常
- ignoreException(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
是否忽略异常
- index - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
流程下标
N
- name - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
流程名称
- name - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorOption
-
主流程名
- name - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
流程名称
- name() - 接口 中的方法cn.schoolwow.quickflow.flow.BusinessFlow
-
业务描述
- name() - 接口 中的方法cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
-
事件处理器名称
- newInstance() - 类 中的静态方法cn.schoolwow.quickflow.QuickFlow
-
- next(String) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
指定下一个业务逻辑
- next(BusinessFlow) - 类 中的方法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.FlowExecutorRootConfig
-
是否打印流程列表
- printTrace(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlow
-
是否打印执行路径
- printTrace(boolean) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
是否打印路径
- printTraceBuilder - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
打印执行路径
- 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
-
- putTemporaryData(String, Object) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
设置上下文参数
- putTemporaryData(Map<String, Object>) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
设置上下文参数
- putThreadLocalData(String, Object) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置线程本地数据
- putThreadLocalData(Map<String, Object>) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
设置线程本地数据
- putThreadLocalData(String, Object) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- putThreadLocalData(Map<String, Object>) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- putThreadLocalData(String, Object) - 类 中的方法cn.schoolwow.quickflow.QuickFlowExecutor
-
设置上下文参数
- putThreadLocalData(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
- remark(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
流程备注
- remark(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- remarkBuilder - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
流程备注记录
- removeData(String) - 接口 中的方法cn.schoolwow.quickflow.domain.FlowContext
-
移除上下文数据
- removeData(String) - 类 中的方法cn.schoolwow.quickflow.domain.FlowContextImpl
-
- requestData - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorOption
-
请求数据
- requestKeySet - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
请求数据
- rootConfig - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorConfig
-
根流程配置
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
-
子流程层级
- subflowLevelCount - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
子流程层级计数
T
- temporaryKeySet - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
临时数据key
- threadLocalDataMap - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
线程本地数据
- tryCatchFinallyHandler - 类 中的变量cn.schoolwow.quickflow.domain.FlowConfig
-
try-catch-finally事件处理
- tryCatchFinallyHandler - 类 中的变量cn.schoolwow.quickflow.domain.FlowExecutorRootConfig
-
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 N P Q R S T
Copyright © 2023. All rights reserved.