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 SpaceLocatorSpaceService. 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 ServiceCommandBlogPostService. newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)Creates a newServiceCommandfor moving an existingBlogPost.ServiceCommandDefaultBlogPostService. newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)MovePageCommandDefaultPageService. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)MovePageCommandPageService. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)Retrieve a command that performs a move operation of a page to a top level of a target space.RenderContentCommandDefaultRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat will render given wiki markup content in the context of the entity and space provided by the locators.RenderContentCommandDefaultRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat 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 MovePageCommandMovePageCommandHelper. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator, MovePageCommandHelper.MovePageMode movePageMode)Determine whether to return the correctMovePageCommandimplementation 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 classKeySpaceLocatorA 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 SpaceLocatorDefaultSpaceService. 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)
-