Interface LivePopulator

All Known Implementing Classes:
ContentsLivePopulator, PluginsLivePopulator, SitesLivePopulator

public interface LivePopulator
Component called on each rebuild of the live workspace.
  • Method Summary

    Modifier and Type
    Method
    Description
    populate(javax.jcr.Session session, javax.jcr.Session liveSession)
    Populates the live workspace.
  • Method Details

    • populate

      List<String> populate(javax.jcr.Session session, javax.jcr.Session liveSession) throws Exception
      Populates the live workspace.
      Parameters:
      session - the session on the default workspace.
      liveSession - the session on the live workspace.
      Returns:
      A list of error technical messages. A message can use \n for carriage return.
      Throws:
      Exception - if an error occurs.