Interface AclStatisticsDao
-
- All Known Implementing Classes:
AclHibernateDao
public interface AclStatisticsDao
Exposes methods used for generating analytic events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AclEntriesStatistics
countAclEntriesByJavaType()
Counts ACL entries grouped byObjectIdentity
andBambooPermission
.long
countNonEmptyProjectsWithProjectPlanPermissions()
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined
-
-
-
Method Detail
-
countAclEntriesByJavaType
AclEntriesStatistics countAclEntriesByJavaType()
Counts ACL entries grouped byObjectIdentity
andBambooPermission
.
-
countNonEmptyProjectsWithProjectPlanPermissions
long countNonEmptyProjectsWithProjectPlanPermissions()
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined
-
-