wt.ixb.conflictFramework
Class StandardConflictFrameworkService.ImportHandler

java.lang.Object
  extended bywt.ixb.publicforapps.ApplicationImportHandlerTemplate
      extended bywt.ixb.conflictFramework.StandardConflictFrameworkService.ImportHandler
All Implemented Interfaces:
ApplicationExpImportHandler, ApplicationImportHandler
Enclosing class:
StandardConflictFrameworkService

private class StandardConflictFrameworkService.ImportHandler
extends ApplicationImportHandlerTemplate


Field Summary
(package private)  IXBJarReader m_jar
           
 
Fields inherited from class wt.ixb.publicforapps.ApplicationImportHandlerTemplate
 
Fields inherited from interface wt.ixb.publicforapps.ApplicationExpImportHandler
IMPORTANCE_LEVEL_DEFAULT
 
Constructor Summary
(package private) StandardConflictFrameworkService.ImportHandler(IXBJarReader jar)
           
 
Method Summary
 InputStream getContentAsInputStream(String contentId)
          Returns InputStream representing input information for import process

Supported API: true
 
Methods inherited from class wt.ixb.publicforapps.ApplicationImportHandlerTemplate
finalizeImportObjectNotification, getContentAsApplicationData, importObjectNotification, storeLogMessage, storeLogMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_jar

IXBJarReader m_jar
Constructor Detail

StandardConflictFrameworkService.ImportHandler

StandardConflictFrameworkService.ImportHandler(IXBJarReader jar)
Method Detail

getContentAsInputStream

public InputStream getContentAsInputStream(String contentId)
                                    throws WTException
Description copied from class: ApplicationImportHandlerTemplate
Returns InputStream representing input information for import process

Supported API: true

Specified by:
getContentAsInputStream in interface ApplicationImportHandler
Overrides:
getContentAsInputStream in class ApplicationImportHandlerTemplate
Parameters:
contentId - The unique id to identify the content data, such as the file name (including the path) in a jar file.
Returns:
InputStream
Throws:
WTException