Uses of Interface
com.atlassian.confluence.content.service.space.SpaceLocator
-
-
Uses of SpaceLocator in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return SpaceLocator Modifier and Type Method Description SpaceLocator
SpaceService. 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 SpaceLocator Modifier and Type Method Description ServiceCommand
BlogPostService. newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)
Creates a newServiceCommand
for moving an existingBlogPost
.ServiceCommand
DefaultBlogPostService. newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)
MovePageCommand
DefaultPageService. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)
MovePageCommand
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.RenderContentCommand
DefaultRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)
RenderContentCommand
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.RenderContentCommand
DefaultRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)
RenderContentCommand
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 SpaceLocator Constructor Description RenderContentCommandImpl(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 SpaceLocator Constructor Description MoveBlogPostToTopOfSpaceCommand(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 SpaceLocator Modifier and Type Method Description MovePageCommand
MovePageCommandHelper. 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 SpaceLocator Constructor Description 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 SpaceLocator Modifier and Type Class Description class
KeySpaceLocator
A space locator that uses a space key to find a space.Methods in com.atlassian.confluence.content.service.space that return SpaceLocator Modifier and Type Method Description SpaceLocator
DefaultSpaceService. getKeySpaceLocator(String spaceKey)
Constructors in com.atlassian.confluence.content.service.space with parameters of type SpaceLocator Constructor Description DeleteSpaceCommand(SpaceManager spaceManager, PermissionManager permissionManager, SpaceLocator spaceLocator)
-