Class ResponseEventImpl

  • All Implemented Interfaces:
    GenericEvent, ResponseEvent

    public class ResponseEventImpl
    extends AbstractTaskEvent
    implements ResponseEvent
    A ResponseEvent object is the description of a answer made to a precedent question. Those descriptions are sent to the workflow engine by the workflow tools when the user answer a question in process instance
    • Constructor Detail

      • ResponseEventImpl

        public ResponseEventImpl​(Task resolvedTask,
                                 String questionId,
                                 DataRecord data)
        A ResponseEventImpl is built from a resolved task, a choosen target state and a filled form.
    • Method Detail

      • getQuestionId

        public String getQuestionId()
        Returns the id of question corresponding to this answer
        Specified by:
        getQuestionId in interface ResponseEvent