public interface IScriptExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterFlow(FlowContext context) |
void |
beforeFlow(FlowContext context) |
Object |
execute(FlowContext context,
String script) |
void beforeFlow(FlowContext context)
Object execute(FlowContext context, String script) throws FlowConfigException
void afterFlow(FlowContext context)
Copyright © 2022. All rights reserved.