Interface GroupLevelAdminStatsHelper
- All Known Implementing Classes:
GroupLevelAdminStatsHelperImpl
@ExperimentalApi
public interface GroupLevelAdminStatsHelper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupLevelAdminStats
(LocalDateTime upTo, Set<Period> periods) Warning: this function is optimized for performance and clears the hibernate session!boolean
-
Field Details
-
LAST_GLA_ACTION
- See Also:
-
-
Method Details
-
getGroupLevelAdminStats
@ExperimentalApi GroupLevelAdminStats getGroupLevelAdminStats(LocalDateTime upTo, Set<Period> periods) throws DirectoryNotFoundException, OperationFailedException Warning: this function is optimized for performance and clears the hibernate session!- Parameters:
upTo
- period will be evaluated till this dateperiods
- periods to look up group level actions- Returns:
- statistics about group level admin feature usage per period
- Throws:
DirectoryNotFoundException
OperationFailedException
-
groupLevelAdminAnalyticsEnabled
boolean groupLevelAdminAnalyticsEnabled()- Returns:
- whether collecting group level admin analytics is enabled.
-