Uses of Class
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Packages that use ContentLocator
Package
Description
-
Uses of ContentLocator in com.atlassian.confluence.legacyapi.model.content.locator
Methods in com.atlassian.confluence.legacyapi.model.content.locator that return ContentLocatorModifier and TypeMethodDescriptionContentLocatorBuilder.PageLocatorBuilder.bySpaceKeyAndTitle(String spaceKey, String title) ContentLocatorBuilder.BlogLocatorBuilder.bySpaceKeyTitleAndPostingDay(String spaceKey, String title, org.joda.time.LocalDate postingDay) -
Uses of ContentLocator in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentLocatorModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Content> ContentService.find(ContentLocator locator, Expansion... expansions) Deprecated.Retrieve a piece of content by some more complex criteria (defined by the ContentLocator). -
Uses of ContentLocator in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentLocatorModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Content> LegacyContentServiceImpl.find(ContentLocator locator, Expansion... expansions) Deprecated.