Public Interface Export Function › Planning Objects › Planning Tasks › OBJECT_CLASS (System- and User-defined) › Task
Select all the object classes (both system‑defined and user‑defined).
SELECT C.NAME FROM MODEL M, OBJECT_CLASS C WHERE M.NAME = 'my model name' AND C.MODEL_ID = M.ID ORDER BY C.NAME;