psdi.iface.app.extsystem

Interface MaxExtIfaceInRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    MaxExtIfaceIn


    public interface MaxExtIfaceInRemote
    extends MboRemote
    Remote Interafce for MaxExtIfaceOut
    • Method Detail

      • importData

        FileLoaderImpl importData(java.io.InputStream in,
                                  java.lang.String fileType,
                                  java.lang.String delimiter,
                                  boolean ispreview,
                                  MboRemote npMbo,
                                  boolean isFileExtract,
                                  java.lang.String fileName,
                                  java.lang.String textQualifier)
                           throws MXException,
                                  java.rmi.RemoteException
        Method to process/import Flat/Xml files in to MAXIMO
        Parameters:
        in - InputStream of file to be imported
        fileType - indicates whether iis a XML or flat file
        delimiter - delimiter chanracter for flatfile
        ispreview - boolean indicating whether it is a UI preview mode or not.
        npMbo - reference to non-persistent Mbo.
        isFileExtract - boolean indicating whether it is a file extract.
        fileName - file name.
        textQualifier - text qualifier.
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception