Class TaskSavedEventImpl

  • All Implemented Interfaces:
    GenericEvent, TaskSavedEvent

    public class TaskSavedEventImpl
    extends AbstractTaskEvent
    implements TaskSavedEvent
    A TaskSavedEvent object is the description of an activity that is not finished but saved to be continued later. Those descriptions are sent to the workflow engine by the workflow tools when the user has save a task in a process instance.
    • Constructor Detail

      • TaskSavedEventImpl

        public TaskSavedEventImpl​(Task resolvedTask,
                                  String actionName,
                                  DataRecord data)
        A TaskSavedEvent is built from a resolved task, a choosen action and a filled form.
    • Method Detail

      • setFirstTimeSaved

        public void setFirstTimeSaved​(boolean firstTimeSaved)
        Description copied from interface: TaskSavedEvent
        Set information to know if it is the first time the current task is saved.
        Specified by:
        setFirstTimeSaved in interface TaskSavedEvent