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 Summary
ConstructorsConstructorDescriptionWebSiteImporter
(WebSite aSite) Creates a new WebSiteImporter with given data site. -
Method Summary
Modifier and TypeMethodDescriptionImports a map.Creates a new row for given entity name and map.void
createRowDeep
(Map aMap, Row aRow) Creates a row deep.getSite()
Returns importer data site.void
saveRows()
Save rows.
-
Constructor Details
-
WebSiteImporter
Creates a new WebSiteImporter with given data site.
-
-
Method Details
-
getSite
Returns importer data site. -
createRow
Creates a new row for given entity name and map. -
createRow
Imports a map. -
createRowDeep
Creates a row deep. -
saveRows
public void saveRows()Save rows.
-