Class ClientQuestionModes

java.lang.Object
ch.tocco.nice2.web.core.api.clientquestion.ClientQuestionModes

@Deprecated public final class ClientQuestionModes extends Object
Deprecated.
Modes for PersistTasks.
  • Field Details

    • PREDEFINED_ANSWERS

      public static final Mode.Key<PredefinedAnswers> 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.