mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
MT - fix user usages for tenants
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,7 +40,7 @@ import org.quartz.JobExecutionException;
|
||||
*/
|
||||
public class UserUsageBootstrapJob implements Job
|
||||
{
|
||||
private static final String KEY_COMPONENT = "userUsageBootstrapComponent";
|
||||
public static final String KEY_COMPONENT = "userUsageTrackingComponent";
|
||||
|
||||
public void execute(JobExecutionContext context) throws JobExecutionException
|
||||
{
|
||||
@@ -50,7 +50,7 @@ public class UserUsageBootstrapJob implements Job
|
||||
{
|
||||
throw new JobExecutionException("Missing job data: " + KEY_COMPONENT);
|
||||
}
|
||||
// perform the content usage calculations
|
||||
usageComponent.execute();
|
||||
// perform the content usage bootstrap
|
||||
usageComponent.bootstrap();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user