Uses of Class
org.alfresco.service.cmr.admin.RepoUsage
Packages that use RepoUsage
-
Uses of RepoUsage in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin that return RepoUsageModifier and TypeMethodDescriptionRepoAdminServiceImpl.getRestrictions()RepoAdminServiceImpl.getUsage() -
Uses of RepoUsage in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage that return RepoUsageModifier and TypeMethodDescriptionRepoUsageComponent.getRestrictions()RepoUsageComponentImpl.getRestrictions()RepoUsageComponent.getUsage()Get the current repository usage data.RepoUsageComponentImpl.getUsage()Methods in org.alfresco.repo.usage with parameters of type RepoUsageModifier and TypeMethodDescriptionvoidRepoUsageComponent.RestrictionObserver.onChangeRestriction(RepoUsage restrictions) Called when restrictions are changedvoidRepoUsageMonitor.onChangeRestriction(RepoUsage restrictions) Checks the current status, logs messages and sets a read-write veto, if necessaryvoidRepoUsageComponent.setRestrictions(RepoUsage restrictions) Record changes to the restrictions imposed on the repository.voidRepoUsageComponentImpl.setRestrictions(RepoUsage restrictions) -
Uses of RepoUsage in org.alfresco.service.cmr.admin
Methods in org.alfresco.service.cmr.admin that return RepoUsageModifier and TypeMethodDescriptionRepoAdminService.getRestrictions()Get the currently-active restrictions to the repository usageRepoUsageStatus.getRestrictions()RepoAdminService.getUsage()Get the repository usage, where knownRepoUsageStatus.getUsage()Constructors in org.alfresco.service.cmr.admin with parameters of type RepoUsageModifierConstructorDescriptionRepoUsageStatus(RepoUsage restrictions, RepoUsage usage, RepoUsageStatus.RepoUsageLevel level, List<String> warnings, List<String> errors)