Package com.inductiveautomation.snap.web
Class WebSiteImporter
- java.lang.Object
- 
- com.inductiveautomation.snap.web.WebSiteImporter
 
- 
 public class WebSiteImporter extends java.lang.ObjectThis class provides functionality to import a list of connected maps.
- 
- 
Constructor SummaryConstructors Constructor Description WebSiteImporter(WebSite aSite)Creates a new WebSiteImporter with given data site.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RowcreateRow(Entity anEntity, java.util.Map aMap)Imports a map.RowcreateRow(java.lang.String anEntityName, java.util.Map aMap)Creates a new row for given entity name and map.voidcreateRowDeep(java.util.Map aMap, Row aRow)Creates a row deep.WebSitegetSite()Returns importer data site.voidsaveRows()Save rows.
 
- 
- 
- 
Constructor Detail- 
WebSiteImporterpublic WebSiteImporter(WebSite aSite) Creates a new WebSiteImporter with given data site.
 
- 
 - 
Method Detail- 
getSitepublic WebSite getSite() Returns importer data site.
 - 
createRowpublic Row createRow(java.lang.String anEntityName, java.util.Map aMap) Creates a new row for given entity name and map.
 - 
createRowDeeppublic void createRowDeep(java.util.Map aMap, Row aRow)Creates a row deep.
 - 
saveRowspublic void saveRows() Save rows.
 
- 
 
-