Uses of Class
com.atlassian.confluence.event.events.security.ContentPermissionEvent
-
Packages that use ContentPermissionEvent Package Description com.atlassian.confluence.core com.atlassian.confluence.impl.security com.atlassian.confluence.internal.webhooks -
-
Uses of ContentPermissionEvent in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ContentPermissionEvent Modifier and Type Method Description voidCachingInheritedContentPermissionManager. handleEvent(ContentPermissionEvent contentPermEvent)Deprecated.voidDefaultContentPermissionManager. onContentPermissionEvent(ContentPermissionEvent contentPermissionEvent) -
Uses of ContentPermissionEvent in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type ContentPermissionEvent Modifier and Type Method Description voidCachingInheritedContentPermissionManager. onEvent(ContentPermissionEvent event)On reception of anyContentPermissionEventwe clear the cache of any permissions related to the event's referencedContentEntityObjectand any of its descendents. -
Uses of ContentPermissionEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type ContentPermissionEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, ContentPermissionEvent event)voidApplicationWebhookEventPublisher. onContentPermissionEvent(ContentPermissionEvent event)
-