Skip to content

andreikubar/alfresco-treedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dumps the file tree starting from a list of given NodeId's into a csv

Tested on Alfresco 4.2.8, 5.2.3

CSV Format:

level,parentNodeId,childNodeId,NodeName,NodeType,isFolder,FullPath

Installation

  • Deploy the JAR into WEB-INF/lib
  • Copy log4j.properties to tomcat/shared/classes/alfresco/extension

Usage

Start the dump process

http://<alfresco_url>/alfresco/service/treedump.html

Cancel the running dump process

http://<alfresco_url>/alfresco/service/treedump/shutdown.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors