Uses of Interface
com.atlassian.confluence.core.Modification
-
Packages that use Modification Package Description com.atlassian.confluence.content.service.experimental com.atlassian.confluence.core com.atlassian.confluence.impl.content -
-
Uses of Modification in com.atlassian.confluence.content.service.experimental
Methods in com.atlassian.confluence.content.service.experimental that return Modification Modifier and Type Method Description Modification<AbstractPage>PreparedAbstractPage. getModification()Methods in com.atlassian.confluence.content.service.experimental with parameters of type Modification Modifier and Type Method Description PreparedAbstractPageDefaultPageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)PreparedAbstractPagePageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)Prepare content (page or blogpost) for update. -
Uses of Modification in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type Modification Modifier and Type Method Description <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
Methods in com.atlassian.confluence.impl.content with parameters of type Modification Modifier and Type Method Description <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)
-