public class AppointmentInsertEvent extends InsertEvent<BOAppointment>
Event to insert a BOAppointment.
The launcher must provide a valid BOAppointment in order to successfully call this event.
The listener inserts all the BOAppointment components starting from the event input, i.e. the given BOAppointment.
Since:
10.1
GCApi:
event
Reactors:
BTAppointmentInsert(0)
No Spouts
  • Constructor Details

    • AppointmentInsertEvent

      public AppointmentInsertEvent(BOAppointment input)
      Instantiates a new appointment insert event.
      Parameters:
      input - the BOAppointment that contains the main characteristics of the appointment that we want to insert.