Class EvaluateDecisionTableCmd

java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
All Implemented Interfaces:
Command<org.camunda.bpm.dmn.engine.DmnDecisionTableResult>

public class EvaluateDecisionTableCmd extends Object implements Command<org.camunda.bpm.dmn.engine.DmnDecisionTableResult>
Evaluates the decision table with the given key or id. If the decision definition key given then specify the version and tenant-id. If no version is provided then the latest version is taken.
Author:
Kristin Polenz
  • Field Details

    • decisionDefinitionKey

      protected String decisionDefinitionKey
    • decisionDefinitionId

      protected String decisionDefinitionId
    • version

      protected Integer version
    • variables

      protected org.camunda.bpm.engine.variable.VariableMap variables
    • decisionDefinitionTenantId

      protected String decisionDefinitionTenantId
    • isTenandIdSet

      protected boolean isTenandIdSet
  • Constructor Details

  • Method Details