Class FavouriteSite

  • All Implemented Interfaces:
    Comparable<Site>

    public class FavouriteSite
    extends Site
    Represents a user's favourite site. Represented by a separate class in order to allow other attributes to be added.
    Author:
    steveglover
    • Constructor Detail

      • FavouriteSite

        public FavouriteSite()
      • FavouriteSite

        public FavouriteSite​(org.alfresco.service.cmr.site.SiteInfo siteInfo,
                             String role)