Class CustomContentServiceImpl

java.lang.Object
com.atlassian.confluence.api.impl.service.content.CustomContentServiceImpl
All Implemented Interfaces:
CustomContentService

public class CustomContentServiceImpl extends Object implements CustomContentService
  • Constructor Details

  • Method Details

    • getChildrenOfTypeAndFilter

      public @NonNull PageResponse<Content> getChildrenOfTypeAndFilter(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate)
      Description copied from interface: CustomContentService
      Returns the children of a CustomContentEntityObject, limited to the pagination requested. This method will return children that have the entity as a container, and children that have the entity as a parent.
      Specified by:
      getChildrenOfTypeAndFilter in interface CustomContentService
      Parameters:
      parentId - the content to look for children of
      contentModuleKey - the module key of the type of child to look for
      limitedRequest - the pagination requested
      expansions - the expansions applied to results
      depth - the depth to return children to
      Returns: