Interface EvaluationExecutionService
- All Known Implementing Classes:
DefaultEvaluationExecutionService
public interface EvaluationExecutionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getKeyForUuid
(String uuid) void
saveAnswer
(String executionKey, String questionKey, List<String> answers) void
saveComment
(String executionKey, String questionKey, String comment) void
shareAnswer
(String evaluationPartyAssignmentKey, String questionKey)
-
Method Details
-
getKeyForUuid
-
load
-
saveAnswer
-
saveComment
-
finish
-