public class EvaluateDecisionTableCmd extends Object implements Command<org.camunda.bpm.dmn.engine.DmnDecisionTableResult>
| Modifier and Type | Field and Description |
|---|---|
protected String |
decisionDefinitionId |
protected String |
decisionDefinitionKey |
protected String |
decisionDefinitionTenantId |
protected boolean |
isTenandIdSet |
protected org.camunda.bpm.engine.variable.VariableMap |
variables |
protected Integer |
version |
| Constructor and Description |
|---|
EvaluateDecisionTableCmd(DecisionTableEvaluationBuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
protected org.camunda.bpm.dmn.engine.DmnDecisionTableResult |
doEvaluateDecision(DecisionDefinition decisionDefinition,
org.camunda.bpm.engine.variable.VariableMap variables) |
org.camunda.bpm.dmn.engine.DmnDecisionTableResult |
execute(CommandContext commandContext) |
protected DecisionDefinition |
findById(DeploymentCache deploymentCache) |
protected DecisionDefinition |
findByKey(DeploymentCache deploymentCache) |
protected DecisionDefinition |
getDecisionDefinition(CommandContext commandContext) |
protected void |
writeUserOperationLog(CommandContext commandContext,
DecisionDefinition decisionDefinition) |
protected String decisionDefinitionKey
protected String decisionDefinitionId
protected Integer version
protected org.camunda.bpm.engine.variable.VariableMap variables
protected String decisionDefinitionTenantId
protected boolean isTenandIdSet
public EvaluateDecisionTableCmd(DecisionTableEvaluationBuilderImpl builder)
public org.camunda.bpm.dmn.engine.DmnDecisionTableResult execute(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, DecisionDefinition decisionDefinition)
protected org.camunda.bpm.dmn.engine.DmnDecisionTableResult doEvaluateDecision(DecisionDefinition decisionDefinition, org.camunda.bpm.engine.variable.VariableMap variables)
protected DecisionDefinition getDecisionDefinition(CommandContext commandContext)
protected DecisionDefinition findById(DeploymentCache deploymentCache)
protected DecisionDefinition findByKey(DeploymentCache deploymentCache)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.