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
Event to delete a group of filtered
The launcher must provide a set of intervention ids in order to successfully call this event.
BOInterventionResource. The launcher must provide a set of intervention ids in order to successfully call this event.
- Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTEmptyAgendaResourceDelete(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionEmptyInterventionResourceDeleteEvent(Set<Long> filter) Instantiates a new Empty intervention Resource delete event. -
Method Summary
Modifier and TypeMethodDescriptionGets the ids of the resources currently in charge or assigneesvoidsetCurrentAssigneesIds(Set<Long> currentAssigneesIds) Sets the ids of the resources currently in charge or assigneesMethods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
EmptyInterventionResourceDeleteEvent
Instantiates a new Empty intervention Resource delete event.- Parameters:
filter- the set of intervention ids
-
-
Method Details
-
getCurrentAssigneesIds
Gets the ids of the resources currently in charge or assignees- Returns:
- the ids of the resources currently in charge or assignees
-
setCurrentAssigneesIds
Sets the ids of the resources currently in charge or assignees- Parameters:
currentAssigneesIds- the ids of the resources currently in charge or assignees
-