ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Tell clients of model object classes permitted by graph commands. #107

Open mtbc opened 3 years ago

mtbc commented 3 years ago

The CLI graph commands' --list provides a list of classes that can be explicitly targeted but it is not exhaustive, for example, it may name a superclass instead of enumerating each subclass. Further, other options like --include or --duplicate can correctly accept a wider set of classes, anything that is noted in an initialized GraphPathBean's classesBySimpleName. It could be helpful to make that set of class names available to clients, perhaps even by doing codegen that generates the same.