Retrieving all articles of a user in OJS3.0.2

Hi,

in OJS2.X, it was possible to get all articles of a user using the function ‘getArticlesByUserId’ of ‘ArticleDAO’. I could not found a similar function in OJS3.0.2. Is there a work around or is this functionality just moved to another class?

Lydia

You mean this? https://github.com/pkp/pkp-lib/blob/master/classes/submission/SubmissionDAO.inc.php#L589-L615

Thanks, I did not see this method.