| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.content.id | |
| com.atlassian.confluence.api.service.content |
| Modifier and Type | Method and Description |
|---|---|
static ContentId |
ContentId.deserialise(java.lang.String id) |
static ContentId |
ContentId.valueOf(java.lang.String id)
Deprecated.
Don't use. Use
ContentId.deserialise(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Content> |
ChildContentService.ChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content of the particular type contained in this parent.
|
PageResponse<Content> |
SpaceService.SpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content contained in this space of the particular type
|
java.util.Map<ContentType,PageResponse<Content>> |
ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType.
|
java.util.Map<ContentType,PageResponse<Content>> |
SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType
|
Copyright © 2003-2014 Atlassian. All Rights Reserved.