Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.importers
Interface WikiImporter

All Known Implementing Classes:
MediaWikiImporter

public interface WikiImporter


Method Summary
 void importPages(long userId, WikiNode node, InputStream[] inputStream, Map<String,String[]> options)
           
 

Method Detail

importPages

void importPages(long userId,
                 WikiNode node,
                 InputStream[] inputStream,
                 Map<String,String[]> options)
                 throws PortalException
Throws:
PortalException

Liferay 6.2-ce-ga5