There may be times when you want to retrieve the unique ID of the active composite application in the workbench. Once you have this unique ID you could pass it to methods in the TopologyHandler service to perform actions on this application. Maybe you just want to delete the application. You could ...
You can learn more about the packages and API's referenced here on the Lotus Expeditor Info Center. The first thing you need to do is get the TopologyHandler service. Then in your code you would just get the TopologyHandler service and make the calls. The "page" can be retrieved with the ...
The composite application data model is very similar to the model on Websphere Portal for applications. Understanding the model is key to creating great applications. You access the model using the Topology Handler Api's in Lotus Expeditor. You have three basic levels of data: Application |_Pages ...
This topic shows how to access and use the advanced properties of a component. There is also a number of advanced properties and in order to use these properties in an Eclipse component you will need to use the Topology Handler. The Topology Handler Using the topology handler you can access a lot ...