Uses of Class
com.atlassian.confluence.api.model.locator.ContentLocator
Packages that use ContentLocator
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of ContentLocator in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentLocator -
Uses of ContentLocator in com.atlassian.confluence.api.model.locator
Methods in com.atlassian.confluence.api.model.locator that return ContentLocatorModifier and TypeMethodDescriptionContentLocatorBuilder.PageLocatorBuilder.bySpaceKeyAndTitle
(String spaceKey, String title) ContentLocatorBuilder.BlogLocatorBuilder.bySpaceKeyTitleAndPostingDay
(String spaceKey, String title, LocalDate postingDay) -
Uses of ContentLocator in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type ContentLocatorModifier and TypeMethodDescriptionContentService.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 -
Uses of ContentLocator in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type ContentLocatorModifier and TypeMethodDescriptionAbstractRemoteContentService.AbstractRemoteContentFinder.withLocator
(ContentLocator locator) RemoteContentService.RemoteContentFinder.withLocator
(ContentLocator locator) Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).