Uses of Class
com.jalios.jcms.mashup.ImportSource
-
Packages that use ImportSource Package Description com.jalios.jcms.mashup Contains classes used for data Import/Export. -
-
Uses of ImportSource in com.jalios.jcms.mashup
Methods in com.jalios.jcms.mashup that return ImportSource Modifier and Type Method Description ImportSource
ImportManager. getImportSource(java.lang.String id)
Returns the source bound to the given id.ImportSource
ImportManagerHandler. getSource()
ImportSource
ImportStatus. getSource()
Methods in com.jalios.jcms.mashup that return types with arguments of type ImportSource Modifier and Type Method Description java.util.Map<java.lang.String,ImportSource>
ImportManager. getImportSourceMap()
Returns the source Map {id, source}.Methods in com.jalios.jcms.mashup with parameters of type ImportSource Modifier and Type Method Description void
ImportManager. addImportSource(ImportSource source)
Adds a source to import.ImportStatus
ImportManager. importFromSource(ImportSource source)
Imports data from the given sourcevoid
ImportManager. removeImportSource(ImportSource source)
Removes a source to import.void
ImportStatus. setSource(ImportSource source)
-