Currently in our version control system, we have exports of each component we generate in Uniface, which are then imported during check out and then exported during check in.Ā In our migration from 9.7 to 10.4, one of the things I would like to do is do a full export of everything from my 10.4 repository to put back into version control.
Individual components are pretty easy, as we can name the component we want to export and pass that to $ude, since we know the name of the component from our version control system.Ā What I would like to be able to do is from within Uniface, list all of the components programmatically and then for each individual component, export each component to its own XML file for check in.Ā Ā
Is there a way to list all components or even all objects in the repository programmatically?
Ā