I am looking for examples of the best way to use ByTypeFinder in scripts for NoMagic/Cameo models. I want to find all objects of a given type under specific project in my model. The API guide for 2022X defines one of the find signatures which I think applies:
find(Project project, java.lang.Class type)
What is the best way to use this? I have problems defining the type parameter. Is there a convenient way to define this with a string reference? How is the best way to define the type parameter?
