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 Person


public interface Person

Represents a person in the context of his/her relationship with a specific user.

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

Method Summary
 java.util.Map<java.lang.String,java.lang.Boolean> getRelationalAttributes()
          Returns a map of booleans indicating the presence of various relations of the person with the user in the context.
 java.lang.String getUserGuid()
          Returns the GUID of the person.
 WCUserProfile getUserProfile()
          Returns limited profile information of the person if available.

 

Method Detail

getUserGuid

java.lang.String getUserGuid()
Returns the GUID of the person.
Returns:
GUID of the person.

getUserProfile

WCUserProfile getUserProfile()
Returns limited profile information of the person if available.
Returns:
A limited profile of the person (containing very basic profile information such as username, displayname, email, job-title, department, photo data, but not other attributes) if this info was available while getting the current person object, otherwise null.

getRelationalAttributes

java.util.Map<java.lang.String,java.lang.Boolean> getRelationalAttributes()
Returns a map of booleans indicating the presence of various relations of the person with the user in the context.
Returns:
Map of identifiers representing relations mapped to booleans indicating the presence of those relations.

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.