Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.site
Interface SiteMemberInfo

@org.alfresco.api.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
getMemberName()
          Get the member's name.
getMemberRole()
          Get the member's role
boolean
isMemberOfGroup()
          Indicates whether a member belongs to a group with access rights to the site or not
Method Detail
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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.