]
ehsavoie Hugonnet reassigned WFCORE-1746:
-----------------------------------------
Assignee: ehsavoie Hugonnet (was: Brian Stansberry)
Update the browse-content operation to return more information about
the content
--------------------------------------------------------------------------------
Key: WFCORE-1746
URL:
https://issues.jboss.org/browse/WFCORE-1746
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 3.0.0.Alpha5
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Currently the browse-content operation returns a list of String which defines the content
file hierarchy. Instead it should return a list of complex type with at least the
following attributes : a relative-path (aka the String currently returned), a boolean to
indicate if it is a file or a folder, the file size (if it is a file, we won't compute
the folder size).