com.ibm.tivoli.maximo.oslc.provider

Class DMUploadAPI

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


  • public class DMUploadAPI
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      DMUploadAPI() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void execute(byte[] fileData, java.lang.String fileName)
      Upload a file and put in the INBOUND folder of DMROOT.
      • Methods inherited from class java.lang.Object

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

      • DMUploadAPI

        public DMUploadAPI()
    • Method Detail

      • execute

        public void execute(byte[] fileData,
                            java.lang.String fileName)
                     throws MXException,
                            java.rmi.RemoteException
        Upload a file and put in the INBOUND folder of DMROOT.
        Throws:
        MXException
        java.rmi.RemoteException