Package wt.ixb.publicforapps
Class ExpImporter<T extends ExpImpContextData>
java.lang.Object
wt.ixb.publicforapps.ExpImporter<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents general export/import context
Supported API: truewt.ixb.publicforhandlers.IxbHandlersManagerRepresents manager for export/import handlers
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionabstract voidlogMessage(String resourceBundle, String messageKey, Object[] textInserts) Sends log message to export/import application
Supported API: trueabstract voidlogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) Sends log message to export/import application
Supported API: true
-
Field Details
-
generalContext
Represents general export/import context
Supported API: true -
ixbHandlersManager
public wt.ixb.publicforhandlers.IxbHandlersManager ixbHandlersManagerRepresents manager for export/import handlers
Supported API: true
-
-
Method Details
-
logMessage
public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts) throws WTException Sends log message to export/import application
Supported API: true- Parameters:
resourceBundle-messageKey-textInserts-- Throws:
WTException
-
logMessage
public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) throws WTException Sends log message to export/import application
Supported API: true- Parameters:
resourceBundle-messageKey-textInserts-importanceLevel-- Throws:
WTException
-