| Package | Description |
|---|---|
| org.alfresco.repo.site |
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
|
| org.alfresco.service.cmr.site |
Provides the public interface for the the SiteService which is used by the Share application.
|
| Modifier and Type | Method and Description |
|---|---|
SiteRole |
SiteMembership.getRole() |
| Constructor and Description |
|---|
SiteMembership(SiteInfo siteInfo,
String personId,
SiteRole role) |
SiteMembership(SiteInfo siteInfo,
String personId,
String firstName,
String lastName,
SiteRole role) |
| Modifier and Type | Method and Description |
|---|---|
static SiteRole |
SiteRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteRole[] |
SiteRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.