|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportSource | |
---|---|
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 | |
---|---|
ImportSource |
ImportManager.getImportSource(String id)
Returns the source bound to the given id. |
ImportSource |
ImportStatus.getSource()
|
ImportSource |
ImportManagerHandler.getSource()
|
Methods in com.jalios.jcms.mashup that return types with arguments of type ImportSource | |
---|---|
Map<String,ImportSource> |
ImportManager.getImportSourceMap()
Returns the source Map {id, source}. |
Methods in com.jalios.jcms.mashup with parameters of type ImportSource | |
---|---|
void |
ImportManager.addImportSource(ImportSource source)
Adds a source to import. |
ImportStatus |
ImportManager.importFromSource(ImportSource source)
Imports data from the given source |
void |
ImportManager.removeImportSource(ImportSource source)
Removes a source to import. |
void |
ImportStatus.setSource(ImportSource source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |