Interface PostContentCreationHandler


public interface PostContentCreationHandler
Handler called after the content creation done by the ContentTemplateService.

The registered handlers are always called when the server starts even if no content creation is done.

Useful for packages deployed on an existing Nuxeo that need a default documents structure.

Since:
5.5
Author:
Thomas Roger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes this handler with a system session.
  • Method Details

    • execute

      void execute(CoreSession session)
      Executes this handler with a system session.