public interface Person
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getUserGuid()
WCUserProfile getUserProfile()
null
.java.util.Map<java.lang.String,java.lang.Boolean> getRelationalAttributes()