Uses of Class
com.atlassian.confluence.api.model.locator.ContentLocator
-
Packages that use ContentLocator Package Description com.atlassian.confluence.api.model.locator com.atlassian.confluence.api.service.content com.atlassian.confluence.impl.service.finder.content com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of ContentLocator in com.atlassian.confluence.api.model.locator
Methods in com.atlassian.confluence.api.model.locator that return ContentLocator Modifier and Type Method Description ContentLocator
ContentLocatorBuilder.PageLocatorBuilder. bySpaceKeyAndTitle(String spaceKey, String title)
ContentLocator
ContentLocatorBuilder.BlogLocatorBuilder. bySpaceKeyTitleAndPostingDay(String spaceKey, String title, LocalDate postingDay)
ContentLocator
ContentLocatorBuilder.BlogLocatorBuilder. bySpaceKeyTitleAndPostingDay(String spaceKey, String title, org.joda.time.LocalDate postingDay)
Deprecated. -
Uses of ContentLocator in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type ContentLocator Modifier and Type Method Description ContentService.SingleContentFetcher
ContentService.ContentFinder. withLocator(ContentLocator locator)
Restrict the fetched content to that matching the given ContentLocator, a ContentLocator identifies a single piece of content. -
Uses of ContentLocator in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type ContentLocator Modifier and Type Method Description ContentService.SingleContentFetcher
NoopContentFinder. withLocator(ContentLocator locator)
-
Uses of ContentLocator in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type ContentLocator Modifier and Type Method Description RemoteContentService.RemoteSingleContentFetcher
AbstractRemoteContentService.AbstractRemoteContentFinder. withLocator(ContentLocator locator)
RemoteContentService.RemoteSingleContentFetcher
RemoteContentService.RemoteContentFinder. withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
-