Uses of Package
com.atlassian.confluence.event.events.types

Packages that use com.atlassian.confluence.event.events.types
com.atlassian.confluence.content.event   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.event.events.admin   
com.atlassian.confluence.event.events.content   
com.atlassian.confluence.event.events.content.attachment   
com.atlassian.confluence.event.events.content.blogpost   
com.atlassian.confluence.event.events.content.comment   
com.atlassian.confluence.event.events.content.mail   
com.atlassian.confluence.event.events.content.mail.notification   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.event.events.follow   
com.atlassian.confluence.event.events.group   
com.atlassian.confluence.event.events.label   
com.atlassian.confluence.event.events.like   
com.atlassian.confluence.event.events.like.listeners   
com.atlassian.confluence.event.events.security   
com.atlassian.confluence.event.events.space   
com.atlassian.confluence.event.events.template   
com.atlassian.confluence.event.events.user   
com.atlassian.confluence.event.events.userstatus   
com.atlassian.confluence.mail.archive.events   
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.lookandfeel.events   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events   
com.atlassian.confluence.themes.events   
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.content.event
ConfluenceEntityUpdated
          Indicates that the implementation represents an update to a ConfluenceEntityObject.
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Removing
          Marker interface representing an event that indicates something is about to be removed, to allow for clean-up before the actual removal is final.
Updated
          Indicates that the implementation represents an update event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.content.service.blogpost
Created
          Indicates that the implementation represents a creation event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.content.service.page
Created
          Indicates that the implementation represents a creation event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.admin
Updated
          Indicates that the implementation represents an update event.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content
Updated
          Indicates that the implementation represents an update event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.attachment
ConfluenceEntityUpdated
          Indicates that the implementation represents an update to a ConfluenceEntityObject.
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Updated
          Indicates that the implementation represents an update event.
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.blogpost
ConfluenceEntityUpdated
          Indicates that the implementation represents an update to a ConfluenceEntityObject.
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Restore
          Indicates that the implementation represents a restore event.
Trashed
          Indicates that the implementation represents a trashed event.
Updated
          Indicates that the implementation represents an update event.
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.comment
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Updated
          Indicates that the implementation represents an update event.
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.mail
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Updated
          Indicates that the implementation represents an update event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.mail.notification
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.content.page
ConfluenceEntityUpdated
          Indicates that the implementation represents an update to a ConfluenceEntityObject.
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Restore
          Indicates that the implementation represents a restore event.
Trashed
          Indicates that the implementation represents a trashed event.
Updated
          Indicates that the implementation represents an update event.
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.follow
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.group
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.label
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.like
UserDriven
          Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.like.listeners
Removed
          Indicates that the implementation represents a removal event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.security
Authentication
          Indicates that the implementation represents an authentication event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.space
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Removing
          Marker interface representing an event that indicates something is about to be removed, to allow for clean-up before the actual removal is final.
Updated
          Indicates that the implementation represents an update event.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.template
Removed
          Indicates that the implementation represents a removal event.
Updated
          Indicates that the implementation represents an update event.
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.user
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
Updated
          Indicates that the implementation represents an update event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.event.events.userstatus
Created
          Indicates that the implementation represents a creation event.
Removed
          Indicates that the implementation represents a removal event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.mail.archive.events
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.plugins.edgeindex
Removed
          Indicates that the implementation represents a removal event.
Trashed
          Indicates that the implementation represents a trashed event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.plugins.lookandfeel.events
Updated
          Indicates that the implementation represents an update event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
Viewed
          Indicates that the implementation represents a view event.
 

Classes in com.atlassian.confluence.event.events.types used by com.atlassian.confluence.themes.events
Updated
          Indicates that the implementation represents an update event.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.