Uses of Enum Class
org.alfresco.service.cmr.admin.RepoUsage.UsageType
Packages that use RepoUsage.UsageType
-
Uses of RepoUsage.UsageType in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type RepoUsage.UsageTypeModifier and TypeMethodDescriptionbooleanRepoAdminServiceImpl.updateUsage(RepoUsage.UsageType usageType) -
Uses of RepoUsage.UsageType in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type RepoUsage.UsageTypeModifier and TypeMethodDescriptionbooleanRepoUsageComponent.resetUsage(RepoUsage.UsageType usageType) Force a reset of the current repository usage.booleanRepoUsageComponentImpl.resetUsage(RepoUsage.UsageType usageType) booleanRepoUsageComponent.updateUsage(RepoUsage.UsageType usageType) Force an update of the current repository usage.booleanRepoUsageComponentImpl.updateUsage(RepoUsage.UsageType usageType) -
Uses of RepoUsage.UsageType in org.alfresco.service.cmr.admin
Methods in org.alfresco.service.cmr.admin that return RepoUsage.UsageTypeModifier and TypeMethodDescriptionstatic RepoUsage.UsageTypeReturns the enum constant of this class with the specified name.static RepoUsage.UsageType[]RepoUsage.UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.admin with parameters of type RepoUsage.UsageTypeModifier and TypeMethodDescriptionbooleanRepoAdminService.updateUsage(RepoUsage.UsageType usageType) Force an update of the usages, providing a hint on the specific updates required.