public interface SaveContext extends OperationContext<PageUpdateTrigger>
Modifier and Type | Method and Description |
---|---|
boolean |
doUpdateLastModifier()
UpdateLastModifier indicates whether to update the LastModifier field when saving
a page.
|
boolean |
isSuppressAutowatch()
Control whether the save should result in the page being watched by the creator if they have their autowatch
setting on.
|
void |
setSuppressNotifications(boolean suppressNotifications)
Deprecated.
since 6.0. Use
DefaultSaveContext.builder() instead. |
void |
setUpdateLastModifier(boolean updateLastModifier)
Deprecated.
since 6.0. Use
DefaultSaveContext.builder() instead. |
getUpdateTrigger, isEventSuppressed, isSuppressNotifications
boolean doUpdateLastModifier()
@Deprecated void setUpdateLastModifier(boolean updateLastModifier)
DefaultSaveContext.builder()
instead.@Deprecated void setSuppressNotifications(boolean suppressNotifications)
DefaultSaveContext.builder()
instead.boolean isSuppressAutowatch()
Copyright © 2003–2020 Atlassian. All rights reserved.