Package | Description |
---|---|
com.jalios.jcms.mashup |
Contains classes used for data Import/Export.
|
Modifier and Type | Method and Description |
---|---|
ImportSource |
ImportManager.getImportSource(java.lang.String id)
Returns the source bound to the given id.
|
ImportSource |
ImportStatus.getSource() |
ImportSource |
ImportManagerHandler.getSource() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ImportSource> |
ImportManager.getImportSourceMap()
Returns the source Map {id, source}.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.