public interface FlowContext extends Context
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFlowInstance(FlowInstance instance) |
void |
addVariable(String key,
Object object) |
List<FlowInstance> |
getFlowInstances() |
FlowExecutionResponse |
getResponse() |
Object |
getSessionValue(String key) |
Object |
getVariable(String key) |
Map<String,Object> |
getVariables() |
void |
removeVariable(String key) |
void |
setSessionValue(String key,
Object value) |
debugMsg, getApplicationContext, getAssertorEvaluator, getDebugMessageItems, getValueCompute, getVariableCategoryClass, getWorkingMemory, parseExpressionvoid removeVariable(String key)
List<FlowInstance> getFlowInstances()
void addFlowInstance(FlowInstance instance)
FlowExecutionResponse getResponse()
Copyright © 2018 Bstek. All rights reserved.