Export a Hybrid App from the server. Only a Sybase Unwired Platform administrator or a Sybase Unwired Platform domain administrator can perform this.
void exportMobileHybridApp(String fileName, MobileHybridAppIDVO hybridAppID) throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
SUPMobileHybridApp hybridApp = SUPObjectFactory.getSUPMobileHybridApp(clusterContext); hybridApp.exportMobileHybridApp(fileName, hybridappID);