com.ibm.tivoli.maximo.iotf

Class IoTFService

    • Constructor Detail

      • IoTFService

        public IoTFService(MXServer mxServer)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • IoTFService

        public IoTFService()
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMetricList

        public java.util.List getMetricList(java.lang.String where,
                                            java.lang.String delimiter,
                                            java.lang.String textQualifier,
                                            boolean assetBased,
                                            boolean unmappedOnly,
                                            int batchSize,
                                            boolean addheader,
                                            UserInfo userInfo)
                                     throws MXException,
                                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getCompleteMetricList

        public java.util.List getCompleteMetricList(java.lang.String completeWhere,
                                                    java.lang.String delimiter,
                                                    java.lang.String textQualifier,
                                                    boolean assetBased,
                                                    boolean unmappedOnly,
                                                    int batchSize,
                                                    boolean addHeader,
                                                    UserInfo userInfo)
                                             throws MXException,
                                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • buildSpreadSheet

        public void buildSpreadSheet(io.vertx.core.json.JsonArray dataList,
                                     java.util.Map nameSet,
                                     java.util.Map mappedMetric,
                                     boolean assetBased,
                                     boolean unmappedOnly)
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException