Quick list of classes within a package
Is there an API that would list classes within a given package? I can't find any. I do have a workaround that uses class index, but this query lists all classes available in the namespace and I have to filter those I want. But this is just unnecessary overhead.
If anyone has spotted such API, please let me know.
TIA!
Dan
Discussion (3)3
Comments
Would querying against %Dictionary.CompiledClass and adding a where clause on SqlSchemaName do what you need?
I vote for Tim's answer over mine
USER>d $System.OBJ.GetPackageList(.classes,"%CSP.Documatic") zw classes
classes("%CSP.Documatic.CubeInfo")=""
classes("%CSP.Documatic.PrintClass")=""