|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestList | |
|---|---|
| com.atlassian.confluence.rest.api.model | |
| com.atlassian.confluence.rest.enrich | |
| com.atlassian.confluence.rest.resources | |
| com.atlassian.confluence.rest.serialization | |
| Uses of RestList in com.atlassian.confluence.rest.api.model |
|---|
| Methods in com.atlassian.confluence.rest.api.model that return RestList | ||
|---|---|---|
static
|
RestList.createRestList(PageRequest request,
java.util.List<T> results,
boolean hasMore)
|
|
static
|
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
|
|
static
|
RestList.createRestList(PageResponse<T> pageResponse)
|
|
| Uses of RestList in com.atlassian.confluence.rest.enrich |
|---|
| Methods in com.atlassian.confluence.rest.enrich with parameters of type RestList | |
|---|---|
void |
SelfLinkCollectionEnricher.enrich(RestList enrich)
|
void |
NavigationCollectionEnricher.enrich(RestList enrich)
|
void |
CollectionEnricher.enrich(RestList enrich)
|
void |
BaseLinkEnricher.enrich(RestList enrich)
|
| Uses of RestList in com.atlassian.confluence.rest.resources |
|---|
| Methods in com.atlassian.confluence.rest.resources that return RestList | |
|---|---|
RestList<Content> |
ChildContentResource.childrenOfType(ContentId contentId,
ContentType type,
java.lang.String expand,
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> |
SpaceResource.contentsWithType(java.lang.String spaceKey,
java.lang.String type,
java.lang.String depth,
java.lang.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,
java.util.List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
java.util.List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
java.util.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,
java.lang.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,
java.lang.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,
java.lang.String expand,
int start,
int limit,
java.lang.String filename,
java.lang.String mediaType,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of attachment Content entities within a single container. |
RestList<LongTaskStatus> |
LongTaskResource.getTasks(java.lang.String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about all tracked long-running tasks. |
| Methods in com.atlassian.confluence.rest.resources that return types with arguments of type RestList | |
|---|---|
java.util.Map<ContentType,RestList<Content>> |
SpaceResource.contents(java.lang.String spaceKey,
java.lang.String depth,
java.lang.String expand,
int start,
int limit)
Returns the content in this given space |
| Uses of RestList in com.atlassian.confluence.rest.serialization |
|---|
| Methods in com.atlassian.confluence.rest.serialization that return RestList | |
|---|---|
RestList |
RestListDeserializer.deserialize(org.codehaus.jackson.JsonParser jsonParser,
org.codehaus.jackson.map.DeserializationContext deserializationContext)
|
| Methods in com.atlassian.confluence.rest.serialization with parameters of type RestList | |
|---|---|
void |
RestListSerializer.serialize(RestList<?> restList,
org.codehaus.jackson.JsonGenerator jsonGen,
org.codehaus.jackson.map.SerializerProvider arg2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||