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(java.io.Reader viewReader,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location
|
@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)ImporterExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.