Class CriticalActivityWorkOrderOperationSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Set<Long>>
overit.geocall.bl.BusinessEvent<Set<Long>>
overit.geocall.bl.SimpleBusinessEvent<CriticalActivityWorkOrderOperationSearchInput,Set<Long>>
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event.CriticalActivityWorkOrderOperationSearchEvent
public class CriticalActivityWorkOrderOperationSearchEvent
extends SimpleBusinessEvent<CriticalActivityWorkOrderOperationSearchInput,Set<Long>>
Event to search the
The launcher must provide a valid
The listener searches all the
BOWorkOrderOperations related to a group of filtered BOCriticalActivityDetectProcesses. The launcher must provide a valid
CriticalActivityWorkOrderOperationSearchInput in order to successfully call this event. The listener searches all the
BOCriticalActivityDetectProcess starting from the event input,
i.e. the given CriticalActivityWorkOrderOperationSearchInput. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCriticalActivityWorkOrderOperationSearch(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 critical activity work order operation 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
-
CriticalActivityWorkOrderOperationSearchEvent
public CriticalActivityWorkOrderOperationSearchEvent(CriticalActivityWorkOrderOperationSearchInput input) Instantiates a new critical activity work order operation search event.- Parameters:
input- theCriticalActivityWorkOrderOperationSearchInput
-