Class EmptyInterventionResourceDeleteEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Set<Long>,Void>
overit.geocallapp.wfm.execution.bl.intervention.resource.event.EmptyInterventionResourceDeleteEvent

public class EmptyInterventionResourceDeleteEvent extends SimpleBusinessEvent<Set<Long>,Void>
Event to delete a group of filtered BOInterventionResource.
The launcher must provide a set of intervention ids in order to successfully call this event.
Since:
14.0
GCApi:
event
Reactors:
BTEmptyAgendaResourceDelete(0)
No Spouts
  • Constructor Details

    • EmptyInterventionResourceDeleteEvent

      public EmptyInterventionResourceDeleteEvent(Set<Long> filter)
      Instantiates a new Empty intervention Resource delete event.
      Parameters:
      filter - the set of intervention ids
  • Method Details

    • getCurrentAssigneesIds

      public Set<Long> getCurrentAssigneesIds()
      Gets the ids of the resources currently in charge or assignees
      Returns:
      the ids of the resources currently in charge or assignees
    • setCurrentAssigneesIds

      public void setCurrentAssigneesIds(Set<Long> currentAssigneesIds)
      Sets the ids of the resources currently in charge or assignees
      Parameters:
      currentAssigneesIds - the ids of the resources currently in charge or assignees