Modifier and Type | Method and Description |
---|---|
RestList<JsonContentProperty> |
ContentPropertyProvider.properties(String key,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo,
graphql.schema.DataFetchingEnvironment env) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionEnricher.enrich(@NonNull RestList enrich,
@NonNull SchemaType schemaType) |
Modifier and Type | Method and Description |
---|---|
void |
RestListLinkEnricher.enrich(RestList enrich,
SchemaType schemaType) |
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 containerId,
ContentStatus containerStatus,
boolean allowDuplicated,
String expand,
List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> hiddens)
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.
since 5.6.5. Use
newRestList(PageRequest) instead. |
static <T> RestList<T> |
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
Deprecated.
since 5.6.5. Use
newRestList(com.atlassian.confluence.api.model.pagination.PageResponse) instead. |
static <T> RestList<T> |
RestList.createRestList(PageResponse<T> pageResponse)
Deprecated.
since 5.6.5. Use
newRestList(com.atlassian.confluence.api.model.pagination.PageResponse) instead. |
Copyright © 2003–2020 Atlassian. All rights reserved.