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 ContentLocatorContentLocatorBuilder.PageLocatorBuilder. bySpaceKeyAndTitle(String spaceKey, String title)ContentLocatorContentLocatorBuilder.BlogLocatorBuilder. bySpaceKeyTitleAndPostingDay(String spaceKey, String title, LocalDate postingDay)ContentLocatorContentLocatorBuilder.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.SingleContentFetcherContentService.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.SingleContentFetcherNoopContentFinder. 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.RemoteSingleContentFetcherAbstractRemoteContentService.AbstractRemoteContentFinder. withLocator(ContentLocator locator)RemoteContentService.RemoteSingleContentFetcherRemoteContentService.RemoteContentFinder. withLocator(ContentLocator locator)Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
-