Package org.alfresco.repo.importer
Interface ImportContentHandler
-
- All Superinterfaces:
org.xml.sax.ContentHandler,org.xml.sax.ErrorHandler
- All Known Implementing Classes:
DefaultContentHandler
public interface ImportContentHandler extends org.xml.sax.ContentHandler, org.xml.sax.ErrorHandlerContent Handler that interacts with an Alfresco Importer- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamimportStream(java.lang.String content)Call-back for importing content streamsvoidsetImporter(Importer importer)Sets the Importer
-
-
-
Method Detail
-
setImporter
void setImporter(Importer importer)
Sets the Importer- Parameters:
importer- Importer
-
importStream
java.io.InputStream importStream(java.lang.String content)
Call-back for importing content streams- Parameters:
content- content stream identifier- Returns:
- the input stream
-
-