* @return list of <code> repositoryFileDto </code>
* @throws FileNotFoundException
*/
public List<RepositoryFileDto> doGetGeneratedContent( String pathId, String user ) throws FileNotFoundException {
SessionResource sessionResource = getSessionResource();
return doGetGeneratedContentForUser( pathId, sessionResource.doGetUserDir( user ) );
}
/**
* Retrieve the executed contents for a selected repository file and a given user
*