| Package | Description |
|---|---|
| com.atlassian.confluence.content.apisupport | |
| com.atlassian.confluence.content.service.comment |
| Modifier and Type | Method and Description |
|---|---|
AfterEntitySaveAction |
AfterEntitySaveActionAttachmentsUtil.createAttachmentSaveAction(List<FileStoreAttachmentResource> attachmentsToSave,
ContentBody bodyToConvert,
ContentEntityObject entity,
ContentBodyConversionContext conversionContext) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Pair<Boolean,Optional<AfterEntitySaveAction>> |
ContentCreator.setCommonPropertiesForCreate(Content newContent,
ContentEntityObject entity,
ConfluenceUser authenticatedUser)
Sets common properties on a newly created entity in preparation for being saved.
|
com.atlassian.fugue.Pair<Boolean,Optional<AfterEntitySaveAction>> |
ContentCreator.setCommonPropertiesForUpdate(Content updatedContent,
ContentEntityObject entity)
Sets common properties on the entity in preparation for an update.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ContentEntityObject> |
ContentCreator.afterEntitySave(Content updatedContent,
T entity,
Optional<AfterEntitySaveAction> afterSaveAction)
Perform common tasks after entity save
|
| Modifier and Type | Field and Description |
|---|---|
protected Optional<AfterEntitySaveAction> |
EditCommentCommandImpl.afterEntitySaveAction |
protected Optional<AfterEntitySaveAction> |
CreateCommentCommandImpl.afterEntitySaveAction |
| Modifier and Type | Method and Description |
|---|---|
Optional<AfterEntitySaveAction> |
EditCommentCommandImpl.getAfterSaveAction() |
Optional<AfterEntitySaveAction> |
CreateCommentCommandImpl.getAfterSaveAction() |
Optional<AfterEntitySaveAction> |
AfterSaveActionAware.getAfterSaveAction() |
Copyright © 2003–2017 Atlassian. All rights reserved.