public class OSXmlFileLoaderImpl extends BaseFileLoaderImpl
fileName, filetype, fromClient, isFileExtract, ispreview, stopOnError, uniqueId, userInfo| Constructor and Description |
|---|
OSXmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
| Modifier and Type | Method and Description |
|---|---|
void |
processObjectStructureXMLData(java.io.InputStream btIn,
java.lang.String osName,
java.lang.String msgType,
MboRemote npMbo)
Process Xml File.
|
processData, saveErrorFile, setImportRow, setStopOnError, updateProgresspublic OSXmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
throws MXException,
java.rmi.RemoteException
preview - boolean indicating whether it is a UI preview mode or not.fromClient - boolean indicating whether it is from UI import or crontaskisFileExtract - Indicator of File Extract operationfileName - Input file name being importedprocessOwner - Process Owner; when cron Task, it is instance nameMXExceptionjava.rmi.RemoteExceptionpublic void processObjectStructureXMLData(java.io.InputStream btIn,
java.lang.String osName,
java.lang.String msgType,
MboRemote npMbo)
throws MXException
btIn - InputStream of the file to be processedosName - Object Structure NamenpMbo - Non persistent MboMXException