Interface DecisionResultMapper
-
- All Known Implementing Classes:
CollectEntriesDecisionResultMapper
,ResultListDecisionTableResultMapper
,SingleEntryDecisionResultMapper
,SingleResultDecisionResultMapper
public interface DecisionResultMapper
Mapping function for a decision result.- Author:
- Philipp Ossler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
mapDecisionResult(DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.
-
-
-
Method Detail
-
mapDecisionResult
Object mapDecisionResult(DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.- Parameters:
decisionResult
- the result of the evaluated decision- Returns:
- the value that should set as process variable
- Throws:
ProcessEngineException
- if the decision result can not be mapped
-
-