Modifier and Type | Method and Description |
---|---|
void |
SelfLinkCollectionEnricher.enrich(RestList enrich) |
void |
NavigationCollectionEnricher.enrich(RestList enrich) |
void |
CollectionEnricher.enrich(RestList enrich) |
void |
BaseLinkEnricher.enrich(RestList enrich) |
Modifier and Type | Method and Description |
---|---|
RestList<Content> |
ChildContentResource.childrenOfType(ContentId contentId,
ContentType type,
String expand,
Integer parentVersion,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the direct children of a piece of Content, limited to a single child type.
|
RestList<Content> |
ChildContentResource.commentsOfContent(ContentId contentId,
String expand,
Integer parentVersion,
int start,
int limit,
Set<String> location,
String depth,
javax.ws.rs.core.UriInfo uriInfo)
Returns the comments of a content
|
RestList<Content> |
SpaceResource.contentsWithType(String spaceKey,
String type,
String depth,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the content in this given space with the given type
|
RestList<Content> |
AttachmentResource.createAttachments(ContentId contentId,
List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits)
Add one or more attachments to a Confluence Content entity, with optional comments.
|
RestList<Content> |
DescendantContentResource.descendantsOfType(ContentId contentId,
ContentType type,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the direct descendants of a piece of Content, limited to a single descendant type.
|
RestList<JsonContentProperty> |
ContentPropertyResource.findAll(ContentId contentId,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of content properties.
|
RestList<Content> |
AttachmentResource.getAttachments(ContentId contentId,
String expand,
int start,
int limit,
String filename,
String mediaType,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of attachment Content entities within a single container.
|
RestList<LongTaskStatus> |
LongTaskResource.getTasks(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about all tracked long-running tasks.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentType,RestList<Content>> |
SpaceResource.contents(String spaceKey,
String depth,
String expand,
int start,
int limit)
Returns the content in this given space
|
Modifier and Type | Method and Description |
---|---|
RestList<T> |
RestList.Builder.build() |
static <T> RestList<T> |
RestList.createRestList(PageRequest request,
List<T> results,
boolean hasMore)
Deprecated.
|
static <T> RestList<T> |
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
Deprecated.
|
static <T> RestList<T> |
RestList.createRestList(PageResponse<T> pageResponse)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RestList |
RestListDeserializer.deserialize(org.codehaus.jackson.JsonParser jsonParser,
org.codehaus.jackson.map.DeserializationContext deserializationContext) |
Copyright © 2003–2015 Atlassian. All rights reserved.