public class JSONFileLoaderImpl extends FileLoaderImpl
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,
RecoveryService recoveryService,
MboRemote npMbo)
Process Flat file.
|
getExtractOutputFile, processData
setImportRow, setStopOnError
public 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, RecoveryService recoveryService, MboRemote npMbo) throws MXException
inStream
- InputStream of the file to be processedextSystemName
- External System NameentServiceName
- Enterprise Service namerecoveryService
- Recovery Service objectMXException