public class EvaluateDecisionCmd extends Object implements Command<org.camunda.bpm.dmn.engine.DmnDecisionResult>
| 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 |
|---|
EvaluateDecisionCmd(DecisionEvaluationBuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
protected org.camunda.bpm.dmn.engine.DmnDecisionResult |
doEvaluateDecision(DecisionDefinition decisionDefinition,
org.camunda.bpm.engine.variable.VariableMap variables) |
org.camunda.bpm.dmn.engine.DmnDecisionResult |
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 EvaluateDecisionCmd(DecisionEvaluationBuilderImpl builder)
public org.camunda.bpm.dmn.engine.DmnDecisionResult execute(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, DecisionDefinition decisionDefinition)
protected org.camunda.bpm.dmn.engine.DmnDecisionResult 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.