Class ChildContentResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
REST wrapper for the
ChildContentService
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchildren
(ContentId contentId, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) childrenOfType
(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) commentsOfContent
(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
ChildContentResource
-
-
Method Details
-
children
public Map<ContentType,PageResponse<Content>> children(ContentId contentId, String expand, Integer parentVersion, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-
childrenOfType
public RestList<Content> childrenOfType(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-
commentsOfContent
public RestList<Content> commentsOfContent(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-