Home

plone lifecycle events

Updated:
Created:

Understanding which (standard) events are fired when in plone

From Martin Aspellis book:

Container events in zope.app.container.interfaces

IObjectMovedEvent

  1. IObjectAddedEvent
  2. IObjectRemovedEvent

Live-cycle events in zope.lifecycleevent.interfaces

  1. IObjectCreatedEvent
  2. IObjectModifiedEvent

Products.Archetypes.interfaces

IObjectModifiedEvent

  1. IObjectInitializedEvent
  2. IObjectEditedEvent

Workflow events Products.ARchetypes.interfaces

  1. Products.CMFCore.interfaces.IIActionSucceededEvent
  2. Products.DCWorkflow.IAfterTransitionEvent