recover the list of name of element

Hi everyone,
I am new in creating a viewpoint and I want to recover a list of entities and a list of actors that are already created in my project.
is it possible?
if yes how?
Cordially.

Hello,
If you just want to recover the names without any other treatment, using M2Doc can be useful to extract the names in a Word document.
Otherwise, a viewpoint implementing a service that list the actors of a selected package can be a solution ( I am not an expert, I guess that someone can come with a better solution ).

jmorane wrote on Thu, 19 September 2019 09:58
Hello,
If you just want to recover the names without any other treatment, using M2Doc can be useful to extract the names in a Word document.
Otherwise, a viewpoint implementing a service that list the actors of a selected package can be a solution ( I am not an expert, I guess that someone can come with a better solution ).
Hello,
I successfully recover the list of actors and entities with M2Doc but now I want to recover the list name of actors and entities with java code but I don’t know how to do it?