Package org.flowable.engine
Interface DecisionTableVariableManager
public interface DecisionTableVariableManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDecisionServiceVariablesOnExecution(Map<String, List<Map<String, Object>>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated.default voidsetDecisionServiceVariablesOnExecution(Map<String, List<Map<String, Object>>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults) voidsetVariablesOnExecution(List<Map<String, Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated.default voidsetVariablesOnExecution(List<Map<String, Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)
-
Method Details
-
setVariablesOnExecution
@Deprecated void setVariablesOnExecution(List<Map<String, Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated. -
setDecisionServiceVariablesOnExecution
@Deprecated void setDecisionServiceVariablesOnExecution(Map<String, List<Map<String, Object>>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated. -
setVariablesOnExecution
-
setDecisionServiceVariablesOnExecution
-