Uses of Class
org.alfresco.service.cmr.admin.RepoUsage.UsageType
-
Packages that use RepoUsage.UsageType Package Description org.alfresco.repo.admin org.alfresco.repo.usage org.alfresco.service.cmr.admin -
-
Uses of RepoUsage.UsageType in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type RepoUsage.UsageType Modifier and Type Method Description booleanRepoAdminServiceImpl. updateUsage(RepoUsage.UsageType usageType) -
Uses of RepoUsage.UsageType in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type RepoUsage.UsageType Modifier and Type Method Description booleanRepoUsageComponent. 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.UsageType Modifier and Type Method Description static RepoUsage.UsageTypeRepoUsage.UsageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RepoUsage.UsageType[]RepoUsage.UsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.admin with parameters of type RepoUsage.UsageType Modifier and Type Method Description booleanRepoAdminService. updateUsage(RepoUsage.UsageType usageType)Force an update of the usages, providing a hint on the specific updates required.
-