com.ibm.tivoli.maximo.rest

Class RestService

    • Field Detail

      • REST_LOGGER

        public static final java.lang.String REST_LOGGER
        Deprecated. 
        See Also:
        Constant Field Values
    • Constructor Detail

      • RestService

        public RestService()
                    throws java.rmi.RemoteException
        Deprecated. 
        Throws:
        java.rmi.RemoteException
      • RestService

        public RestService(MXServer mxServer)
                    throws java.rmi.RemoteException
        Deprecated. 
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getDomainInfo

        public DomainInfo getDomainInfo(java.lang.String objectName,
                                        java.lang.String domainName,
                                        java.lang.String siteid,
                                        java.lang.String orgid)
                                 throws java.rmi.RemoteException
        Deprecated. 
        Specified by:
        getDomainInfo in interface RestServiceRemote
        Throws:
        java.rmi.RemoteException
      • serializeMbo

        public byte[] serializeMbo(MboRemote mbo,
                                   boolean dropnulls,
                                   boolean retainmbos,
                                   java.util.Set colsSet,
                                   boolean exclude,
                                   boolean locale,
                                   boolean generic,
                                   boolean verbose,
                                   java.lang.String format,
                                   boolean metaData,
                                   boolean compact)
                            throws java.rmi.RemoteException,
                                   MXException
        Deprecated. 
        Specified by:
        serializeMbo in interface RestServiceRemote
        Throws:
        java.rmi.RemoteException
        MXException
      • serializeMboSet

        public byte[] serializeMboSet(MboSetRemote mboSet,
                                      boolean dropnulls,
                                      boolean retainmbos,
                                      java.util.Set colsSet,
                                      boolean exclude,
                                      int rsStart,
                                      int maxItems,
                                      boolean locale,
                                      boolean generic,
                                      boolean verbose,
                                      java.lang.String format,
                                      boolean metaData,
                                      boolean compact)
                               throws java.rmi.RemoteException,
                                      MXException
        Deprecated. 
        Specified by:
        serializeMboSet in interface RestServiceRemote
        Throws:
        java.rmi.RemoteException
        MXException
      • serializeOSMboSet

        public byte[] serializeOSMboSet(MboSetRemote mboSet,
                                        java.lang.String mosName,
                                        boolean dropnulls,
                                        boolean retainmbos,
                                        int rsStart,
                                        int maxItems,
                                        java.lang.String operation,
                                        boolean locale,
                                        boolean generic,
                                        boolean verbose,
                                        boolean rootOnly,
                                        boolean keys,
                                        java.lang.String format,
                                        boolean metaData,
                                        boolean compact)
                                 throws java.rmi.RemoteException,
                                        MXException
        Deprecated. 
        Specified by:
        serializeOSMboSet in interface RestServiceRemote
        Throws:
        java.rmi.RemoteException
        MXException
      • serializeOSMbo

        public byte[] serializeOSMbo(MboRemote mbo,
                                     java.lang.String mosName,
                                     boolean dropnulls,
                                     java.lang.String operation,
                                     boolean locale,
                                     boolean generic,
                                     boolean verbose,
                                     boolean rootOnly,
                                     boolean keys,
                                     java.lang.String format,
                                     boolean metaData,
                                     boolean compact)
                              throws java.rmi.RemoteException,
                                     MXException
        Deprecated. 
        Specified by:
        serializeOSMbo in interface RestServiceRemote
        Throws:
        java.rmi.RemoteException
        MXException