Hi there,
In our application, we are using the following method to get the Project path by passing the ID of the project.
The method we are using is Project.findById(new ObjectId(“projectId”)).getProjectData().getProjectPath();
We are using this method while iterating through a list of project id’s. And we some slowness in this iteration. Wanted to check if there is a better way to get the project path? ContentUtil class has no methods to retrieve Project data.
Thanks