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 interfaceContentService.ContentFinderA finder for locating contentMethods in com.atlassian.confluence.api.service.content that return ContentService.ParameterContentFinder Modifier and Type Method Description ContentService.ParameterContentFinderContentService.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.ParameterContentFinderContentService.ParameterContentFinder. withCreatedDate(LocalDate time)Restrict the fetched content to those created / published on the given datedefault ContentService.ParameterContentFinderContentService.ParameterContentFinder. withCreatedDate(org.joda.time.LocalDate time)Deprecated.since 8.6 usewithCreatedDate(LocalDate)ContentService.ParameterContentFinderContentService.ParameterContentFinder. withId(ContentId first, ContentId... tail)Restrict the fetched content to those with the given ids, requires at least two ContentIds.ContentService.ParameterContentFinderContentService.ParameterContentFinder. withId(Iterable<ContentId> contentIds)Restrict the fetched content to those with the given idsContentService.ParameterContentFinderContentService.ParameterContentFinder. withSpace(Space... space)Restrict the fetched content to those in the given spaces.ContentService.ParameterContentFinderContentService.ParameterContentFinder. withTitle(String title)Restrict the fetched content to those with the given titleContentService.ParameterContentFinderContentService.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 classNoopContentFinderMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.ParameterContentFinder Modifier and Type Method Description ContentService.ParameterContentFinderNoopContentFinder. withContainer(Container container)ContentService.ParameterContentFinderNoopContentFinder. withCreatedDate(LocalDate time)ContentService.ParameterContentFinderNoopContentFinder. withId(ContentId first, ContentId... tail)ContentService.ParameterContentFinderNoopContentFinder. withId(Iterable<ContentId> contentIds)ContentService.ParameterContentFinderNoopContentFinder. withSpace(Space... space)ContentService.ParameterContentFinderNoopContentFinder. withTitle(String title)ContentService.ParameterContentFinderNoopContentFinder. withType(ContentType... type)
-