Interface IdpStatisticManagement


public interface IdpStatisticManagement
  • Field Details

  • Method Details

    • getIdpStatisticsSince

      List<pl.edu.icm.unity.base.endpoint.idp.IdpStatistic> getIdpStatisticsSince(LocalDateTime since, int limit) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • deleteOlderThan

      void deleteOlderThan(LocalDateTime olderThan) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • addIdpStatistic

      void addIdpStatistic(pl.edu.icm.unity.base.endpoint.idp.IdpStatistic toAdd) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • getIdpStatisticsSinceGroupBy

      List<GroupedIdpStatistic> getIdpStatisticsSinceGroupBy(LocalDateTime since, IdpStatisticManagement.GroupBy groupBy, int sigInlimit, boolean skipZeroRecords) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException