how to find contributor?(RTC)
hi
my name is seyoung
I'm studing RTC API
I was wondered if i find contributor list(server field) ..not client field
i have some source..
IContributorHandle userHandle = getAuthenticatedContributor();
IRepositoryItemService itemService = getService(IRepositoryItemService.class);
IContributor user1 = (IContributor) itemService.fetchItem(userHandle, null);
but this is only one contibutor mading task
how to get contributor list???
also what is IContributorGroup??? should i use it??