org.camunda.bpm.dmn.engine.delegate
Interface DmnDecisionLiteralExpressionEvaluationEvent

All Superinterfaces:
DmnDecisionLogicEvaluationEvent
All Known Implementing Classes:
DmnDecisionLiteralExpressionEvaluationEventImpl

public interface DmnDecisionLiteralExpressionEvaluationEvent
extends DmnDecisionLogicEvaluationEvent

Event which represents the evaluation of a decision with a literal expression.


Method Summary
 String getOutputName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent
getDecision, getExecutedDecisionElements
 

Method Detail

getOutputName

String getOutputName()
Returns:
the output name of the evaluated expression

getOutputValue

org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
Returns:
the value of the evaluated expression


Copyright © 2017 camunda services GmbH. All rights reserved.