com.atlassian.confluence.event.events.types
Interface ConfluenceEntityUpdated

All Known Implementing Classes:
AttachmentUpdateEvent, BlogPostUpdateEvent, PageUpdateEvent, PluginContentUpdatedEvent

public interface ConfluenceEntityUpdated

Indicates that the implementation represents an update to a ConfluenceEntityObject.


Method Summary
 ConfluenceEntityObject getNew()
           
 ConfluenceEntityObject getOld()
           
 

Method Detail

getOld

ConfluenceEntityObject getOld()
Returns:
the old content before the update

getNew

ConfluenceEntityObject getNew()
Returns:
the new content after the update


Copyright © 2003-2013 Atlassian. All Rights Reserved.