Hi,
I'm writing a DataProvider and would like it handle multiple types. The documentation says as follows:
You must annotate your Data Provider Adapter class with the object types for which the adapter processes queries. The vSphere Web Client uses these annotations to route queries for the specific types to the correct adapters. You use the @type tag to create the necessary annotation.
For example, if you have a custom object of type WhatsIt, you annotate the class like the following example:
I would like to handle multiple types with the same data adapter, so as well as "samples:WhatsIt" objects, I'd also like to handle say "samples:Whatelse".
What is the syntax for the @type annotation so that multiple object types can be handled please?
Many thanks