Class DeleteEvent<O>
- Type Parameters:
O- the deleted object class
@Deprecated(since="16.0",
forRemoval=true)
public class DeleteEvent<O>
extends SimpleBusinessEvent<Long,O>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to delete an object of
The launcher must provide a Long object in order to successfully call this event.
The delete have no result.
<I> type using his id. The launcher must provide a Long object in order to successfully call this event.
The delete have no result.
- 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
ConstructorsConstructorDescriptionDeleteEvent(Long 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
-
DeleteEvent
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 delete
-
DeleteEvent