Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.ContentFinder
Packages that use ContentService.ContentFinder
Package
Description
-
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ContentService.ContentFinderModifier and TypeMethodDescription -
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement ContentService.ContentFinderModifier 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 statusMethods in com.atlassian.confluence.api.impl.service.content.finder that return ContentService.ContentFinderModifier and TypeMethodDescriptionContentFinderFactory.createContentFinder
(Expansion... expansions) AbstractContentFinder.withAnyStatus()
AbstractContentFinder.withContainer
(Container container) AbstractContentFinder.withCreatedDate
(LocalDate createdDate) AbstractContentFinder.withStatus
(ContentStatus... status) AbstractContentFinder.withStatus
(Iterable<ContentStatus> statuses) AbstractContentFinder.withType
(ContentType... type) -
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentService.ContentFinderModifier and TypeMethodDescriptionCreate a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the finder.ContentService.ParameterContentFinder.withAnyStatus()
Don't restrict the fetched content on status.ContentService.ParameterContentFinder.withStatus
(ContentStatus... status) Restrict the fetched content to that matching the given statuses.ContentService.ParameterContentFinder.withStatus
(Iterable<ContentStatus> statuses) Restrict the fetched content to that matching the given statuses. -
Uses of ContentService.ContentFinder in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement ContentService.ContentFinderMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.ContentFinderModifier and TypeMethodDescriptionNoopContentFinder.withAnyStatus()
NoopContentFinder.withStatus
(ContentStatus... status) NoopContentFinder.withStatus
(Iterable<ContentStatus> statuses)