|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImporterService
Importer Service. Entry point for importing xml data sources into the Repository.
Method Summary | |
---|---|
void |
importView(ImportPackageHandler importHandler,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location This import allows for a custom content importer. |
void |
importView(java.io.Reader viewReader,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location |
Method Detail |
---|
@Auditable(parameters={"viewReader", "location", "binding", "progress"}) void importView(java.io.Reader viewReader, Location location, ImporterBinding binding, ImporterProgress progress) throws ImporterException
viewReader
- input stream containing the xml view to parselocation
- the location to import underbinding
- property values used for binding property place holders in import streamprogress
- progress monitor (optional)
ImporterException
@Auditable(parameters={"importHandler", "location", "binding", "progress"}) void importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress) throws ImporterException
importHandler
- custom content importerlocation
- the location to import underbinding
- property values used for binding property place holders in import streamprogress
- progress monitor (optional)
ImporterException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |