Class DescendantContentResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.DescendantContentResource
REST wrapper for the
ChildContentService
, when Depth
is ALL.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescendants
(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo) descendantsOfType
(ContentId contentId, ContentType type, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
DescendantContentResource
-
-
Method Details
-
descendants
public Map<ContentType,PageResponse<Content>> descendants(ContentId contentId, String expand, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-
descendantsOfType
public RestList<Content> descendantsOfType(ContentId contentId, ContentType type, String expand, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-