Class SchedulingResourcePositionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<SchedulingResourcePosition>>
overit.geocall.bl.BusinessEvent<List<SchedulingResourcePosition>>
overit.geocall.bl.SimpleBusinessEvent<Set<Long>,List<SchedulingResourcePosition>>
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.event.SchedulingResourcePositionSearchEvent
public class SchedulingResourcePositionSearchEvent
extends SimpleBusinessEvent<Set<Long>,List<SchedulingResourcePosition>>
Event to search a list of
The launcher must provide a valid collection of
The listener searches all the
SchedulingResourcePosition. The launcher must provide a valid collection of
BOSchedulingUser ids in order to successfully call this event. The listener searches all the
SchedulingResourcePosition components starting from the event input - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSchedulingResourcePositionSearch(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
ConstructorsConstructorDescriptionInstantiates a new scheduling resource position search event. -
Method Summary
Methods 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
-
SchedulingResourcePositionSearchEvent
Instantiates a new scheduling resource position search event.- Parameters:
input- the user Ids collection
-