Modifier and Type | Method and Description |
---|---|
ContentService.ContentFinder |
ContentServiceImpl.find(Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
ContentService.ContentFinder |
ContentFinderFactory.createContentFinder(ContentServiceImpl contentService,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
ContentService.ContentFinder |
ContentService.find(Expansion... expansions)
Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the
finder.
|
ContentService.ContentFinder |
ContentService.ParameterContentFinder.withAnyStatus()
Don't restrict the fetched content on status.
|
ContentService.ContentFinder |
ContentService.ParameterContentFinder.withStatus(ContentStatus... status)
Restrict the fetched content to that matching the given statuses.
|
ContentService.ContentFinder |
ContentService.ParameterContentFinder.withStatus(Iterable<ContentStatus> statuses)
Restrict the fetched content to that matching the given statuses.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopContentFinder |
Modifier and Type | Method and Description |
---|---|
ContentService.ContentFinder |
NoopContentFinder.withAnyStatus() |
ContentService.ContentFinder |
NoopContentFinder.withStatus(ContentStatus... status) |
ContentService.ContentFinder |
NoopContentFinder.withStatus(Iterable<ContentStatus> statuses) |
Copyright © 2003–2020 Atlassian. All rights reserved.