Get a Saved Filter for reading a structure
In the Windchill GUI, on the structure tab (info page of a WTPart), I can define and reuse Filter for the configuration. See the following immage:

I would like to export the part structure using one of the saved filter I created in Windchill. My first approach is to try to find the instance of ConfigSpec, but I could not really find the way to go.
Is the following a good starting point or should I look for "Filter" instead of ConfigSpec?:
ConfigService.getConfigSpecFor(NavCriteriaContext(....))
Thanks,
LM

