Class WoOperationCriticalActivitiesAggregatesLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Map<Long,WoOperationCriticalActivitiesAggregate>>
overit.geocall.bl.BusinessEvent<Map<Long,WoOperationCriticalActivitiesAggregate>>
overit.geocall.bl.SimpleBusinessEvent<Set<Long>,Map<Long,WoOperationCriticalActivitiesAggregate>>
overit.geocallapp.wfm.core.bl.criticalactivity.event.WoOperationCriticalActivitiesAggregatesLoadEvent
public class WoOperationCriticalActivitiesAggregatesLoadEvent
extends SimpleBusinessEvent<Set<Long>,Map<Long,WoOperationCriticalActivitiesAggregate>>
Event to load the map of
The launcher must provide a valid set of wo operation ids in order to successfully call this event.
WoOperationCriticalActivitiesAggregate for the given wo operations. The launcher must provide a valid set of wo operation ids in order to successfully call this event.
- Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWoOperationCriticalActivitiesAggregatesLoad(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
ConstructorsConstructorDescriptionWoOperationCriticalActivitiesAggregatesLoadEvent(Set<Long> woOperationIds) Instantiates a new load 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
-
WoOperationCriticalActivitiesAggregatesLoadEvent
Instantiates a new load event.- Parameters:
woOperationIds- the set of wo operation ids
-