Class DataCollectionSheetInstanceCancelEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Long,Void>
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceCancelEvent

public class DataCollectionSheetInstanceCancelEvent extends SimpleBusinessEvent<Long,Void>
Event to cancel a DataCollectionSheetInstance.
The launcher must provide a valid DataCollectionSheetInstance id in order to successfully call this event.
The listener cancels all the DataCollectionSheetInstance components starting from the event input, i.e. the given DataCollectionSheetInstance id.
Since:
12.0
GCApi:
event
Reactors:
BTDataCollectionSheetInstanceCancel(0)
No Spouts
  • Constructor Details

    • DataCollectionSheetInstanceCancelEvent

      public DataCollectionSheetInstanceCancelEvent(Long input)
      Instantiates a new cancel event for the required DataCollectionSheetInstance.
      Parameters:
      input - the prepared object to cancel