Class FileDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<FileDeleteInput,Long>
overit.geocallapp.docshare.documents.bl.sharedresource.file.event.FileDeleteEvent
Event to delete a
The launcher must provide the
The listener deletes the requested
BOFile. The launcher must provide the
FileDeleteInput in order to successfully call this event. The listener deletes the requested
BOFile starting from the event input, i.e. the given FileDeleteInput. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTFileDelete(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
ConstructorsConstructorDescriptionFileDeleteEvent(FileDeleteInput input) Instantiates a new file delete 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