Class AttachmentCreatedAuditingEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.internal.attachment.AttachmentCreatedAuditingEvent
-
@Internal public class AttachmentCreatedAuditingEvent extends Object
- Since:
- 7.5.0
-
-
Constructor Summary
Constructors Constructor Description AttachmentCreatedAuditingEvent(Attachment attachment, SaveContext saveContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attachment
getAttachment()
SaveContext
getSaveContext()
-
-
-
Constructor Detail
-
AttachmentCreatedAuditingEvent
public AttachmentCreatedAuditingEvent(Attachment attachment, SaveContext saveContext)
-
-
Method Detail
-
getAttachment
public Attachment getAttachment()
-
getSaveContext
public SaveContext getSaveContext()
-
-