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 classPluginContentWillBeRemovedForSpaceEvent -
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 classAttachmentListViewEventRepresents 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 classPageListViewEventRepresents 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 classRemoveSpaceViewEventRepresents the user view the remove space state within Space admin.classSpaceAdminViewEventRepresents a user viewing the top level screen of the space admin console.classSpaceArchivedEventclassSpaceContentWillRemoveEventEvent published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.classSpaceCreateEventclassSpaceDetailsViewEventRepresents a user viewing the space details screen of the space admin console.classSpaceLabelsViewEventRepresents a user viewing the space labels screen of the space admin console.classSpaceLogoUpdateEventRepresents a change to the logo of a space.classSpacePermissionsUpdateEventRepresents a change to space permissions.classSpacePermissionsViewEventRepresents a user viewing the space permissions screen of the space admin console.classSpaceRemoveEventclassSpaceTrashEmptyEventRepresents when the trash is emptied, either by a user or by a remote administration call.classSpaceTrashViewEventRepresents a user viewing the trash contents screen of the space admin console.classSpaceUnArchivedEventclassSpaceUpdateEventclassSpaceWillRemoveEventEvent 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 classTemplateListViewEventRepresents 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)
-