Package org.alfresco.service.cmr.site
Interface SiteMemberInfo
- All Known Implementing Classes:
SiteMemberInfoImpl
@AlfrescoPublicApi
public interface SiteMemberInfo
Site member's information. The member can either be an individual or a group.
- Since:
- odin
- Author:
- Jamal Kaabi-Mofrad
-
Method Summary
Modifier and TypeMethodDescriptionGet the member's name.Get the member's rolebooleanIndicates whether a member belongs to a group with access rights to the site or not
-
Method Details
-
getMemberName
String getMemberName()Get the member's name. The name can either be the name of an individual or a group- Returns:
- String member's name
-
getMemberRole
String getMemberRole()Get the member's role- Returns:
- String member's role
-
isMemberOfGroup
boolean isMemberOfGroup()Indicates whether a member belongs to a group with access rights to the site or not- Returns:
- true if the member belongs to a group with access rights, otherwise false
-