Hello,
My problem is simple but it's proving hard to solve. I just need to map a TYPE ID to it's TYPE NAME. Does anyone know how can I do this? I mean, to get a list of all the available types in Content Server through CWS?
Here is what I already know:
- Going through the source code of the (soon to be deprecated) LAPI I found some type names hardcoded in the LAPI_DOCUMENTS.class.
- I can get an item type name - we need a complete (type name, type id) map
- I can get an item type ID by looking at the database - again we need a complete list of these types and not jus the TYPE ID
- I couldn't found any reference to this in the CS database
- I can get this info through Admin > Content Server Administration > System Report - I would rather do this through CWS
- DocumentManagement getNodeTypes method only gives the type names - again we need some way to map these names to their IDs
Best Regards