public interface DecisionTableVariableManager
Modifier and Type | Method and Description |
---|---|
void |
setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Deprecated.
|
default void |
setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean multipleResults) |
void |
setVariablesOnExecution(List<Map<String,Object>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Deprecated.
|
default void |
setVariablesOnExecution(List<Map<String,Object>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean multipleResults) |
@Deprecated void setVariablesOnExecution(List<Map<String,Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
@Deprecated void setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
default void setVariablesOnExecution(List<Map<String,Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)
Copyright © 2021 Flowable. All rights reserved.