Uses of Class
com.atlassian.confluence.event.events.space.SpaceEvent
-
Packages that use SpaceEvent Package Description com.atlassian.confluence.content.event com.atlassian.confluence.event.events.content.attachment Confluence attachment events.com.atlassian.confluence.event.events.content.page com.atlassian.confluence.event.events.space com.atlassian.confluence.event.events.template com.atlassian.confluence.internal.webhooks -
-
Uses of SpaceEvent in com.atlassian.confluence.content.event
Subclasses of SpaceEvent in com.atlassian.confluence.content.event Modifier and Type Class Description class
PluginContentWillBeRemovedForSpaceEvent
-
Uses of SpaceEvent in com.atlassian.confluence.event.events.content.attachment
Subclasses of SpaceEvent in com.atlassian.confluence.event.events.content.attachment Modifier and Type Class Description class
AttachmentListViewEvent
Represents a user viewing the attachment listview action. -
Uses of SpaceEvent in com.atlassian.confluence.event.events.content.page
Subclasses of SpaceEvent in com.atlassian.confluence.event.events.content.page Modifier and Type Class Description class
PageListViewEvent
Represents a user viewing any of the page listview actions. -
Uses of SpaceEvent in com.atlassian.confluence.event.events.space
Subclasses of SpaceEvent in com.atlassian.confluence.event.events.space Modifier and Type Class Description class
RemoveSpaceViewEvent
Represents the user view the remove space state within Space admin.class
SpaceAdminViewEvent
Represents a user viewing the top level screen of the space admin console.class
SpaceArchivedEvent
class
SpaceContentWillRemoveEvent
Event published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.class
SpaceCreateEvent
class
SpaceDetailsViewEvent
Represents a user viewing the space details screen of the space admin console.class
SpaceLabelsViewEvent
Represents a user viewing the space labels screen of the space admin console.class
SpaceLogoUpdateEvent
Represents a change to the logo of a space.class
SpacePermissionsUpdateEvent
Represents a change to space permissions.class
SpacePermissionsViewEvent
Represents a user viewing the space permissions screen of the space admin console.class
SpaceRemoveEvent
class
SpaceTrashEmptyEvent
Represents when the trash is emptied, either by a user or by a remote administration call.class
SpaceTrashViewEvent
Represents a user viewing the trash contents screen of the space admin console.class
SpaceUnArchivedEvent
class
SpaceUpdateEvent
class
SpaceWillRemoveEvent
Event published when a space is about to be removed, but has not been removed. -
Uses of SpaceEvent in com.atlassian.confluence.event.events.template
Subclasses of SpaceEvent in com.atlassian.confluence.event.events.template Modifier and Type Class Description class
TemplateListViewEvent
Represents a user viewing the page template listview action. -
Uses of SpaceEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type SpaceEvent Modifier and Type Method Description Map<String,Object>
WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, SpaceEvent event)
-