|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.model.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.content that return ContentRepresentation | |
|---|---|
ContentRepresentation |
ContentBody.getRepresentation()
|
static ContentRepresentation |
ContentRepresentation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentRepresentation[] |
ContentRepresentation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type ContentRepresentation | |
|---|---|
java.util.Map<ContentRepresentation,ContentBody> |
Content.getBody()
|
| Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentRepresentation | |
|---|---|
ContentBody(ContentRepresentation representation,
java.lang.String value)
|
|
| Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentRepresentation | |
|---|---|
Content(java.lang.Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath,
com.atlassian.fugue.Option<java.lang.String> tinyUrlPath,
HistorySummary history,
java.lang.Iterable<ContentLink> ancestors,
java.util.Map<ContentRepresentation,ContentBody> body,
java.util.Map<Permission,java.lang.Boolean> permissions)
|
|
| Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type ContentRepresentation | |
|---|---|
java.lang.Iterable<ContentRepresentation> |
InvalidRepresentationException.getPermittedRepresentations()
|
| Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentation | |
|---|---|
ContentBody |
ContentService.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Get the body of a piece of content in a given representation |
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Update the body of a given piece of content (i.e. |
| Constructors in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentation | |
|---|---|
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations)
|
|
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations)
|
|
InvalidRepresentationException(ContentRepresentation representation,
java.lang.Iterable<ContentRepresentation> contentRepresentations)
|
|
| Constructor parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type ContentRepresentation | |
|---|---|
InvalidRepresentationException(ContentRepresentation representation,
java.lang.Iterable<ContentRepresentation> contentRepresentations)
|
|
| Uses of ContentRepresentation in com.atlassian.confluence.ui.rest.builder |
|---|
| Methods in com.atlassian.confluence.ui.rest.builder that return types with arguments of type ContentRepresentation | |
|---|---|
java.util.Map<ContentRepresentation,ContentBody> |
ContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
|
| Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentRepresentation | |
|---|---|
ContentBody |
ContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation)
|
| Uses of ContentRepresentation in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentRepresentation | |
|---|---|
ContentBody |
ContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
|
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||