Retrive Module Pages Names

0
Dears, is there's away to retrieve all module pages as list and save it on presistable entity ?
asked
4 answers
0

I dont think there is a out of the box way to this.

You could take a look at the model sdk: https://docs.mendix.com/apidocs-mxsdk/mxsdk/pages-metamodel#related-content

Or see this github project that counts all the pages with the model sdk: https://github.com/simo101/Mendix-Count-Application-Objects

answered
0

Dears,

i need your help to provide me with sample java code to retrieve module page names to be stored into entity, i cannot find answers.

answered
0

Dears,

Please help me with this, i need sample java code (to be used into java action) to retrieve list of pages name based on module to be stored into entity.

Note:

as MxModelReflection return list of entities and list of microflows, i need the same but to retrieve list of pages for the selected module.

 

answered
0

Pages are not exposed through the java api that comes with Mendix, so there is no example code to be found.

The best option is to retrieve this information from the Mendix SDK as stated by Maarten and use that information to import into your Mendix application.

answered