Hi,
I have been working on a CPBM connector that provides applications through a CPBM product bundle. A user is able to subscribe to an application and provision it; this works as expected.
The applications I offer through the connector can have several configuration options. At the point where a user starts a subscription, I would like to ask the user several questions. Currently this screen only asks for a name to give the application; I would like to ask many more questions (e.g. domain names, SLA option, choice of Windows/Linux...)
I see that the MetadataRegistry interface has several methods that return ResourceComponents, and ResourceComponents contain attributes and display attributes. I'm assuming that these what I am needing to use to create configuration entries, but I'm not certain that: (1) this is the right place, and (2) how these attributes/display attributes maps should be filled in.
Can anyone describe how these attributes are supposed to work, maybe point me at the right documentation for the API? And confirm that what I am wanting to do with configuration questions is possible?
Many thanks
Richard.