Class ClientQuestionModes
java.lang.Object
ch.tocco.nice2.web.core.api.clientquestion.ClientQuestionModes
Deprecated.
Modes for
PersistTasks
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Mode.Key
<PredefinedAnswers> Deprecated.Performs the task using the predefined answers for client questions. -
Method Summary
-
Field Details
-
PREDEFINED_ANSWERS
Deprecated.Performs the task using the predefined answers for client questions. Note, this will predefine answers on the whole thread for the time the task is executing! It doesn't matter if the client questions are asked directly within the task or somewhere in a entity listener which gets triggered.
-