public class ExecutionResponseImpl extends Object implements RuleExecutionResponse, FlowExecutionResponse
| 构造器和说明 |
|---|
ExecutionResponseImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFlowExecutionResponse(FlowExecutionResponse response) |
void |
addMatchedRules(List<RuleInfo> matchedRules) |
void |
addNodeName(String nodeName) |
void |
addRuleExecutionResponse(RuleExecutionResponse response) |
List<ActionValue> |
getActionValues() |
long |
getDuration() |
List<RuleInfo> |
getFiredRules() |
List<FlowExecutionResponse> |
getFlowExecutionResponses() |
String |
getFlowId() |
List<RuleInfo> |
getMatchedRules() |
List<String> |
getNodeNames() |
List<RuleExecutionResponse> |
getRuleExecutionResponses() |
void |
setActionValues(List<ActionValue> actionValues) |
void |
setDuration(long duration) |
void |
setFiredRules(List<RuleInfo> rulesFired) |
void |
setFlowId(String flowId) |
public String getFlowId()
getFlowId 在接口中 FlowExecutionResponsepublic void setFlowId(String flowId)
public void addFlowExecutionResponse(FlowExecutionResponse response)
public List<FlowExecutionResponse> getFlowExecutionResponses()
getFlowExecutionResponses 在接口中 FlowExecutionResponsegetFlowExecutionResponses 在接口中 RuleExecutionResponsepublic List<RuleExecutionResponse> getRuleExecutionResponses()
getRuleExecutionResponses 在接口中 FlowExecutionResponsepublic void addRuleExecutionResponse(RuleExecutionResponse response)
public List<String> getNodeNames()
getNodeNames 在接口中 FlowExecutionResponsepublic void addNodeName(String nodeName)
public List<ActionValue> getActionValues()
getActionValues 在接口中 RuleExecutionResponsepublic void setActionValues(List<ActionValue> actionValues)
public long getDuration()
getDuration 在接口中 ExecutionResponsepublic void setDuration(long duration)
public List<RuleInfo> getMatchedRules()
getMatchedRules 在接口中 RuleExecutionResponsepublic List<RuleInfo> getFiredRules()
getFiredRules 在接口中 RuleExecutionResponseCopyright © 2018 Bstek. All rights reserved.