public interface CommunityMemberGroupProfile
| Modifier and Type | Field and Description |
|---|---|
static String |
PROFILE_PATH
Constant for the path to the group profile.
|
static String |
RESOURCE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizableID()
Returns the ID of the authorizable this user properties belong to.
|
String |
getDisplayName()
Calculate a display name from this
UserProfile instance. |
SocialAuthorizable[] |
getMembers()
Get the members of a group.
|
Integer |
getNumberOfMembers() |
Map<String,String> |
getParentGroups()
Get the parent groups.
|
Map<String,String> |
getProfileProperties()
Get properties from this
UserProfile instance. |
Resource |
getResource(String relativePath)
Retrieve the resource at the specified path relative to this instance.
|
UserProperties |
getUserProperties() |
boolean |
isMayEdit()
Check if this
UserProfile instance can be edited by current session. |
static final String RESOURCE_TYPE
static final String PROFILE_PATH
String getAuthorizableID()
String getDisplayName() throws RepositoryException
UserProfile instance.RepositoryException - If an error occurs.SocialAuthorizable[] getMembers()
Integer getNumberOfMembers()
Resource getResource(String relativePath) throws RepositoryException
relativePath - Relative path to the resource to be retrieved.null if the the path cannot be resolved to
a resource.RepositoryException - If an error occurs.Map<String,String> getProfileProperties()
UserProfile instance.RepositoryException - If an error occurs.boolean isMayEdit()
UserProfile instance can be edited by current session.UserProperties getUserProperties()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"