Class SingleEntryDecisionResultMapper

    • Constructor Detail

      • SingleEntryDecisionResultMapper

        public SingleEntryDecisionResultMapper()
    • Method Detail

      • mapDecisionResult

        public Object mapDecisionResult​(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
        Description copied from interface: DecisionResultMapper
        Maps the decision result into a value that can set as process variable.
        Specified by:
        mapDecisionResult in interface DecisionResultMapper
        Parameters:
        decisionResult - the result of the evaluated decision
        Returns:
        the value that should set as process variable