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,​com.jamasoftware.contour.license.OrgLicenseType> getOrgLicenseTypes()
      • getAllOrgLicenseTypes

        java.util.List<com.jamasoftware.contour.license.OrgLicenseType> getAllOrgLicenseTypes()
      • getMonitoredLicenseTypes

        java.util.List<com.jamasoftware.contour.license.OrgLicenseType> getMonitoredLicenseTypes()
      • getCompliantLicenseTypes

        java.util.List<com.jamasoftware.contour.license.OrgLicenseType> getCompliantLicenseTypes()
      • getLicenseDataForLastNDays

        java.util.List<LicenseSnapshotInterval> getLicenseDataForLastNDays​(java.lang.String timeFrame,
                                                                           java.lang.Integer orgId,
                                                                           com.jamasoftware.contour.license.OrgLicenseType licenseType)