Class ContentTreePermissionReindexEvent

  • All Implemented Interfaces:
    Contented, Timestamped, Serializable

    public class ContentTreePermissionReindexEvent
    extends ContentEvent
    This event is fired by DefaultContentPermissionManager when the permissions of some content (page, attachment, comment, file comment) have been changed and require a reindex. Listeners should not process dependencies of the content because separate events are fired for each dependant content object that inherits the permission changes.

    In general, ContentPermissionEvent should be emitted when changing content permissions on an object. Use this event to listen for all permission changes to any object.

    Since:
    5.9.2
    See Also:
    Serialized Form