Class CollectEntriesDecisionResultMapper
java.lang.Object
org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionResultMapper
- All Implemented Interfaces:
DecisionResultMapper
Maps the decision result to a list of untyped entries.
- Author:
- Philipp Ossler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncollectOutputNames
(DmnDecisionResult decisionResult) mapDecisionResult
(DmnDecisionResult decisionResult) Maps the decision result into a value that can set as process variable.toString()
-
Field Details
-
LOG
-
-
Constructor Details
-
CollectEntriesDecisionResultMapper
public CollectEntriesDecisionResultMapper()
-
-
Method Details
-
mapDecisionResult
Description copied from interface:DecisionResultMapper
Maps the decision result into a value that can set as process variable.- Specified by:
mapDecisionResult
in interfaceDecisionResultMapper
- Parameters:
decisionResult
- the result of the evaluated decision- Returns:
- the value that should set as process variable
-
collectOutputNames
-
toString
-