Modifier and Type | Method and Description |
---|---|
SpaceLocator |
SpaceService.getKeySpaceLocator(String spaceKey)
Creates a space locator object that can locate a space based on a key.
|
Modifier and Type | Method and Description |
---|---|
ServiceCommand |
DefaultBlogPostService.newMoveBlogPostCommand(BlogPostLocator blogPostLocator,
SpaceLocator targetSpaceLocator) |
ServiceCommand |
BlogPostService.newMoveBlogPostCommand(BlogPostLocator blogPostLocator,
SpaceLocator targetSpaceLocator)
Creates a new
ServiceCommand for moving an existing BlogPost . |
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.
|
MovePageCommand |
DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator) |
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content)
|
RenderContentCommand |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content) |
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType)
Creates and returns a
RenderContentCommand that will render given wiki markup content in the context of the
entity and space provided by the locators. |
RenderContentCommand |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType) |
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content)
|
RenderContentCommand |
DefaultRenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content) |
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType)
Creates and returns a
RenderContentCommand that will render given xhtml 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) |
Constructor and Description |
---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
FormatConverter formatConverter,
ConversionContextOutputType conversionContextOutputType) |
Constructor and Description |
---|
MoveBlogPostToTopOfSpaceCommand(PageManager pageManager,
PermissionManager permissionManager,
BlogPostLocator sourceBlogPostLocator,
SpaceLocator targetSpaceLocator) |
Constructor and Description |
---|
MovePageToTopOfSpaceCommand(PageManager pageManager,
PermissionManager permissionManager,
PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator) |
Modifier and Type | Class and Description |
---|---|
class |
KeySpaceLocator
A space locator that uses a space key to find a space.
|
Modifier and Type | Method and Description |
---|---|
SpaceLocator |
DefaultSpaceService.getKeySpaceLocator(String spaceKey) |
Constructor and Description |
---|
DeleteSpaceCommand(SpaceManager spaceManager,
PermissionManager permissionManager,
SpaceLocator spaceLocator) |
Copyright © 2003–2016 Atlassian. All rights reserved.