Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.ContentFinder
-
-
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ContentService.ContentFinder Modifier and Type Method Description ContentService.ContentFinderContentServiceImpl. find(Expansion... expansions) -
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder that return ContentService.ContentFinder Modifier and Type Method Description ContentService.ContentFinderContentFinderFactory. createContentFinder(ContentServiceImpl contentService, Expansion... expansions) -
Uses of ContentService.ContentFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentService.ContentFinder Modifier and Type Method Description ContentService.ContentFinderContentService. find(Expansion... expansions)Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the finder.ContentService.ContentFinderContentService.ParameterContentFinder. withAnyStatus()Don't restrict the fetched content on status.ContentService.ContentFinderContentService.ParameterContentFinder. withStatus(ContentStatus... status)Restrict the fetched content to that matching the given statuses.ContentService.ContentFinderContentService.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.ContentFinder Modifier and Type Class Description classNoopContentFinderMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.ContentFinder Modifier and Type Method Description ContentService.ContentFinderNoopContentFinder. withAnyStatus()ContentService.ContentFinderNoopContentFinder. withStatus(ContentStatus... status)ContentService.ContentFinderNoopContentFinder. withStatus(Iterable<ContentStatus> statuses)
-