Uses of Class
org.springframework.social.alfresco.api.entities.Role

Packages that use Role
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.entities   
org.springframework.social.alfresco.api.impl   
 

Uses of Role in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api with parameters of type Role
 Member Alfresco.addMember(String network, String site, String personId, Role role)
          Add member to site in network with role
 void Alfresco.updateMember(String network, String site, String personId, Role role)
          Update Role of member of site in network
 

Uses of Role in org.springframework.social.alfresco.api.entities
 

Methods in org.springframework.social.alfresco.api.entities that return Role
 Role Site.getRole()
           
 Role Member.getRole()
           
 Role Activity.ActivitySummary.getRole()
           
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.social.alfresco.api.entities with parameters of type Role
 void Site.setRole(Role role)
          Set user role in Site
 void Member.setRole(Role role)
          Set the member's role.
 

Uses of Role in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl with parameters of type Role
 Member AlfrescoTemplate.addMember(String network, String site, String personId, Role role)
           
 void AlfrescoTemplate.updateMember(String network, String site, String personId, Role role)
           
 



Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.