| Package | Description |
|---|---|
| org.alfresco.rm.rest.api.model |
| Modifier and Type | Method and Description |
|---|---|
RMSiteCompliance |
RMSite.getCompliance() |
static RMSiteCompliance |
RMSiteCompliance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RMSiteCompliance[] |
RMSiteCompliance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMSite.setCompliance(RMSiteCompliance compliance) |
| Constructor and Description |
|---|
RMSite(org.alfresco.service.cmr.site.SiteInfo siteInfo,
String role,
RMSiteCompliance compliance) |
RMSite(org.alfresco.rest.api.model.Site site,
RMSiteCompliance compliance) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.