public interface ImporterService
| Modifier and Type | Method and Description |
|---|---|
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(Reader viewReader,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location
|
@Auditable(parameters={"viewReader","location","binding","progress"})
void importView(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)ImporterExceptionCopyright © 2005–2017 Alfresco Software. All rights reserved.