Uses of Class
com.atlassian.confluence.event.events.content.ContentEvent
Packages that use ContentEvent
Package
Description
Confluence attachment events.
-
Uses of ContentEvent in com.atlassian.confluence.content.event
Subclasses of ContentEvent in com.atlassian.confluence.content.eventModifier and TypeClassDescriptionclass
class
class
-
Uses of ContentEvent in com.atlassian.confluence.event.events.content
Subclasses of ContentEvent in com.atlassian.confluence.event.events.contentModifier and TypeClassDescriptionclass
Event fired when a non-current version of a content object is removed from Confluence. -
Uses of ContentEvent in com.atlassian.confluence.event.events.content.attachment
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.attachmentModifier and TypeClassDescriptionclass
An event indicating that o batch of one or more visible attachments have completed uploading.class
An event indicating that one or more visible attachments have been added to a piece of content.class
Parent class for all attachment related events.class
Event sent *before* the removal of a visible attachment.class
Published when an attachment is moved to the trash.class
An event indicating that a visible attachment has been updatedclass
Event sent *before* the removal of a visible attachment version.class
Event fired every time an attachment is viewed.class
An event indicating that o batch of one or more attachments have completed uploading.class
An event indicating that one or more attachments have been added to a piece of content.class
Event sent *before* the removal of an attachment.class
This is published when an attachment is restored from the trash.class
An event indicating that an attachment has been updatedclass
Event sent *before* the removal of an attachment version.class
An event indicating that o batch of one or more hidden attachments have completed uploading.class
An event indicating that one or more hidden attachments have been added to a piece of content.class
Event sent *before* the removal of a hidden attachment.class
This is published when a hidden attachment is restored from the trash.class
An event indicating that a hidden attachment has been updatedclass
Event sent *before* the removal of a hidden attachment version.class
Event fired every time a thumbnail of a profile picture attachment is viewed.class
Event fired every time a full sized profile picture attachment is viewed.class
Event fired every time an attachment's thumbnail is viewed. -
Uses of ContentEvent in com.atlassian.confluence.event.events.content.blogpost
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.blogpostModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ContentEvent in com.atlassian.confluence.event.events.content.comment
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.commentModifier and TypeClassDescriptionclass
class
class
class
Date: Jan 24, 2007 - 4:46:17 PM -
Uses of ContentEvent in com.atlassian.confluence.event.events.content.page
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.pageModifier and TypeClassDescriptionclass
An event where a page's children are re-ordered.class
class
class
class
class
class
class
class
class
class
class
-
Uses of ContentEvent in com.atlassian.confluence.event.events.content.pagehierarchy
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.pagehierarchyModifier and TypeClassDescriptionclass
TODO: Document this class / interface hereclass
TODO: Document this class / interface herefinal class
TODO: Document this class / interface herefinal class
TODO: Document this class / interface herefinal class
TODO: Document this class / interface herefinal class
TODO: Document this class / interface here -
Uses of ContentEvent in com.atlassian.confluence.event.events.content.user
Subclasses of ContentEvent in com.atlassian.confluence.event.events.content.userModifier and TypeClassDescriptionclass
Personal information creation eventclass
Personal information specific eventclass
Personal information deletion eventclass
-
Uses of ContentEvent in com.atlassian.confluence.event.events.like
Subclasses of ContentEvent in com.atlassian.confluence.event.events.likeModifier and TypeClassDescriptionclass
class
Events where a like is created.class
-
Uses of ContentEvent in com.atlassian.confluence.event.events.permission
Subclasses of ContentEvent in com.atlassian.confluence.event.events.permissionModifier and TypeClassDescriptionclass
This event is fired byDefaultContentPermissionManager
when the permissions of some content (page, attachment, comment, file comment) have been changed and require a reindex. -
Uses of ContentEvent in com.atlassian.confluence.event.events.security
Subclasses of ContentEvent in com.atlassian.confluence.event.events.securityModifier and TypeClassDescriptionclass
Event triggered when the permissions change on an ContentEntityObject. -
Uses of ContentEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return types with arguments of type ContentEventModifier and TypeMethodDescriptionprotected Map<Class<? extends ContentEvent>,
ContentJournalEntryTypes> ContentCreateCommand.getSupportedEventEntryTypesMap()
protected Map<Class<? extends ContentEvent>,
ContentJournalEntryTypes> ContentPermissionChangeCommand.getSupportedEventEntryTypesMap()
protected Map<Class<? extends ContentEvent>,
ContentJournalEntryTypes> ContentRemoveCommand.getSupportedEventEntryTypesMap()
protected Map<Class<? extends ContentEvent>,
ContentJournalEntryTypes> ContentUpdateCommand.getSupportedEventEntryTypesMap()
ContentCreateCommand.newCommand
(JournalEntry journalEntry) ContentCreateCommand.newCommand
(ContentEvent event) ContentPermissionChangeCommand.newCommand
(JournalEntry journalEntry) ContentPermissionChangeCommand.newCommand
(ContentEvent event) ContentRemoveCommand.newCommand
(JournalEntry journalEntry) ContentRemoveCommand.newCommand
(ContentEvent event) ContentUpdateCommand.newCommand
(JournalEntry journalEntry) ContentUpdateCommand.newCommand
(ContentEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentEventModifier and TypeMethodDescriptionprotected List<JournalMessage>
ContentCreateCommand.createMessages
(ContentEvent event) protected List<JournalMessage>
ContentPermissionChangeCommand.createMessages
(ContentEvent event) protected List<JournalMessage>
ContentRemoveCommand.createMessages
(ContentEvent event) protected List<JournalMessage>
ContentUpdateCommand.createMessages
(ContentEvent event) ContentCreateCommand.newCommand
(ContentEvent event) ContentPermissionChangeCommand.newCommand
(ContentEvent event) ContentRemoveCommand.newCommand
(ContentEvent event) ContentUpdateCommand.newCommand
(ContentEvent event)