org.alfresco.service.cmr.site
Interface SiteMemberInfo
public interface SiteMemberInfo
Site member's information. The member can either be an individual or a group.
Since:
-
odin
Author:
-
Jamal Kaabi-Mofrad
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
-
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