Uses of Enum
org.alfresco.rm.rest.api.model.RMSiteCompliance
Packages that use RMSiteCompliance
-
Uses of RMSiteCompliance in org.alfresco.rm.rest.api.model
Methods in org.alfresco.rm.rest.api.model that return RMSiteComplianceModifier and TypeMethodDescriptionRMSite.getCompliance()
static RMSiteCompliance
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.Methods in org.alfresco.rm.rest.api.model with parameters of type RMSiteComplianceConstructors in org.alfresco.rm.rest.api.model with parameters of type RMSiteComplianceModifierConstructorDescriptionRMSite
(Site site, RMSiteCompliance compliance) RMSite
(SiteInfo siteInfo, String role, RMSiteCompliance compliance)