Book a Demo

Author Topic: HTML Report<= Stable link (url) to the image of a generated page  (Read 11642 times)

adepreter

  • EA User
  • **
  • Posts: 190
  • Karma: +10/-10
    • View Profile
CONTEXT
HTML report of the Sparx model repository is generated every night

GOAL
Integrate html report page images into other web sites (SharePoint and WordPress) using some stable urls to these page images.

MY QUESTION
Is there any existing variant of this syntax (http://mysite/?guid={xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}) to get the url of a generated image?
Or is there any reusable Web Style template content/code that would do the trick?

Thanks

Alain

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: HTML Report<= Stable link (url) to the image of a generated page
« Reply #1 on: January 05, 2018, 11:01:47 pm »
That is already implemented in the standard HTML output

From the help
Quote
View page for specific diagram or element

When you view the web report in your web browser, you can switch directly to a page for a specific diagram or element by specifying the appropriate GUID after the report web address. That is:

     http://path/path/path/Index.htm?guid=xxxxxxxxxxxx

Type the word guid in lower case, and do not include braces { } in the value; for example:

     http:// .../path/Index.htm?guid=DC62B0DA-0D60-4447-85E6-B9BBAE7FC90F

To obtain the GUID, right-click on the Package or element in the Project Browser and select the 'Copy/Paste' option, or right-click on the diagram and select the 'Copy Reference' option.

Geert

adepreter

  • EA User
  • **
  • Posts: 190
  • Karma: +10/-10
    • View Profile
Re: HTML Report<= Stable link (url) to the image of a generated page
« Reply #2 on: January 05, 2018, 11:54:16 pm »
Hi Geert,
As I explained we need a url of the page image only (without any frame, without any tree browser).
Alain

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: HTML Report<= Stable link (url) to the image of a generated page
« Reply #3 on: January 06, 2018, 01:15:54 am »
I don't think that exists yet.

Geert