Uses of Interface
com.atlassian.confluence.core.Modification
Package
Description
-
Uses of Modification in com.atlassian.confluence.content.service.experimental
Modifier and TypeMethodDescriptionDefaultPageUpdateService.prepare
(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext) PageUpdateService.prepare
(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext) Prepare content (page or blogpost) for update. -
Uses of Modification in com.atlassian.confluence.core
Modifier and TypeMethodDescription<T extends ContentEntityObject>
voidContentEntityManager.saveNewVersion
(T current, Modification<T> modification) Applies the state changes supplied by modification and persists those changes to a new version.<T extends ContentEntityObject>
voidContentEntityManager.saveNewVersion
(T current, Modification<T> modification, @Nullable SaveContext saveContext) Applies the state changes supplied by modification and persists those changes to a new version. -
Uses of Modification in com.atlassian.confluence.impl.content
Modifier and TypeMethodDescription<T extends ContentEntityObject>
voidDefaultContentEntityManager.saveNewVersion
(T current, Modification<T> modification) <T extends ContentEntityObject>
voidDefaultContentEntityManager.saveNewVersion
(T current, Modification<T> modification, @Nullable SaveContext saveContext) <T extends ContentEntityObject>
voidDefaultPageManager.saveNewVersion
(T current, Modification<T> modification, @Nullable SaveContext saveContext)