Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Render some component based on your connection list

We have a requirement where we need to render some component in profile page based on the user's connection list. Suppose i am user1 and i have user2 in my connection list . So if i am logged in as user1 and go to user2 profile page then that component should get rendered but if i go to user3 profile page then that component should not get rendered as he is not in my connection list. How can i achieve this.
Best Answer
-
Ansh,
Have you looked isConnected(java.lang.String userGuid1, java.lang.String userGuid2) method from "oracle.webcenter.peopleconnections.connections.ConnectionsManager"?
-K
Answers
-
Ansh,
Have you looked isConnected(java.lang.String userGuid1, java.lang.String userGuid2) method from "oracle.webcenter.peopleconnections.connections.ConnectionsManager"?
-K