Class PreviousMeasureSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMeasure>
overit.geocall.bl.BusinessEvent<BOMeasure>
overit.geocall.bl.SimpleBusinessEvent<PreviousMeasureSearchEventInput,BOMeasure>
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.PreviousMeasureSearchEvent
public class PreviousMeasureSearchEvent
extends SimpleBusinessEvent<PreviousMeasureSearchEventInput,BOMeasure>
Event to search for the previous
The launcher must provide a valid
The listener searches for the previous measuring element
BOMeasure of a measuring element, according to the target date. The launcher must provide a valid
PreviousMeasureSearchEventInput, defined by the BOMeasuringElement
and the target date. The listener searches for the previous measuring element
BOMeasure component, starting from the event input,
i.e. the PreviousMeasureSearchEventInput. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTPreviousMeasureSearch(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 event to search for the previous measure. -
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
-
PreviousMeasureSearchEvent
Instantiates a new event to search for the previous measure.- Parameters:
input- thePreviousMeasureSearchEventInput
-