public class BlogPostMovedEvent extends BlogPostEvent implements Updated, UserDriven
source| Constructor and Description |
|---|
BlogPostMovedEvent(Object src,
ConfluenceUser user,
BlogPost blogPost,
Space originalSpace,
Space currentSpace) |
| 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.
|
Space |
getCurrentSpace() |
Space |
getOriginalSpace() |
com.atlassian.user.User |
getOriginatingUser()
Return the user that generated the event if known.
|
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getBlogPost, getContentisSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamp@Nullable public com.atlassian.user.User getOriginatingUser()
UserDrivengetOriginatingUser in interface UserDrivenpublic 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–2018 Atlassian. All rights reserved.