psdi.app.kpi

Interface KPIHistorySetRemote

    • Method Detail

      • refreshData

        void refreshData()
                  throws java.rmi.RemoteException,
                         MXException
        Filters KPI History data for a specific history range of the KPI.
        Information is fetched for given range od time, based on custom dates entered or predefined date range selected
        Throws:
        java.rmi.RemoteException
        MXException
      • getKPIHistory

        MboSetData getKPIHistory(long kpiId,
                                 java.lang.String range,
                                 java.util.Date to,
                                 java.util.Date from)
                          throws java.rmi.RemoteException,
                                 MXException
        Resets Historical Data for a specific KPI.
        Throws:
        java.rmi.RemoteException
        MXException
      • getLatestDate

        java.util.Date getLatestDate()
                              throws java.rmi.RemoteException,
                                     MXException
        Returns latest date from within the measure points
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • highestKPIValue

        double highestKPIValue()
                        throws java.rmi.RemoteException,
                               MXException
        Returns highest value of all the recorded history points
        Returns:
        maximum value records as a double
        Throws:
        java.rmi.RemoteException
        MXException
      • lowestKPIValue

        double lowestKPIValue()
                       throws java.rmi.RemoteException,
                              MXException
        Returns lowest value of all the recorded history points
        Returns:
        maximum value records as a double
        Throws:
        java.rmi.RemoteException
        MXException