Plex 2E

 View Only
  • 1.  CA Plex Model API

    Posted May 05, 2016 09:56 AM

    Hello, There is any Model API method combination that gave me the input/output fields objects of a function object? Thanks



  • 2.  Re: CA Plex Model API

    Posted May 05, 2016 02:12 PM

    I have not found a way to show exactly the Input Dual Output Return fields as displayed in the action diagram variable palette (the only window that can be trusted and the generated source of course) via model api.

     

    Obviously AutoTestBox - Stella Tools (CA Plex Developer Tools)  relies on the interrogation of a function and creating its interface as meta data to a database.

     

    I have managed this with a mixture of Model API and Meta but still know of a few ways that my code does not handle and neither does the (F11) Object Details - Parameters Tab in the IDE. And what to do with structure fields!

     

    Have a look at StellaTools.AutoTestBox.UI.Wizard.Wizard.1_MaintainStub.CreateTriples in StellaTools model....and it is not for the beginner...

     

    WHY DO YOU ASK as I might be able to think of a few methods to achieve what you want?



  • 3.  Re: CA Plex Model API
    Best Answer

    Posted May 12, 2016 09:27 AM

    Hi, George. Thanks for your reply. I solved this using the source code of each function. So after the build of some function, I made plex run a post-build script to parse the .cpp source code and get the input/output fields. :)