HI
In one of my Java Iviews, I need to access the property metadata.More specifically, I have a multivalued property and I need to access the allowed values in it.
Can somebody tell me how that can be done?
I went through the API and I found this interface 'IMetaName' in the package 'com.sapportals.wcm.service.propertyconfig' which seems to contain the methods that would serve this purpose.
But this package contains just the interfaces.
Does anyone know where can I find the corresponding classes?