Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.peopleconnections.connections
Interface Connection


public interface Connection

Represents a social connection between a pair of users.

Out of the two users, one of them is referred to as the 'connectee' and the other as the 'owner' of the connection.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getConnecteeUserId()
          Returns the user GUID of the 'connectee'.
 WCUserProfile getConnecteeUserProfile()
          Returns limited profile information of the 'connectee'.
 java.lang.String getConnectionListsMembershipList()
          Returns the names of the 'owner's' connection lists that the 'connectee' is a member of.

 

Method Detail

getConnecteeUserId

java.lang.String getConnecteeUserId()
Returns the user GUID of the 'connectee'.
Returns:
GUID of the 'connectee'.

getConnecteeUserProfile

WCUserProfile getConnecteeUserProfile()
Returns limited profile information of the 'connectee'.
Returns:
A limited profile of the 'connectee' (containing very basic profile information such as username, displayname, email, job-title, department, photo data, but not other attributes).

getConnectionListsMembershipList

java.lang.String getConnectionListsMembershipList()
Returns the names of the 'owner's' connection lists that the 'connectee' is a member of.
Returns:
Comma-and-space separated list of the names of the 'owner's' connection lists that the 'connectee' is a member of.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.