Interface IDocImgUrlFactory


public interface IDocImgUrlFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createUrl(String projectId, String documentPath, String revision, ILocation documentLocation, String name)
    Creates url for the image from the LiveDoc.
  • Method Details

    • createUrl

      String createUrl(String projectId, String documentPath, String revision, ILocation documentLocation, String name)
      Creates url for the image from the LiveDoc.
      Parameters:
      projectId -
      documentPath - path to docuement inside the project folder
      revision - can be null
      documentLocation - location of the document in repository (including revision), if the project exists, otherwise null
      name -
      Returns:
      the String representing the url for the supplied parameters.