Uses of Class
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
-
-
Uses of ContentLocator in com.atlassian.confluence.legacyapi.model.content.locator
Methods in com.atlassian.confluence.legacyapi.model.content.locator that return ContentLocator Modifier and Type Method Description ContentLocatorContentLocatorBuilder.PageLocatorBuilder. bySpaceKeyAndTitle(String spaceKey, String title)ContentLocatorContentLocatorBuilder.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 ContentLocator Modifier and Type Method Description com.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 ContentLocator Modifier and Type Method Description com.atlassian.fugue.Option<Content>LegacyContentServiceImpl. find(ContentLocator locator, Expansion... expansions)Deprecated.
-