Skip to Main Content
ARIS - SHARE YOUR IDEAS
How can we make ARIS better?
Status Open for voting
Created by Michael Schmitt
Created on Mar 28, 2022

additional report API functionality

Report class ADSDocument

  • Get hyperlink for document revision

    • getHyperLink (int Revision)

  • Get version number of head revision

    • getVersionOfHeadRevision()

  • Get id/GUID of ADS document

    • getGUID()

Report class AttrADSDoc

  • for better performance

Direct base class of Attr

  • Get revision based on ADS hyperlink delivers always positive integer (also for head revision)

    • getRevision()

  • Get id/GUID of ADS document based on ADS hyperlink

    • getGUID()

  • Set revision based on ADS hyperlink

    • setRevision(int Revision)