Class ResourceCacheLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<ResourceCache>
overit.geocall.bl.BusinessEvent<ResourceCache>
overit.geocall.bl.SimpleBusinessEvent<Map<Long,BOWorkShift>,ResourceCache>
overit.geocallapp.wfm.core.bl.schedule.cache.resource.event.ResourceCacheLoadEvent
public class ResourceCacheLoadEvent
extends SimpleBusinessEvent<Map<Long,BOWorkShift>,ResourceCache>
Event to load
The launcher must provide a valid workshift id-workshift business object map in order to successfully call this event.
ResourceCache objects. The launcher must provide a valid workshift id-workshift business object map in order to successfully call this event.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceCacheLoad(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
ConstructorsConstructorDescriptionResourceCacheLoadEvent(Map<Long, BOWorkShift> workshiftsByWorkshiftId) Instantiates a newResourceCacheLoadEventobject in order to load theResourceCacheobjects. -
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
-
ResourceCacheLoadEvent
Instantiates a newResourceCacheLoadEventobject in order to load theResourceCacheobjects.- Parameters:
workshiftsByWorkshiftId- the map workshift id-workshift business object
-