Class RepositoryInfo.LicenseInfo

  • Enclosing class:
    RepositoryInfo

    public static class RepositoryInfo.LicenseInfo
    extends java.lang.Object
    Representation of the license information.
    Author:
    Jamal Kaabi-Mofrad
    • Constructor Detail

      • LicenseInfo

        public LicenseInfo()
      • LicenseInfo

        public LicenseInfo​(org.alfresco.service.license.LicenseDescriptor licenseDescriptor)
    • Method Detail

      • getIssuedAt

        public java.util.Date getIssuedAt()
      • getExpiresAt

        public java.util.Date getExpiresAt()
      • getRemainingDays

        public java.lang.Integer getRemainingDays()
      • getHolder

        public java.lang.String getHolder()
      • getMode

        public java.lang.String getMode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object