Class InsertEvent<I>
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<I,Long>
overit.geocallapp.wfm.core.bl.common.InsertEvent<I>
- Type Parameters:
I- the input object class
- Direct Known Subclasses:
MeterReadingsMeasureInsertEvent,MeterReadingsTemplateInsertEvent
@Deprecated(since="16.0",
forRemoval=true)
public class InsertEvent<I>
extends SimpleBusinessEvent<I,Long>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to insert an object of
The launcher must provide a valid input object of
The insertion result consists of the id of the inserted
<I> type. The launcher must provide a valid input object of
<I> type in order to successfully call this event. The insertion result consists of the id of the inserted
<I> object. - Since:
- 9.2
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionInsertEvent(I input) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new insert event for<I>object. -
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
-
InsertEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new insert event for<I>object.- Parameters:
input- the prepared object to insert
-
InsertEvent