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 |
isMinorEdit()
Deprecated.
since 5.4. Use com.atlassian.confluence.core.SaveContext#isSuppressNotifications instead.
Minor edits indicate that notifications should not be sent out informing users
of changes made to the 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 |
setMinorEdit(boolean minorEdit)
Deprecated.
since 5.4. Use
DefaultSaveContext.builder() instead.
Minor edits indicate that notifications should not be sent out informing users
of changes made to the page. |
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
@Deprecated boolean isMinorEdit()
@Deprecated void setMinorEdit(boolean minorEdit)
DefaultSaveContext.builder()
instead.
Minor edits indicate that notifications should not be sent out informing users
of changes made to the page.boolean doUpdateLastModifier()
@Deprecated void setUpdateLastModifier(boolean updateLastModifier)
DefaultSaveContext.builder()
instead.@Deprecated void setSuppressNotifications(boolean suppressNotifications)
DefaultSaveContext.builder()
instead.boolean isSuppressAutowatch()
Copyright © 2003–2017 Atlassian. All rights reserved.