Interface PostContentCreationHandler
-
public interface PostContentCreationHandler
Handler called after the content creation done by theContentTemplateService
.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(CoreSession session)
Executes this handler with a systemsession
.
-
-
-
Method Detail
-
execute
void execute(CoreSession session)
Executes this handler with a systemsession
.
-
-