Package com.inductiveautomation.snap.web
Class WebSiteImporter
java.lang.Object
com.inductiveautomation.snap.web.WebSiteImporter
This class provides functionality to import a list of connected maps.
- 
Constructor SummaryConstructorsConstructorDescriptionWebSiteImporter(WebSite aSite) Creates a new WebSiteImporter with given data site.
- 
Method SummaryModifier and TypeMethodDescriptionImports a map.Creates a new row for given entity name and map.voidcreateRowDeep(Map aMap, Row aRow) Creates a row deep.getSite()Returns importer data site.voidsaveRows()Save rows.
- 
Constructor Details- 
WebSiteImporterCreates a new WebSiteImporter with given data site.
 
- 
- 
Method Details- 
getSiteReturns importer data site.
- 
createRowCreates a new row for given entity name and map.
- 
createRowImports a map.
- 
createRowDeepCreates a row deep.
- 
saveRowspublic void saveRows()Save rows.
 
-