Package org.camunda.bpm.engine.impl.dmn.result
-
Interface Summary Interface Description DecisionResultMapper Mapping function for a decision result. -
Class Summary Class Description CollectEntriesDecisionResultMapper Maps the decision result to a list of untyped entries.ResultListDecisionTableResultMapper Maps the decision result to a list of pairs that contains output name and untyped entry.SingleEntryDecisionResultMapper Maps the decision result to a single typed entry.SingleResultDecisionResultMapper Maps the decision result to pairs of output name and untyped entries.