Uses of Enum Class
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 RMSiteComplianceReturns the enum constant of this class with the specified name.static RMSiteCompliance[]RMSiteCompliance.values()Returns an array containing the constants of this enum class, 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)