Class ChoiceAnswerSaver
java.lang.Object
ch.tocco.nice2.optional.evaluation.impl.flow.AbstractAnswerSaver
ch.tocco.nice2.optional.evaluation.impl.flow.ChoiceAnswerSaver
- All Implemented Interfaces:
- AnswerSaver
- 
Constructor SummaryConstructorsConstructorDescriptionChoiceAnswerSaver(CommandExecutor commandExecutor, BusinessUnitManager businessUnitManager) 
- 
Method SummaryModifier and TypeMethodDescriptionmapToAnswerList(Object answer) The legacy widget always sends the answer as List(also for text and single choice answer). voidsaveAnswer(Entity evaluationPartyAssignment, Entity question, List<String> answerKeys) Methods inherited from class ch.tocco.nice2.optional.evaluation.impl.flow.AbstractAnswerSavergetMode, getModeWithBusinessUnit, saveComment
- 
Constructor Details- 
ChoiceAnswerSaver
 
- 
- 
Method Details- 
saveAnswer
- 
mapToAnswerListDescription copied from interface:AnswerSaverThe legacy widget always sends the answer as List(also for text and single choice answer). This method maps the REST answer format to the legacy format used by the AnswerSaver itself 
 
-