public class BlogPostCreateEvent extends BlogPostEvent implements Created
source
Constructor and Description |
---|
BlogPostCreateEvent(Object src,
BlogPost blogPost) |
BlogPostCreateEvent(Object src,
BlogPost blogPost,
Map<String,Serializable> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
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() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getBlogPost, getContent
isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public BlogPostCreateEvent(Object src, BlogPost blogPost, Map<String,Serializable> context)
@Nonnull public com.google.common.collect.ImmutableMap<String,Serializable> getContext()
public boolean equals(@Nullable Object o)
ConfluenceEvent
equals
in class BlogPostEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class BlogPostEvent
Event.hashCode()
Copyright © 2003–2015 Atlassian. All rights reserved.