| Package | Description |
|---|---|
| org.springframework.social.alfresco.api | |
| org.springframework.social.alfresco.api.entities | |
| org.springframework.social.alfresco.api.impl |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Site.setRole(Role role)
Set user role in Site
|
void |
Member.setRole(Role role)
Set the member's role.
|
| Modifier and Type | Method and Description |
|---|---|
Member |
AlfrescoTemplate.addMember(String network,
String site,
String personId,
Role role) |
void |
AlfrescoTemplate.updateMember(String network,
String site,
String personId,
Role role) |
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.