Class InterventionExecutionDeleteEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<InterventionExecutionDeleteInput,Void>
overit.geocallapp.wfm.execution.bl.outcome.intervention.event.InterventionExecutionDeleteEvent

public class InterventionExecutionDeleteEvent extends SimpleBusinessEvent<InterventionExecutionDeleteInput,Void>
Simple business event class for handling the deletion of interventions associated with the same foreman that is executing an intervention.
Since:
18.0
GCApi:
event
Reactors:
BTInterventionExecutionDelete(0)
No Spouts
  • Constructor Details

    • InterventionExecutionDeleteEvent

      public InterventionExecutionDeleteEvent(InterventionExecutionDeleteInput input)
      Constructs a new InterventionExecutionDeleteEvent.
      Parameters:
      input - The input object containing the list of interventions to be removed.