Package | Description |
---|---|
com.atlassian.confluence.content.service.experimental | |
com.atlassian.confluence.core | |
com.atlassian.confluence.pages |
Modifier and Type | Method and Description |
---|---|
Modification<AbstractPage> |
PreparedAbstractPage.getModification() |
Modifier and Type | Method and Description |
---|---|
PreparedAbstractPage |
DefaultPageUpdateService.prepare(long id,
Modification<AbstractPage> modification,
@Nullable SaveContext saveContext) |
PreparedAbstractPage |
PageUpdateService.prepare(long id,
Modification<AbstractPage> modification,
@Nullable SaveContext saveContext)
Prepare content (page or blogpost) for update.
|
Modifier and Type | Method and Description |
---|---|
<T extends ContentEntityObject> |
DefaultContentEntityManager.saveNewVersion(T current,
Modification<T> modification) |
<T extends ContentEntityObject> |
ContentEntityManager.saveNewVersion(T current,
Modification<T> modification)
Applies the state changes supplied by modification and persists those changes to a new version.
|
<T extends ContentEntityObject> |
DefaultContentEntityManager.saveNewVersion(T current,
Modification<T> modification,
@Nullable SaveContext saveContext) |
<T extends ContentEntityObject> |
ContentEntityManager.saveNewVersion(T current,
Modification<T> modification,
@Nullable SaveContext saveContext)
Applies the state changes supplied by modification and persists those changes to a new version.
|
Modifier and Type | Method and Description |
---|---|
<T extends ContentEntityObject> |
DefaultPageManager.saveNewVersion(T current,
Modification<T> modification,
@Nullable SaveContext saveContext) |
Copyright © 2003–2021 Atlassian. All rights reserved.