wt.ixb.clientAccess
Class StandardIXBService.ImportHandler
java.lang.Object
wt.ixb.publicforapps.ApplicationImportHandlerTemplate
wt.ixb.clientAccess.StandardIXBService.ImportHandler
- All Implemented Interfaces:
- ApplicationExpImportHandler, ApplicationImportHandler
- Enclosing class:
- StandardIXBService
- private class StandardIXBService.ImportHandler
- extends ApplicationImportHandlerTemplate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
importResult
IXBExpImpStatus importResult
jar
IXBJarReader jar
userLogLevel
int userLogLevel
userLocale
Locale userLocale
ixbWithGUI
boolean ixbWithGUI
fLogFile
File fLogFile
bwLog
BufferedWriter bwLog
StandardIXBService.ImportHandler
StandardIXBService.ImportHandler(IXBExpImpStatus _res,
IXBJarReader _jar,
Locale locale)
throws WTException
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
storeLogMessage
public void storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts)
throws WTException
- Overrides:
storeLogMessage
in class ApplicationImportHandlerTemplate
- Throws:
WTException
storeLogMessage
public void storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel)
throws WTException
- Description copied from class:
ApplicationImportHandlerTemplate
- Supplies the localized log message for the application.
Supported API: true
- Specified by:
storeLogMessage
in interface ApplicationExpImportHandler
- Overrides:
storeLogMessage
in class ApplicationImportHandlerTemplate
- Parameters:
resourceBundle
- messageKey
- textInserts
- importanceLevel
-
- Throws:
WTException
cleanUpAfterImport
public void cleanUpAfterImport(boolean outcome)
throws WTException
- Throws:
WTException