Uses of Class
com.atlassian.confluence.content.service.IdContentLocator

Packages that use IdContentLocator
com.atlassian.confluence.content.service   
 

Uses of IdContentLocator in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service that return IdContentLocator
 IdContentLocator RenderingService.getContentLocator(long contentId)
          Creates and returns a IdContentLocator that can locate a ConfluenceEntityObject by an id.
 IdContentLocator DefaultRenderingService.getContentLocator(long contentId)
           
 

Methods in com.atlassian.confluence.content.service with parameters of type IdContentLocator
 RenderContentCommand RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, 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, 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)
          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, 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)
           
 

Constructors in com.atlassian.confluence.content.service with parameters of type IdContentLocator
RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.