[Migrated content. Thread originally posted on 01 November 2011]
I'm trying to create a report where I list the "operations" in a model.For example:
Operation Signature Visibility getTerminationPoint(Framework.DataObjectClasses.NamingAttributeType tpRef, NetworkResourceFulfillment.DataObjectClasses.TerminationPointDataType tp) public
I can use the getDWRwiElement to create a link for the "types" being used for the input/ouput parameters (i.e. Framework.DataObjectClasses.NamingAttributeType), but what I would like to be able to do is actually list the actual class structures immediately after the "operation" in the report.
How can I do this? Rather urgent please, as my boss is waiting on this report :-)
