Hi,
using WEM 8.5 there is a command line application that looks like this:
com.vignette.config.client.appserver.AppServerClient appServerClient = new com.vignette.config.client.appserver.AppServerClient(hostname, port, username, password);com.vignette.as.client.javabean.IPagingList siteIPagingList = com.vignette.as.client.javabean.Site.findAll();
So we get all sites in the management stage.
How can we change the stage? We want to get all sites in a delivery stage.
Thanks in advance.
Regards
Thomas