Uses of Class
org.alfresco.service.cmr.admin.RepoUsage
-
Packages that use RepoUsage Package Description org.alfresco.repo.admin org.alfresco.repo.usage org.alfresco.service.cmr.admin -
-
Uses of RepoUsage in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin that return RepoUsage Modifier and Type Method Description RepoUsageRepoAdminServiceImpl. getRestrictions()RepoUsageRepoAdminServiceImpl. getUsage() -
Uses of RepoUsage in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage that return RepoUsage Modifier and Type Method Description RepoUsageRepoUsageComponent. getRestrictions()RepoUsageRepoUsageComponentImpl. getRestrictions()RepoUsageRepoUsageComponent. getUsage()Get the current repository usage data.RepoUsageRepoUsageComponentImpl. getUsage()Methods in org.alfresco.repo.usage with parameters of type RepoUsage Modifier and Type Method Description voidRepoUsageComponent.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 RepoUsage Modifier and Type Method Description RepoUsageRepoAdminService. getRestrictions()Get the currently-active restrictions to the repository usageRepoUsageRepoUsageStatus. getRestrictions()RepoUsageRepoAdminService. getUsage()Get the repository usage, where knownRepoUsageRepoUsageStatus. getUsage()Constructors in org.alfresco.service.cmr.admin with parameters of type RepoUsage Constructor Description RepoUsageStatus(RepoUsage restrictions, RepoUsage usage, RepoUsageStatus.RepoUsageLevel level, java.util.List<java.lang.String> warnings, java.util.List<java.lang.String> errors)
-