Interface AclStatisticsDao
- All Known Implementing Classes:
AclHibernateDao
public interface AclStatisticsDao
Exposes methods used for generating analytic events.
-
Method Summary
Modifier and TypeMethodDescriptionCounts ACL entries grouped byObjectIdentity
andBambooPermission
.long
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined
-
Method Details
-
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
-