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,
@Nullable 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, getContentisSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSuppressNotificationsgetTimestamp@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, @Nullable 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)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class BlogPostEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class BlogPostEventEvent.hashCode()Copyright © 2003–2022 Atlassian. All rights reserved.