Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.iface.webservices.action.GET

  • Packages that use GET 
    Package Description
    com.ibm.tivoli.maximo.iotservices  
    com.ibm.tivoli.maximo.watson.speechtotext  
    com.ibm.tivoli.maximo.weather  
    psdi.app.asset  
    psdi.app.assetcatalog
    The Asset Catalog package includes MBOs for the setup of class structures and class specifications.
    psdi.app.inspection  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.item
    The Item package includes MAXIMO Business Objects related to items.
    psdi.app.location

    The Location package includes MBOs mostly related to operating locations.

    psdi.app.signature
    The Signature package defines users and security groups.
    psdi.app.ticket
    The Ticket package contains Mbos related to Service Desk applications.
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    psdi.iface.mic  
    psdi.util.logging  
    • Uses of GET in com.ibm.tivoli.maximo.iotservices

      Methods in com.ibm.tivoli.maximo.iotservices with annotations of type GET 
      Modifier and Type Method and Description
      boolean IoTConnectionService.anyDeviceTypesMapped(MboRemote iotserv) 
      void IoTConnectionService.canDeleteDeviceType(MboRemote iotdevtype) 
      java.util.Map IoTConnectionService.checkCronTaskInstance(java.lang.String instancename) 
      void IoTConnectionService.clearDeviceRefernce(MboRemote iotf)
      Clear reference for device type and device id from asset and location meter for one device type.
      void IoTConnectionService.clearDeviceRefernceForService(MboRemote iotservice)
      Clear reference for device type and device id from asset and location meter.
      java.util.List IoTConnectionService.devices(java.lang.String deviceType) 
      java.util.List IoTConnectionService.getAllDeviceTypes(MboRemote iotserv, java.lang.String sort) 
      java.lang.String IoTConnectionService.getAnyHistorianDatabaseName(java.lang.String orgid, java.lang.String historian, java.lang.String choice, java.lang.String bucket, java.util.Date dt, int offset, boolean isDefault) 
      java.util.List IoTConnectionService.getDevices(MboRemote iotserv, java.lang.String deviceType, java.lang.String limit) 
      java.util.List IoTConnectionService.getDeviceTypeList(MboRemote iotserv, java.lang.String sort, boolean isMapped) 
      java.util.List IoTConnectionService.getEndPointValues(java.lang.String servicename) 
      java.lang.String IoTConnectionService.getHistorianDatabaseName(java.lang.String orgid, java.lang.String historian, java.util.Date dt) 
      java.util.Map IoTConnectionService.getLastMessageFromCache(MboRemote iotService, java.lang.String deviceType) 
      java.util.Map IoTConnectionService.getLastMessageFromCacheForDevice(MboRemote iotserv, java.lang.String deviceType, java.lang.String deviceid) 
      java.util.List IoTConnectionService.getNotMappedYetDeviceTypes(MboRemote iotserv, java.lang.String sort)
      Deprecated. 
      com.ibm.json.java.JSONObject IoTConnectionService.getSampleAggregateResultForDeviceType(MboRemote iotService, java.lang.String deviceType, java.lang.String feedMapProperty, java.lang.String deviceid)
      Get the aggregated data, using the getSampleAggregateResultForDeviceType endpoint.
      java.util.List IoTConnectionService.getTimePeriods(MboRemote iotserv) 
      boolean IoTConnectionService.isDeviceTypeAssociated(MboRemote iotservice, java.lang.String deviceType) 
      com.ibm.json.java.JSONObject IoTConnectionService.pingIoT(MboRemote iotserv, boolean iotcfg) 
    • Uses of GET in com.ibm.tivoli.maximo.watson.speechtotext

      Methods in com.ibm.tivoli.maximo.watson.speechtotext with annotations of type GET 
      Modifier and Type Method and Description
      java.lang.String STTService.getStaticKeywords() 
      java.lang.String STTService.getSTTToken()
      Get Speech to text Token
    • Uses of GET in com.ibm.tivoli.maximo.weather

      Methods in com.ibm.tivoli.maximo.weather with annotations of type GET 
      Modifier and Type Method and Description
      void WeatherAPIService.checkConnection(MboRemote weatherOrg)
      Process Asset Registry.
      java.util.Map WeatherAPIService.getCurrentWeatherForGeocode(UserInfo userInfo, double latY, double longX, java.lang.String productName)
      Get current weather by latitude and longitude.
      java.util.Map WeatherAPIService.getCurrentWeatherForLocation(UserInfo userInfo, java.lang.String postalCode, java.lang.String locationCode, java.lang.String country, java.lang.String productName)
      Get current weather by postal code and country.
      java.util.Map WeatherAPIService.getDailyForecastForGeocode(UserInfo userInfo, double latY, double longX, int duration, java.lang.String productName)
      Get daily forecast by latitude and longitude.
      java.util.Map WeatherAPIService.getDailyForecastForLocation(UserInfo userInfo, java.lang.String postalCode, java.lang.String locationCode, java.lang.String country, int duration, java.lang.String productName)
      Get daily forecast by postal code and country.
      java.util.Map WeatherAPIService.getHistoricalWeatherForGeocode(UserInfo userInfo, double latY, double longX, java.util.Date startDate, java.util.Date endDate, java.lang.String productName)
      Get historical weather by latitude and longitude.
      java.util.Map WeatherAPIService.getHistoricalWeatherForLocation(UserInfo userInfo, java.lang.String postalCode, java.lang.String locationCode, java.lang.String country, java.util.Date startDate, java.util.Date endDate, java.lang.String productName)
      Get historical weather by latitude and longitude.
      java.util.Map WeatherAPIService.getHourlyForecastForGeocode(UserInfo userInfo, double latY, double longX, java.lang.String hours, java.lang.String productName)
      Get hourly forecast by latitude and longitude.
      java.util.Map WeatherAPIService.getHourlyForecastForLocation(UserInfo userInfo, java.lang.String postalCode, java.lang.String locationCode, java.lang.String country, java.lang.String hours, java.lang.String productName)
      Get hourly forecast by postal code and country.
      java.util.List WeatherAPIService.getProductCatalog(java.lang.String org)
      Get product catalog.
      MboSetRemote WeatherAPIService.getServiceAddresses()
      Register/Unregister Weather Organization End Points.
      java.util.Map WeatherAPIService.getWeatherAlertsDetails(UserInfo userInfo, java.lang.String detailKey, java.lang.String productName)
      Get alerts details.
      java.util.Map WeatherAPIService.getWeatherAlertsForGeocode(UserInfo userInfo, double latY, double longX, java.lang.String productName)
      Get alerts by latitude and longitude.
      java.util.Map WeatherAPIService.getWeatherAlertsForLocation(UserInfo userInfo, java.lang.String postalCode, java.lang.String locationCode, java.lang.String country, java.lang.String productName)
      Get weather alert by area id and country.
      void WeatherAPIService.processAssetsRegistry(MboRemote weatherZone, java.lang.String actioncode)
      Process Asset Registry.
      void WeatherAPIService.registryEndPointsForAlerts(boolean register)
      Register/Unregister Weather Organization End Points.
    • Uses of GET in psdi.app.asset

      Methods in psdi.app.asset with annotations of type GET 
      Modifier and Type Method and Description
      java.util.List AssetService.getBBoxCluster(OslcRequest request)
      Get bounded box cluster
      boolean AssetService.hasActivePM(MboRemote mbo) 
      boolean AssetService.hasActiveRoutes(MboRemote mbo) 
      boolean AssetService.hasActiveSP(MboRemote mbo) 
    • Uses of GET in psdi.app.assetcatalog

      Methods in psdi.app.assetcatalog with annotations of type GET 
      Modifier and Type Method and Description
      void AssetCatalogService.reprocessClassStructureSortOrder()
      set default sort order
    • Uses of GET in psdi.app.inspection

      Methods in psdi.app.inspection with annotations of type GET 
      Modifier and Type Method and Description
      MboRemote InspectionService.getRevision(InspectionFormRemote inspForm) 
      java.util.Map InspectionService.voiceDeploy(InspectionFormRemote inspForm) 
      java.util.Map InspectionService.voiceServiceStatus() 
      java.util.Map InspectionService.voiceTransactionStatus(InspectionFormRemote inspForm) 
      java.util.Map InspectionService.voiceUndeploy(InspectionFormRemote inspForm) 
    • Uses of GET in psdi.app.inventory

      Methods in psdi.app.inventory with annotations of type GET 
      Modifier and Type Method and Description
      MboSetRemote InventoryService.autoSplitRecordSet(MboRemote invUseLineMbo, UserInfo userInfo) 
      MboRemote InventoryService.createReturnForIssueStoreloc(MboRemote issueMbo) 
      MboSetRemote InventoryService.getLineSplitForRotItems(MboSetRemote assetmsr, MboRemote invUseLineMbo, UserInfo userInfo) 
      MboSetRemote InventoryService.getLineSplitRecords(MboSetRemote invbalmsr, MboRemote invUseLineMbo, UserInfo userInfo) 
    • Uses of GET in psdi.app.item

      Methods in psdi.app.item with annotations of type GET 
      Modifier and Type Method and Description
      MboRemote ItemService.getDefaultItemSet(UserInfo userInfo)
      Service Method used to get default itemset mbo
    • Uses of GET in psdi.app.location

      Methods in psdi.app.location with annotations of type GET 
      Modifier and Type Method and Description
      MboRemote LocationService.addAnItemToStoreroom(UserInfo userInfo, java.lang.String itemnum, java.lang.String itemsetid, java.lang.String storeroom, java.lang.String siteid, boolean istool, java.lang.String orderunit, java.lang.String issueunit, java.lang.Number curbal, java.lang.String dfltbin, java.lang.String costtype, java.lang.Number unitcost, java.lang.Number stdcost, java.lang.Number avgcost, java.lang.String lotnum, boolean savenow, java.lang.Number orderqty, java.lang.Number deliverytime, java.lang.Number minlevel, java.lang.Number reorder, java.lang.Number ccf) 
      MboSetRemote LocationService.getAllSystems(UserInfo userInfo, java.lang.String siteId)
      returns all systems for the given site, user's organization combination
      java.util.List LocationService.getBBoxCluster(OslcRequest request)
      Get bounded box cluster
      java.lang.String LocationService.getPrimarySystem(UserInfo userInfo, java.lang.String siteId)
      returns the primary system for the given site, user's organization combination
    • Uses of GET in psdi.app.signature

      Methods in psdi.app.signature with annotations of type GET 
      Modifier and Type Method and Description
      void SignatureService.applyDefaultTemplate(MboRemote maxGroup, java.lang.String app)
      Apply default Security template to Security Group.
      void SignatureService.refreshUserCont(UserInfo userInfo)
      Refresh count for all user queries.
      void SignatureService.refreshUserConts(MboRemote userQuery)
      Refresh count for one User Query.
    • Uses of GET in psdi.app.ticket

      Methods in psdi.app.ticket with annotations of type GET 
      Modifier and Type Method and Description
      MboRemote TicketService.createTicket(java.lang.String ticketClass, java.lang.String templateID, UserInfo userInfo) 
      MboSetRemote TicketService.getWorkLog(MboRemote ticket, java.lang.Boolean viewSR)
      Gets the work log entries for the current ticket.
      void TicketService.reprocessTkTemplateSortOrder()
      set default sort order
    • Uses of GET in psdi.app.workorder

      Methods in psdi.app.workorder with annotations of type GET 
      Modifier and Type Method and Description
      java.util.Map WOService.checkEAcfg()
      Check if EA configuration is valid.
      java.util.Map WOService.getAssistUri(OslcRequest request)
      Get Uri from Assist API
      MboSetRemote WOService.getAvailableCrew(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String persongroup, java.lang.String amcrewtype, java.lang.String company, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String orgid)
      Gets the available crew for the current assignment.
      MboSetRemote WOService.getAvailableLabor(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String vendor, java.lang.String contractnum, java.lang.String location, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String craft, java.lang.String skilllevel, java.lang.String orgid)
      Gets the available labor for the current assignment.
      java.util.Map WOService.getEAToken()
      Get token from EA
      MboSetRemote WOService.getJobPlans(WORemote wo, java.lang.Boolean jpincludeclassless, java.lang.Boolean jpassets)
      Service Method to fetch Possible Job plans for a work order
      MboRemote WOService.getQuickReportingWO(UserInfo userInfo) 
      MboSetRemote WOService.getWorkLog(MboRemote wo, java.lang.Boolean viewSR)
      Gets the work log entries for the current workorder.
    • Uses of GET in psdi.iface.mic

      Methods in psdi.iface.mic with annotations of type GET 
      Modifier and Type Method and Description
      void EntMicService.viewQueueDataApi(java.lang.String queueName, java.lang.String selector, int count, UserInfo userInfo) 
    • Uses of GET in psdi.util.logging

      Methods in psdi.util.logging with annotations of type GET 
      Modifier and Type Method and Description
      void LoggingService.streamLog(OslcRequest request) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes