Interface DecisionResultMapper
- All Known Implementing Classes:
CollectEntriesDecisionResultMapper
,ResultListDecisionTableResultMapper
,SingleEntryDecisionResultMapper
,SingleResultDecisionResultMapper
public interface DecisionResultMapper
Mapping function for a decision result.
- Author:
- Philipp Ossler
-
Method Summary
Modifier and TypeMethodDescriptionmapDecisionResult
(DmnDecisionResult decisionResult) Maps the decision result into a value that can set as process variable.
-
Method Details
-
mapDecisionResult
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
-