cancel
Showing results for 
Search instead for 
Did you mean: 

Repository space usage statistics

sry412406
Champ in-the-making
Champ in-the-making
We are building a report for billing purposes. In our repository, we have each customer's files contained in a corresponding space. Each space will have a deep folder structure of it's own.

I'm attempting to build the following information on each customer space for a billing report:
-Total number of files
-Total bytes of files
Total number of folders
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
Take a look at
org.alfresco.repo.usage.ContentUsageImpl
.

You'll have to implement your own ContentUsageService. Extend the person model to include number of files and folders.