UpdateHyperlinksInNotes - Helmut-Ortmann/EnterpriseArchitect_hoTools GitHub Wiki
You can create Hyperlinks in Notes to EA-Items:
- Element
- Diagram
- Package
- Attributes
- Operation
It's powerful because the user can switch to related parts of the EA-Model.
The Downside is: If you change the name of the target item EA don't updates the Hyperlink name.
The hoTools feature 'Udate Hyperlinks in Notes' refreshes the Hyperlinks. If someone has deleted the target of the Hyperlink hoTools updates the Hyperlink name to 'don't exists'.
EA visualizes Hyperlinks:
Type | Name | Description |
---|---|---|
Attribute | 'Attribute Name' | |
Diagram | 'Package Name' : 'Diagram Name' | |
Element | 'Element Name' | |
Operation | 'Operation Name' | |
Package | 'Package Name' |
select ea_guid As guids from t_object where notes like 'a href=""://{*'"
< a href = "$element://{8A6488BC-0DFD-45f2-8506-4D0A77626E63}" >< font color = "#0000ff" >< u > Action1 </ u ></ font ></ a >
Type | Identification |
---|---|
Attribute | $attribute |
Diagram | $diagram |
Element | $element |
Operation | $operation |
Package | $element |
no