Class EventHistoryRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final long fromDate
      public final long toDate
    • Constructor Summary

      Constructors 
      Constructor Description
      EventHistoryRequest(Map<String, Object> map, long fromDate, long toDate) Used for selecting or deleting Events from Event History.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getFromDate()
      long getToDate()
      long getMaskAsDecimalHash()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventHistoryRequest

        EventHistoryRequest(Map<String, Object> map, long fromDate, long toDate)
        Used for selecting or deleting Events from Event History.
        Parameters:
        map - Key-value pairs that will be used to generate the hash when looking up an Event.
        fromDate - Date that represents the lower bounds of the date range used when looking up an Event.
        toDate - Date that represents the upper bounds of the date range used when looking up an Event.