public interface SaveContext
Modifier and Type | Method and Description |
---|---|
boolean |
doUpdateLastModifier()
UpdateLastModifier indicates whether to update the LastModifier field when saving
a page.
|
PageUpdateTrigger |
getUpdateTrigger() |
boolean |
isEventSuppressed()
Control whether the save should result in an event being published.
|
boolean |
isMinorEdit()
Deprecated.
|
boolean |
isSuppressNotifications()
Indicates that notifications should not be sent out informing users
of the changes to this content.
|
void |
setMinorEdit(boolean minorEdit)
Deprecated.
|
void |
setSuppressNotifications(boolean suppressNotifications)
Indicates that notifications should not be sent out informing users
of the changes to this content.
|
void |
setUpdateLastModifier(boolean updateLastModifier) |
@Deprecated boolean isMinorEdit()
@Deprecated void setMinorEdit(boolean minorEdit)
boolean doUpdateLastModifier()
void setUpdateLastModifier(boolean updateLastModifier)
boolean isEventSuppressed()
boolean isSuppressNotifications()
void setSuppressNotifications(boolean suppressNotifications)
PageUpdateTrigger getUpdateTrigger()
Copyright © 2003-2014 Atlassian. All Rights Reserved.