Package org.alfresco.service.cmr.site
Interface SiteMemberInfo
-
- All Known Implementing Classes:
SiteMemberInfoImpl
@AlfrescoPublicApi public interface SiteMemberInfoSite member's information. The member can either be an individual or a group.- Since:
- odin
- Author:
- Jamal Kaabi-Mofrad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMemberName()Get the member's name.java.lang.StringgetMemberRole()Get the member's rolebooleanisMemberOfGroup()Indicates whether a member belongs to a group with access rights to the site or not
-
-
-
Method Detail
-
getMemberName
java.lang.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
java.lang.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
-
-