Modifier and Type | Method and Description |
---|---|
void |
RemoteContentServiceAcceptanceTest.Fixture.testContentServiceDoesNotReturnHistoricalVersions() |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type,
PageRequest pageRequest) |
Map<ContentType,PageResponse<Content>> |
SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
CommentContentTypeApiSupport.execute(ServiceCommand command) |
Modifier and Type | Method and Description |
---|---|
static ContentId |
ContentId.deserialise(String id) |
static JsonContentPropertyId |
JsonContentPropertyId.deserialise(String id) |
static ContentId |
ContentId.valueOf(String id)
Don't use this method - it's just for Jersey QueryParam automatic conversion.
|
static JsonContentPropertyId |
JsonContentPropertyId.valueOf(String id)
Deprecated.
since 5.6 Don't use. Use
JsonContentPropertyId.deserialise(String) instead. |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.fugue.Function2<String,ValidationResult,? extends BadRequestException> |
ServiceExceptionSupplier.badRequestException() |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
SpaceService.SpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content contained in this space of the particular type
|
PageResponse<Content> |
ChildContentService.ChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content of the particular type contained in this parent.
|
Map<ContentType,PageResponse<Content>> |
SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType
|
Map<ContentType,PageResponse<Content>> |
ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultFormatConverter.validateAndConvertToStorageFormat(String wysiwygContent,
com.atlassian.renderer.RenderContext renderContext) |
String |
FormatConverter.validateAndConvertToStorageFormat(String wysiwygContent,
com.atlassian.renderer.RenderContext renderContext)
Validates, throwing exceptions if failures found.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
Copyright © 2003–2018 Atlassian. All rights reserved.