|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SpaceLocator in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service that return SpaceLocator | |
|---|---|
SpaceLocator |
SpaceService.getKeySpaceLocator(java.lang.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 | |
|---|---|
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,
java.lang.String contentType,
java.lang.String content)
Deprecated. since 5.6, use RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType) |
RenderContentCommand |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
|
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.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,
java.lang.String contentType,
java.lang.String content,
ConversionContextOutputType conversionContextOutputType)
|
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
Deprecated. since 5.6, use RenderingService.newRenderXHtmlContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType) |
RenderContentCommand |
DefaultRenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
|
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.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,
java.lang.String contentType,
java.lang.String content,
ConversionContextOutputType conversionContextOutputType)
|
| Constructors in com.atlassian.confluence.content.service with parameters of type SpaceLocator | |
|---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content,
FormatConverter formatConverter,
ConversionContextOutputType conversionContextOutputType)
|
|
| Uses of SpaceLocator in com.atlassian.confluence.content.service.blogpost |
|---|
| Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type SpaceLocator | |
|---|---|
MoveBlogPostToTopOfSpaceCommand(PageManager pageManager,
PermissionManager permissionManager,
BlogPostLocator sourceBlogPostLocator,
SpaceLocator targetSpaceLocator)
|
|
| Uses of SpaceLocator in com.atlassian.confluence.content.service.page |
|---|
| Constructors in com.atlassian.confluence.content.service.page with parameters of type SpaceLocator | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
SpaceLocator |
DefaultSpaceService.getKeySpaceLocator(java.lang.String spaceKey)
|
| Constructors in com.atlassian.confluence.content.service.space with parameters of type SpaceLocator | |
|---|---|
DeleteSpaceCommand(SpaceManager spaceManager,
PermissionManager permissionManager,
SpaceLocator spaceLocator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||