Class DataCollectionSheetInstanceLockEvent

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.DataCollectionSheetInstanceLockEvent

public class DataCollectionSheetInstanceLockEvent extends SimpleBusinessEvent<Long,Void>
Business event for locking a data collection sheet instance. Takes a sheet ID as input and closes the sheet to prevent further modifications.
Since:
22.0
  • Constructor Details

    • DataCollectionSheetInstanceLockEvent

      public DataCollectionSheetInstanceLockEvent(Long input)
      Creates a new lock event for the specified sheet.
      Parameters:
      input - the ID of the sheet to lock