Improve nxshell repostats command to display versions and proxies count
-----------------------------------------------------------------------

                 Key: NXP-4177
                 URL: http://jira.nuxeo.org/browse/NXP-4177
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
          Components: Installers / Admin tools
    Affects Versions: 5.3 RC
            Reporter: Benoit Delbosc
            Assignee: Thierry Delprat
             Fix For: 5.3 GA


Repostats command don't display the number of versioned documents neither the 
number of proxies, this make difficult to understand other number like total 
export or import documents.

For instance we can add to the output:

Number of versioned documents: (SELECT COUNT(*) FROM Document WHERE 
ecm:isCheckedInVersion=1)
Number of proxies:  (SELECT COUNT(*) FROM Document WHERE ecm:isProxy=1)
Number of document marked as deleted: XXX
Total documents and versions: XXXX 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to