This content has been marked as final.
Show 2 replies
-
Re: Retrieve Categories for a given Jive container.
Ryan Rutan Jan 3, 2012 2:34 PM (in response to sunil.shettigar)1 person found this helpfulTake a look at the TagSetManager ... its a legacy construct from previous versions of Jive, but should get you pointed in the right direction.
-
Re: Retrieve Categories for a given Jive container.
sunil.shettigar Jan 3, 2012 4:10 PM (in response to Ryan Rutan)U R Da Man !
I was going nuts trying to locate the Category related classes when all along it was hidden as a TagSet class. I was able to get all the categories for a given Space using the TagSetManager -->
JiveIterator<TagSet> theCategoryList = tagSetManager.getTagSets(<space object>);
Thanks a ton,
~S
-