Class FlowableBpmnDecisionTableVariableManager

java.lang.Object
com.flowable.platform.common.dmn.FlowableBpmnDecisionTableVariableManager
All Implemented Interfaces:
org.flowable.engine.DecisionTableVariableManager

public class FlowableBpmnDecisionTableVariableManager
extends java.lang.Object
implements org.flowable.engine.DecisionTableVariableManager
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PARENT_TOKEN  
    static java.lang.String ROOT_TOKEN  
    static java.lang.String SELF_TOKEN  
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableBpmnDecisionTableVariableManager()  
  • Method Summary

    Modifier and Type Method Description
    void setDecisionServiceVariablesOnExecution​(java.util.Map<java.lang.String,​java.util.List<java.util.Map<java.lang.String,​java.lang.Object>>> executionResult, java.lang.String decisionKey, org.flowable.engine.delegate.DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
    void setVariablesOnExecution​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> executionResult, java.lang.String decisionKey, org.flowable.engine.delegate.DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • setVariablesOnExecution

      public void setVariablesOnExecution​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> executionResult, java.lang.String decisionKey, org.flowable.engine.delegate.DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Specified by:
      setVariablesOnExecution in interface org.flowable.engine.DecisionTableVariableManager
    • setDecisionServiceVariablesOnExecution

      public void setDecisionServiceVariablesOnExecution​(java.util.Map<java.lang.String,​java.util.List<java.util.Map<java.lang.String,​java.lang.Object>>> executionResult, java.lang.String decisionKey, org.flowable.engine.delegate.DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Specified by:
      setDecisionServiceVariablesOnExecution in interface org.flowable.engine.DecisionTableVariableManager