public class JSONFileLoaderImpl extends FileLoaderImpl
fileName, filetype, fromClient, isFileExtract, ispreview, stopOnError, uniqueId, userInfo| Constructor and Description |
|---|
JSONFileLoaderImpl(boolean preview)
Construct the set
|
JSONFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
| Modifier and Type | Method and Description |
|---|---|
void |
processJSONData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
java.lang.Object recoveryService,
MboRemote npMbo)
Process Flat file.
|
getExtractOutputFile, getSplitTag, processData, validatesaveErrorFile, setImportRow, setStopOnError, updateProgresspublic JSONFileLoaderImpl(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 crontaskdelimiter - delimiter chanracter for flatfiletextQualifier - Text QualifierisFileExtract - Indicates when File Extract feature is desiredfileName - File name under process (used by file extract functionality)processOwner - Owner of this file load process (used by file extract functionality)MXException - MAXIMO exceptionjava.rmi.RemoteException - Remote exceptionpublic JSONFileLoaderImpl(boolean preview)
throws MXException,
java.rmi.RemoteException
preview - boolean indicating whether it is a UI preview mode or not.delimiter - delimiter chanracter for flatfiletextQualifier - Text Qualifieraction - action - Add,AddChange,Change, Replace, DeletetransLangCode - Lang CodeMXException - MAXIMO exceptionjava.rmi.RemoteException - Remote exceptionpublic void processJSONData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
java.lang.Object recoveryService,
MboRemote npMbo)
throws MXException
inStream - InputStream of the file to be processedextSystemName - External System NameentServiceName - Enterprise Service namerecoveryService - Recovery Service objectMXException