Package | Description |
---|---|
com.atlassian.confluence.core | |
com.atlassian.confluence.mail |
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,
SaveContext saveContext) |
<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.
|
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.
|
Copyright © 2003–2016 Atlassian. All rights reserved.