Uses of Class
org.alfresco.service.cmr.admin.RepoUsageStatus.RepoUsageLevel
-
Packages that use RepoUsageStatus.RepoUsageLevel Package Description org.alfresco.service.cmr.admin -
-
Uses of RepoUsageStatus.RepoUsageLevel in org.alfresco.service.cmr.admin
Methods in org.alfresco.service.cmr.admin that return RepoUsageStatus.RepoUsageLevel Modifier and Type Method Description RepoUsageStatus.RepoUsageLevelRepoUsageStatus. getLevel()static RepoUsageStatus.RepoUsageLevelRepoUsageStatus.RepoUsageLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RepoUsageStatus.RepoUsageLevel[]RepoUsageStatus.RepoUsageLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.service.cmr.admin with parameters of type RepoUsageStatus.RepoUsageLevel Constructor Description RepoUsageStatus(RepoUsage restrictions, RepoUsage usage, RepoUsageStatus.RepoUsageLevel level, java.util.List<java.lang.String> warnings, java.util.List<java.lang.String> errors)
-