| Package | Description | 
|---|---|
| com.atlassian.confluence.content.service.experimental | |
| com.atlassian.confluence.core | |
| com.atlassian.confluence.impl.content | |
| 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> | 
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)
Deprecated.  
  | 
<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. 
 | 
<T extends ContentEntityObject> | 
DefaultContentEntityManager.saveNewVersion(T current,
              Modification<T> modification,
              @Nullable SaveContext saveContext)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ContentEntityObject> | 
DefaultContentEntityManager.saveNewVersion(T current,
              Modification<T> modification)  | 
<T extends ContentEntityObject> | 
DefaultContentEntityManager.saveNewVersion(T current,
              Modification<T> modification,
              @Nullable SaveContext saveContext)  | 
<T extends ContentEntityObject> | 
DefaultPageManager.saveNewVersion(T current,
              Modification<T> modification,
              @Nullable SaveContext saveContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ContentEntityObject> | 
DefaultPageManager.saveNewVersion(T current,
              Modification<T> modification,
              @Nullable SaveContext saveContext)
Deprecated.  
  | 
Copyright © 2003–2022 Atlassian. All rights reserved.