Package | Description |
---|---|
com.atlassian.confluence.legacyapi.service.content | |
com.atlassian.confluence.ui.rest.service.content |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentService.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Deprecated.
Get the body of a piece of content in a given representation
|
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
Update the body of a given piece of content (i.e.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Deprecated.
|
ContentBody |
LegacyContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.