Uses of Enum Class
org.alfresco.service.cmr.admin.RepoUsageStatus.RepoUsageLevel
Packages that use RepoUsageStatus.RepoUsageLevel
-
Uses of RepoUsageStatus.RepoUsageLevel in org.alfresco.service.cmr.admin
Methods in org.alfresco.service.cmr.admin that return RepoUsageStatus.RepoUsageLevelModifier and TypeMethodDescriptionRepoUsageStatus.getLevel()Returns the enum constant of this class with the specified name.static RepoUsageStatus.RepoUsageLevel[]RepoUsageStatus.RepoUsageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.service.cmr.admin with parameters of type RepoUsageStatus.RepoUsageLevelModifierConstructorDescriptionRepoUsageStatus(RepoUsage restrictions, RepoUsage usage, RepoUsageStatus.RepoUsageLevel level, List<String> warnings, List<String> errors)