com.ibm.tivoli.maximo.oslc.provider

Class OslcUITextProvider

  • java.lang.Object
    • com.ibm.tivoli.maximo.oslc.provider.OslcUITextProvider


  • public class OslcUITextProvider
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONObject getAppPropertyIDUITextsJSON(java.lang.String app, java.lang.String property, java.lang.String id) 
      com.ibm.json.java.JSONObject getAppPropertyUITextsJSON(java.lang.String app, java.lang.String property) 
      com.ibm.json.java.JSONObject getAppUITextsJSON(java.lang.String app) 
      byte[] getLabelBytes(java.lang.String app, java.lang.String property, java.lang.String id) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OslcUITextProvider

        public OslcUITextProvider(OslcRequest oslcRequest,
                                  java.lang.String langcode)
    • Method Detail

      • getAppUITextsJSON

        public com.ibm.json.java.JSONObject getAppUITextsJSON(java.lang.String app)
                                                       throws java.rmi.RemoteException,
                                                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getAppPropertyUITextsJSON

        public com.ibm.json.java.JSONObject getAppPropertyUITextsJSON(java.lang.String app,
                                                                      java.lang.String property)
                                                               throws java.rmi.RemoteException,
                                                                      MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getAppPropertyIDUITextsJSON

        public com.ibm.json.java.JSONObject getAppPropertyIDUITextsJSON(java.lang.String app,
                                                                        java.lang.String property,
                                                                        java.lang.String id)
                                                                 throws java.rmi.RemoteException,
                                                                        MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getLabelBytes

        public byte[] getLabelBytes(java.lang.String app,
                                    java.lang.String property,
                                    java.lang.String id)
                             throws java.rmi.RemoteException,
                                    MXException
        Throws:
        java.rmi.RemoteException
        MXException