org.camunda.bpm.dmn.engine.impl.delegate
Class DmnDecisionLiteralExpressionEvaluationEventImpl

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.delegate.DmnDecisionLiteralExpressionEvaluationEventImpl
All Implemented Interfaces:
DmnDecisionLiteralExpressionEvaluationEvent, DmnDecisionLogicEvaluationEvent

public class DmnDecisionLiteralExpressionEvaluationEventImpl
extends Object
implements DmnDecisionLiteralExpressionEvaluationEvent


Field Summary
protected  DmnDecision decision
           
protected  long executedDecisionElements
           
protected  String outputName
           
protected  org.camunda.bpm.engine.variable.value.TypedValue outputValue
           
 
Constructor Summary
DmnDecisionLiteralExpressionEvaluationEventImpl()
           
 
Method Summary
 DmnDecision getDecision()
           
 long getExecutedDecisionElements()
           
 String getOutputName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
           
 void setDecision(DmnDecision decision)
           
 void setExecutedDecisionElements(long executedDecisionElements)
           
 void setOutputName(String outputName)
           
 void setOutputValue(org.camunda.bpm.engine.variable.value.TypedValue outputValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

decision

protected DmnDecision decision

outputName

protected String outputName

outputValue

protected org.camunda.bpm.engine.variable.value.TypedValue outputValue

executedDecisionElements

protected long executedDecisionElements
Constructor Detail

DmnDecisionLiteralExpressionEvaluationEventImpl

public DmnDecisionLiteralExpressionEvaluationEventImpl()
Method Detail

getDecision

public DmnDecision getDecision()
Specified by:
getDecision in interface DmnDecisionLogicEvaluationEvent
Returns:
the evaluated decision

setDecision

public void setDecision(DmnDecision decision)

getOutputName

public String getOutputName()
Specified by:
getOutputName in interface DmnDecisionLiteralExpressionEvaluationEvent
Returns:
the output name of the evaluated expression

setOutputName

public void setOutputName(String outputName)

getOutputValue

public org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
Specified by:
getOutputValue in interface DmnDecisionLiteralExpressionEvaluationEvent
Returns:
the value of the evaluated expression

setOutputValue

public void setOutputValue(org.camunda.bpm.engine.variable.value.TypedValue outputValue)

getExecutedDecisionElements

public long getExecutedDecisionElements()
Specified by:
getExecutedDecisionElements in interface DmnDecisionLogicEvaluationEvent
Returns:
the number of executed decision elements during the evaluation

setExecutedDecisionElements

public void setExecutedDecisionElements(long executedDecisionElements)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.