Class PermitCacheLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Map<Long,WorkOrderPermits>>
overit.geocall.bl.BusinessEvent<Map<Long,WorkOrderPermits>>
overit.geocall.bl.SimpleBusinessEvent<Map<Long,Long>,Map<Long,WorkOrderPermits>>
overit.geocallapp.wfm.core.bl.schedule.cache.permit.event.PermitCacheLoadEvent
public class PermitCacheLoadEvent
extends SimpleBusinessEvent<Map<Long,Long>,Map<Long,WorkOrderPermits>>
Event to load permits map.
The launcher must provide a valid operations collection in order to successfully call this event.
The launcher must provide a valid operations collection in order to successfully call this event.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTPermitCacheLoad(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
ConstructorsConstructorDescriptionPermitCacheLoadEvent(Map<Long, Long> workOrderByOperationId) Instantiates a newPermitCacheLoadEventobject in order to load the permits map. -
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
-
PermitCacheLoadEvent
Instantiates a newPermitCacheLoadEventobject in order to load the permits map.- Parameters:
workOrderByOperationId- the work order by operation id map
-