Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Getting Metadata using the openapi
francois
HI,
We are trying to connect our application to teamsite using openapi. The openapi allows us to browse the directory and get information about files and their content. But how can I get the metadata associated with a file? I don't seem to find any class that allows me to access this information. Does anyone has an idea?
Find more posts tagged with
Comments
james1
I assume you are interested in extracting the metadata that is stored as extended attributes.
I believe that you can get to EA's via
IWSimpleFile.getVarNameToValueMap()
, which I believe will return a
Map
whose keys are EA names and whose values are EA values.
I hope this helps you.
-- James