Interface AdminSource


  • public interface AdminSource

    Contains methods to fetch administrative information/permissions.

    These methods are exposed to Velocity reports on the adminSource object within the global context. Example: $adminSource.getAclDTO(identity)

    • Method Detail

      • getOrgLicenseTypes

        java.util.Map<java.lang.String,​OrgLicenseType> getOrgLicenseTypes()
      • getAllOrgLicenseTypes

        java.util.List<OrgLicenseType> getAllOrgLicenseTypes()
      • getMonitoredLicenseTypes

        java.util.List<OrgLicenseType> getMonitoredLicenseTypes()
      • getCompliantLicenseTypes

        java.util.List<OrgLicenseType> getCompliantLicenseTypes()
      • getAclPermissionEntryList

        java.util.List<AclPermissionEntry> getAclPermissionEntryList​(java.lang.Integer objectId,
                                                                     java.lang.Integer objectType)
      • getReportList

        java.util.List<Report> getReportList()