@PublicSpi @Deprecated public interface ContentTypeBinding
Content
items for certain ContentType
s.Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
Deprecated.
Retrieve the children of an item of Content.
|
ContentType |
getHandledType()
Deprecated.
|
boolean |
handlesParentType(ContentType parentType)
Deprecated.
|
ContentType getHandledType()
ContentType
of the Content
that this service provides.PageResponse<Content> getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
Children will be Content
items of the same ContentType
as the parent.
The pageRequest limit is restricted to a maximum page size.
parent
- the content to retrieve the children forexpansions
- the expansions to apply to the Children returneddepth
- the depth to return children toboolean handlesParentType(ContentType parentType)
Content
of this binding's ContentType
can be a child of content of the given typeCopyright © 2003–2016 Atlassian. All rights reserved.