| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickflow | |
| cn.schoolwow.quickflow.domain | |
| cn.schoolwow.quickflow.flow | |
| cn.schoolwow.quickflow.listener |
| 限定符和类型 | 方法和说明 |
|---|---|
FlowContext |
QuickFlowExecutor.execute()
执行业务逻辑
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FlowContextImpl |
| 限定符和类型 | 字段和说明 |
|---|---|
FlowContext |
FlowExecutorConfig.flowContext
上下文对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BusinessFlow.executeBusinessFlow(FlowContext flowContext)
执行业务流
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QuickFlowListener.afterExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之后
|
void |
QuickFlowListener.beforeExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之前
|
void |
TryCatchFinallyHandler.handleException(FlowContext flowContext,
Exception e)
异常事件处理
|
void |
TryCatchFinallyHandler.handleFinally(FlowContext flowContext)
finally事件处理
|
void |
TryCatchFinallyHandler.handleTry(FlowContext flowContext)
try事件处理
|
Copyright © 2023. All rights reserved.