| Package | Description |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.mail | |
| com.atlassian.confluence.pages |
| 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) |
<T extends ContentEntityObject> |
ContentEntityManager.saveNewVersion(T current,
Modification<T> modification,
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,
SaveContext saveContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ContentEntityObject> |
DefaultMailContentManager.saveNewVersion(T current,
Modification<T> modification)
Deprecated.
|
<T extends ContentEntityObject> |
DefaultMailContentManager.saveNewVersion(T current,
Modification<T> modification,
SaveContext saveContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ContentEntityObject> |
DefaultPageManager.saveNewVersion(T current,
Modification<T> modification,
SaveContext saveContext) |
Copyright © 2003–2017 Atlassian. All rights reserved.