Package de.innovationgate.webgate.api

Examples of de.innovationgate.webgate.api.WGCSSJSModule.save()


            mod = _db.createMetadataModule(SYNCSTATUS_MODULE);
            mod.setDescription("Module used internally by WGA to store the current status of design synchronisation.");
        }    
   
        mod.setCode(_xstream.toXML(_syncStatus));
        mod.save();
        
    }

    @Override
    protected FileObject initialDeployFileContainer(WGFileContainer con) throws IOException, InstantiationException, IllegalAccessException, WGAPIException, WGDesignSyncException {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.