psdi.app.recontask.engine.write

Class ReconLinkWriter

  • All Implemented Interfaces:
    ResultWriter


    public final class ReconLinkWriter
    extends AbstractResultWriter
    Class provides functionality to write out results of linking/recon to the reconresult table of the MAXIMO application's database schema.
    • Constructor Detail

      • ReconLinkWriter

        public ReconLinkWriter()
    • Method Detail

      • write

        public void write(DBShortcut dbShortcut)
                   throws java.rmi.RemoteException,
                          MXException
        Description copied from class: AbstractResultWriter
        Writes out the compiled SQL statement created by the setValue() method calls.
        Specified by:
        write in interface ResultWriter
        Overrides:
        write in class AbstractResultWriter
        Parameters:
        dbShortcut - - the db connection provider.
        Throws:
        java.rmi.RemoteException - - thrown by the method.
        MXException - - thrown by the method.
      • getTableName

        public java.lang.String getTableName()
        Returns the table name of the recon link table.
        Specified by:
        getTableName in class AbstractResultWriter
        Returns:
        the name of the table.
      • getUIDColumnname

        public java.lang.String getUIDColumnname()
        Returns the name od the unique identifier for the recon link table.
        Specified by:
        getUIDColumnname in class AbstractResultWriter