java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BOFile,Void>
overit.geocallapp.docshare.documents.bl.sharedresource.file.event.FileActivateEvent

public class FileActivateEvent extends SimpleBusinessEvent<BOFile,Void>
Event to activate a BOFile.
The launcher must provide a valid BOFile in order to successfully call this event.
The listener activates the related BOFile and deactivates the last active version.
Since:
14.0
GCApi:
event
Reactors:
BTFileActivate(0)
No Spouts
  • Constructor Details

    • FileActivateEvent

      public FileActivateEvent(BOFile input)
      Instantiates a new file activate event.
      Parameters:
      input - the BOFile to activate