Class MobileErrorLogDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMobileErrorLog>
overit.geocall.bl.BusinessEvent<BOMobileErrorLog>
overit.geocall.bl.SimpleBusinessEvent<Long,BOMobileErrorLog>
overit.geocall.bl.DeleteEvent<BOMobileErrorLog>
overit.geocallapp.wfm.mobile.core.bl.errorlog.event.MobileErrorLogDeleteEvent
Event to delete a
The launcher must provide the ID of a valid
The listener deletes the requested
BOMobileErrorLog. The launcher must provide the ID of a valid
BOMobileErrorLog in order to successfully call this event. The listener deletes the requested
BOMobileErrorLog starting from the event input,
i.e. the given ID of BOMobileErrorLog. - Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMobileErrorLogDelete(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
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.DeleteEvent
getEventOptionsMethods 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
-
MobileErrorLogDeleteEvent
Constructor- Parameters:
id- the ID of the mobile error log to delete- Throws:
IllegalArgumentException- if id is null
-