Hi,
I am developing a CBP application, and there I have to find an specific Community and get moderators there (to send an activity for them). Do you have a example or witch API I able to do that?
thanks in advance,
Douglas/Paulo
You would use the KM API (KMAPI). You would probably need to access the community by logicalname and determine the moderators by access policy in the community.
-Curtis
From: eLink Entry: Vignette Collaboration Developers Forum [mailto:vignettecollaborationdevelopersforum@elinkkc.opentext.com]Sent: Friday, February 08, 2013 6:02 AMTo: eLink RecipientSubject: How Do I connect and find Communities?
How Do I connect and find Communities?
Posted bydalencar@pyxisinfo.com.br (Alencar, Douglas) On 02-08-2013 07:57
[To post a comment, use the normal reply function]
Forum:
Vignette Collaboration Developers Forum
Content Server:
Knowledge Center
I am seeing km api doc, and I found KMNetCommunication, and getKMObject, is that a way? thanks in advance,
You should not use KMNetCommunication as that is a part of client-side KMAPI and CBP works with server-side KMAPI.
You can use getKMObjectFromOid or getKMObjectFromLogicalName to get the community.
From: eLink Entry: Vignette Collaboration Developers Forum [mailto:vignettecollaborationdevelopersforum@elinkkc.opentext.com]Sent: Friday, February 08, 2013 10:21 AMTo: eLink RecipientSubject: RE How Do I connect and find Communities?
RE How Do I connect and find Communities?
Posted bydalencar@pyxisinfo.com.br (Alencar, Douglas) On 02-08-2013 12:17
Topic:
Perfect! Thanks a lot!
My point now, is to get a Group from a Community (because I have to send manual activity to people from this group)
thanks again!