public interface FlowExecutor extends FlowManager
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BEGIN_NODE |
static String |
DEFAULT_END_NODE |
static String |
EXCEPTION_DEAL_FLOW |
static String |
EXCEPTION_DEAL_NODE |
static String |
EXCEPTION_DEAL_NODE_KEY |
static String |
EXCEPTION_DEAL_SUBFLOW |
static String |
EXCEPTION_KEY |
static String |
FLOW_BEAN |
static String |
FLOW_XSTREAM_PACKAGENAME |
static String |
PAGE_FLOW_BEAN |
Modifier and Type | Method and Description |
---|---|
void |
execute(String flowId,
Context context)
表示从开始节点开始执行
|
void |
execute(String flowId,
String nodeId,
Context context)
流程执行接口方法
|
Context |
getInputContext(Flow flow,
Context context) |
Context |
getOutputContext(Flow flow,
Context context) |
boolean |
isChange() |
void |
setChange(boolean change) |
addFlow, assemble, getFlow, getFlowIdMap, removeFlow, removeFlow
addSubFlow, getSubFlow, getSubFlowIdMap, removeSubFlow, removeSubFlow
addComponent, addComponents, getComponentDefine, getComponentDefines, getComponentInstance, removeComponent, removeComponents
static final String FLOW_XSTREAM_PACKAGENAME
static final String FLOW_BEAN
static final String PAGE_FLOW_BEAN
static final String DEFAULT_BEGIN_NODE
static final String DEFAULT_END_NODE
static final String EXCEPTION_DEAL_NODE
static final String EXCEPTION_DEAL_NODE_KEY
static final String EXCEPTION_KEY
static final String EXCEPTION_DEAL_FLOW
static final String EXCEPTION_DEAL_SUBFLOW
Copyright © 2006–2018 TinyGroup. All rights reserved.