public class BlogPostCreateEvent extends BlogPostEvent implements Created, NotificationEnabledEvent
source
Constructor and Description |
---|
BlogPostCreateEvent(Object src,
BlogPost blogPost)
Deprecated.
since 7.1.0, use
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext) |
BlogPostCreateEvent(Object src,
BlogPost blogPost,
Map<String,Serializable> context)
Deprecated.
since 7.1.0, use
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext) |
BlogPostCreateEvent(Object source,
BlogPost blogPost,
Map<String,Serializable> context,
boolean suppressNotifications)
Deprecated.
since 7.1.0, use
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext) |
BlogPostCreateEvent(Object source,
BlogPost blogPost,
Map<String,Serializable> context,
OperationContext<?> operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
@NonNull com.google.common.collect.ImmutableMap<String,Serializable> |
getContext()
Deprecated.
since 7.0.1. Use
getContextMap() |
@NonNull Map<String,Serializable> |
getContextMap() |
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
isSuppressNotifications
getTimestamp
@Deprecated public BlogPostCreateEvent(Object src, BlogPost blogPost)
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext)
@Deprecated public BlogPostCreateEvent(Object src, BlogPost blogPost, Map<String,Serializable> context)
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext)
@Deprecated public BlogPostCreateEvent(Object source, BlogPost blogPost, Map<String,Serializable> context, boolean suppressNotifications)
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext)
public BlogPostCreateEvent(Object source, BlogPost blogPost, Map<String,Serializable> context, OperationContext<?> operationContext)
@Deprecated public @NonNull com.google.common.collect.ImmutableMap<String,Serializable> getContext()
getContextMap()
public @NonNull Map<String,Serializable> getContextMap()
public boolean equals(@Nullable Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class BlogPostEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class BlogPostEvent
Event.hashCode()
Copyright © 2003–2020 Atlassian. All rights reserved.