public interface BeforeAfterFlowHandler
| 限定符和类型 | 方法和说明 |
|---|---|
List<BusinessFlow> |
getAfterFlowList()
获取所有流程执行之后需要执行的流程
|
List<BusinessFlow> |
getBeforeFlowList()
获取所有流程执行之前需要执行的流程
|
String |
name()
事件处理器名称
|
List<BusinessFlow> getBeforeFlowList() throws Exception
ExceptionList<BusinessFlow> getAfterFlowList() throws Exception
ExceptionString name()
Copyright © 2023. All rights reserved.