public class ContentTreePermissionReindexEvent extends ContentEvent
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.
source
Constructor and Description |
---|
ContentTreePermissionReindexEvent(Object src,
ContentEntityObject content) |
Modifier and Type | Method and Description |
---|---|
@NonNull ContentEntityObject |
getContent() |
equals, hashCode, isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public ContentTreePermissionReindexEvent(Object src, ContentEntityObject content)
public @NonNull ContentEntityObject getContent()
Copyright © 2003–2020 Atlassian. All rights reserved.