public class FileDeleteEvent extends SimpleBusinessEvent<FileDeleteInput,Long>
Event to delete a 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:
BTFileDelete(0)
No Spouts
  • Constructor Details

    • FileDeleteEvent

      public FileDeleteEvent(FileDeleteInput input)
      Instantiates a new file delete event.
      Parameters:
      input - the input data needed to delete the file