public class PersonalInformationUpdateEvent extends PersonalInformationEvent
source
Constructor and Description |
---|
PersonalInformationUpdateEvent(Object source,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation)
Deprecated.
since 6.3.0
|
PersonalInformationUpdateEvent(Object source,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
getOriginalPersonalInformation() |
boolean |
isMinorEdit()
Deprecated.
since 5.4. Use com.atlassian.confluence.event.events.content.ContentEvent#setSuppressNotifications(boolean) instead.
|
getContent, getPersonalInformation
equals, hashCode, isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
@Deprecated public PersonalInformationUpdateEvent(Object source, @Nonnull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation)
public PersonalInformationUpdateEvent(Object source, @Nonnull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation, boolean suppressNotifications)
public PersonalInformation getOriginalPersonalInformation()
@Deprecated public boolean isMinorEdit()
Copyright © 2003–2017 Atlassian. All rights reserved.