public class AttachmentTrashedEvent extends AttachmentEvent implements Trashed, UserDriven
source
Constructor and Description |
---|
AttachmentTrashedEvent(Object source,
Attachment attachment,
@Nullable ConfluenceUser originatingUser,
boolean suppressNotifications)
Creates an attachment trashed event
|
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.
|
@Nullable 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.
|
getAttachedTo, getAttachment, getAttachments, getContent
isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public AttachmentTrashedEvent(Object source, Attachment attachment, @Nullable ConfluenceUser originatingUser, boolean suppressNotifications)
source
- the object publishing the eventattachment
- the attachment that is being restoredoriginatingUser
- the user that trashed the attachmentsuppressNotifications
- true
to suppress notifications, false
to allow notificationspublic @Nullable com.atlassian.user.User getOriginatingUser()
UserDriven
getOriginatingUser
in interface UserDriven
public boolean equals(@Nullable Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class AttachmentEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class AttachmentEvent
Event.hashCode()
Copyright © 2003–2020 Atlassian. All rights reserved.