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 TypeMethodDescriptionvoidexecute(CoreSession session) Executes this handler with a systemsession.
-
Method Details
-
execute
Executes this handler with a systemsession.
-