Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Packages that use ContentService.ParameterContentFinder
Package
Description
-
Uses of ContentService.ParameterContentFinder in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement ContentService.ParameterContentFinderModifier and TypeClassDescriptionclass
class
This finder will fetch one or many contents based on different criteria, for example by their IDs or content types (PAGE, BLOG_POST, COMMENT, etc.) or by their content status -
Uses of ContentService.ParameterContentFinder in com.atlassian.confluence.api.service.content
Subinterfaces of ContentService.ParameterContentFinder in com.atlassian.confluence.api.service.contentModifier and TypeInterfaceDescriptionstatic interface
A finder for locating contentMethods in com.atlassian.confluence.api.service.content that return ContentService.ParameterContentFinderModifier and TypeMethodDescriptionContentService.ParameterContentFinder.withContainer
(Container container) Restrict the fetched content to those with the given Container, this will by proxy restrict to certain types of content, as different types of content can have different types of containers.ContentService.ParameterContentFinder.withCreatedDate
(LocalDate time) Restrict the fetched content to those created / published on the given dateRestrict the fetched content to those with the given ids, requires at least two ContentIds.Restrict the fetched content to those with the given idsRestrict the fetched content to those in the given spaces.Restrict the fetched content to those with the given titleContentService.ParameterContentFinder.withType
(ContentType... type) Restrict the fetched content to those matching the given contentType -
Uses of ContentService.ParameterContentFinder in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement ContentService.ParameterContentFinderMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.ParameterContentFinderModifier and TypeMethodDescriptionNoopContentFinder.withContainer
(Container container) NoopContentFinder.withCreatedDate
(LocalDate time) NoopContentFinder.withType
(ContentType... type)