Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
-
Packages that use ContentService.ParameterContentFinder Package Description com.atlassian.confluence.api.service.content com.atlassian.confluence.impl.service.finder.content -
-
Uses of ContentService.ParameterContentFinder in com.atlassian.confluence.api.service.content
Subinterfaces of ContentService.ParameterContentFinder in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interface
ContentService.ContentFinder
A finder for locating contentMethods in com.atlassian.confluence.api.service.content that return ContentService.ParameterContentFinder Modifier and Type Method Description ContentService.ParameterContentFinder
ContentService.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
ContentService.ParameterContentFinder. withCreatedDate(org.joda.time.LocalDate time)
Restrict the fetched content to those created / published on the given dateContentService.ParameterContentFinder
ContentService.ParameterContentFinder. withId(ContentId first, ContentId... tail)
Restrict the fetched content to those with the given ids, requires at least two ContentIds.ContentService.ParameterContentFinder
ContentService.ParameterContentFinder. withId(Iterable<ContentId> contentIds)
Restrict the fetched content to those with the given idsContentService.ParameterContentFinder
ContentService.ParameterContentFinder. withSpace(Space... space)
Restrict the fetched content to those in the given spaces.ContentService.ParameterContentFinder
ContentService.ParameterContentFinder. withTitle(String title)
Restrict the fetched content to those with the given titleContentService.ParameterContentFinder
ContentService.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.ParameterContentFinder Modifier and Type Class Description class
NoopContentFinder
Methods in com.atlassian.confluence.impl.service.finder.content that return ContentService.ParameterContentFinder Modifier and Type Method Description ContentService.ParameterContentFinder
NoopContentFinder. withContainer(Container container)
ContentService.ParameterContentFinder
NoopContentFinder. withCreatedDate(org.joda.time.LocalDate time)
ContentService.ParameterContentFinder
NoopContentFinder. withId(ContentId first, ContentId... tail)
ContentService.ParameterContentFinder
NoopContentFinder. withId(Iterable<ContentId> contentIds)
ContentService.ParameterContentFinder
NoopContentFinder. withSpace(Space... space)
ContentService.ParameterContentFinder
NoopContentFinder. withTitle(String title)
ContentService.ParameterContentFinder
NoopContentFinder. withType(ContentType... type)
-