Uses of Interface
com.atlassian.confluence.content.service.space.SpaceLocator
Packages that use SpaceLocator
Package
Description
-
Uses of SpaceLocator in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return SpaceLocatorModifier and TypeMethodDescriptionSpaceService.getKeySpaceLocator
(String spaceKey) Creates a space locator object that can locate a space based on a key.Methods in com.atlassian.confluence.content.service with parameters of type SpaceLocatorModifier and TypeMethodDescriptionDefaultPageService.newConvertPageToBlogPostCommand
(PageLocator pageLocator, SpaceLocator targetSpaceLocator) PageService.newConvertPageToBlogPostCommand
(PageLocator pageLocator, SpaceLocator targetSpaceLocator) This converts a page into a blogpostBlogPostService.newMoveBlogPostCommand
(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator) Creates a newServiceCommand
for moving an existingBlogPost
.DefaultBlogPostService.newMoveBlogPostCommand
(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator) DefaultPageService.newMovePageCommand
(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator) PageService.newMovePageCommand
(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator) Retrieve a command that performs a move operation of a page to a top level of a target space.DefaultRenderingService.newRenderWikiMarkupContentCommand
(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) RenderingService.newRenderWikiMarkupContentCommand
(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) Creates and returns aRenderContentCommand
that will render given wiki markup content in the context of the entity and space provided by the locators.DefaultRenderingService.newRenderXHtmlContentCommand
(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) RenderingService.newRenderXHtmlContentCommand
(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) Creates and returns aRenderContentCommand
that will render given xhtml content in the context of the entity and space provided by the locators.Constructors in com.atlassian.confluence.content.service with parameters of type SpaceLocatorModifierConstructorDescriptionRenderContentCommandImpl
(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType, PageTemplateManager pageTemplateManager) -
Uses of SpaceLocator in com.atlassian.confluence.content.service.blogpost
Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type SpaceLocatorModifierConstructorDescriptionMoveBlogPostToTopOfSpaceCommand
(PageManager pageManager, PermissionManager permissionManager, BlogPostLocator sourceBlogPostLocator, SpaceLocator targetSpaceLocator) -
Uses of SpaceLocator in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page with parameters of type SpaceLocatorModifier and TypeMethodDescriptionMovePageCommandHelper.newMovePageCommand
(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator, MovePageCommandHelper.MovePageMode movePageMode) Determine whether to return the correctMovePageCommand
implementation depending on the mode suppliedConstructors in com.atlassian.confluence.content.service.page with parameters of type SpaceLocatorModifierConstructorDescriptionConvertPageToBlogPostCommand
(PageManager pageManager, PermissionManager permissionManager, PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator) MovePageToTopOfSpaceCommand
(PageManager pageManager, PermissionManager permissionManager, PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator) -
Uses of SpaceLocator in com.atlassian.confluence.content.service.space
Classes in com.atlassian.confluence.content.service.space that implement SpaceLocatorModifier and TypeClassDescriptionclass
A space locator that uses a space key to find a space.Methods in com.atlassian.confluence.content.service.space that return SpaceLocatorConstructors in com.atlassian.confluence.content.service.space with parameters of type SpaceLocatorModifierConstructorDescriptionDeleteSpaceCommand
(SpaceManager spaceManager, PermissionManager permissionManager, SpaceLocator spaceLocator) Deprecated, for removal: This API element is subject to removal in a future version.