public class PageCreateEvent extends PageEvent implements Created
source
Constructor and Description |
---|
PageCreateEvent(Object source,
Page page) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
boolean suppressNotifications) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
com.google.common.collect.ImmutableMap<String,Serializable> |
getContext() |
PageUpdateTrigger |
getUpdateTrigger() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getContent, getPage, toString
isSuppressNotifications, setSuppressNotifications
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public PageCreateEvent(Object source, Page page, Map<String,Serializable> context)
public PageCreateEvent(Object source, Page page, Map<String,Serializable> context, boolean suppressNotifications)
public PageCreateEvent(Object source, Page page, Map<String,Serializable> context, boolean suppressNotifications, PageUpdateTrigger updateTrigger)
public com.google.common.collect.ImmutableMap<String,Serializable> getContext()
public boolean equals(@Nullable Object obj)
ConfluenceEvent
Subclasses must override this to compare their own fields.
public int hashCode()
ConfluenceEvent
@Nonnull public PageUpdateTrigger getUpdateTrigger()
Copyright © 2003–2016 Atlassian. All rights reserved.