It's all about the answers!

Ask a question

How to get the owner of a RTC category using Java Client Plain API?


yu xin liang (322) | asked May 22 '14, 5:47 a.m.
edited May 22 '14, 6:23 a.m. by Ralph Schoon (61.8k33643)
This way, I got a ICategory object.

        ICategoryHandle categoryHandle = fWorkItem.getCategory();   
        ICategory category = fAuditableClient.resolveAuditable(categoryHandle, ICategory.DEFAULT_PROFILE, null);

But now I want to know who is the owner (IContributor) of this category, do you know what should I do?

Thanks!

One answer



permanent link
Ralph Schoon (61.8k33643) | answered May 22 '14, 6:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A category in RTC is not owned by a user (IContributor). The question you could ask is, which process ares (team area or project area) are associated with the category.

Your answer


Register or to post your answer.