Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


Deprecated API


Contents

Deprecated Classes
oracle.apps.xdo.common.lob.FndLobsUtil
          Use oracle.apps.xdo.oa.util.FndLobsUtil 

 

Deprecated Fields
oracle.apps.xdo.delivery.smtp.SMTPPropertyDefinitions.SMTP_ATTACHMENT_FIRST
            
oracle.apps.xdo.delivery.smtp.SMTPPropertyDefinitions.SMTP_CHARACTER_ENCODING
          Use SMTP_CHARSET 

 

Deprecated Methods
oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(String, String)
          It returns null now. Use other addAttachment() methods with using InputStream or filename to specify the document to deliver. 
oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(String, String, MimeBodyPart, int)
          It returns null now. Use other addAttachment() methods with using InputStream or filename to specify the document to deliver. 
oracle.apps.xdo.delivery.AbstractDeliveryRequest.getDocumentFile()
          It always returns null. 
oracle.apps.xdo.delivery.AbstractDeliveryRequest.getDocumentInputStream()
          It always returns null. 
oracle.apps.xdo.delivery.DeliveryRequest.getDocumentOutputStream()
          Please use setDocument() to set the document. 
oracle.apps.xdo.delivery.AbstractDeliveryRequest.getDocumentOutputStream()
          It returns null. 
oracle.apps.xdo.template.FormProcessor.makeOutputFlat(boolean)
          since 5.6 
oracle.apps.xdo.template.fo.util.FOUtility.mergeFOs(InputStream[])
          use mergeFOs(InputStream[], Properties) 
oracle.apps.xdo.template.fo.util.FOUtility.mergeFOs(Reader[])
          use mergeFOs(Reader[], Properties) 
oracle.apps.xdo.template.fo.util.FOUtility.mergeFOs(String[])
          use mergeFOs(String[], Properties) 
oracle.apps.xdo.template.fo.util.FOUtility.mergeFOs(Vector)
          use mergeFOs(Vector[], Properties) 
oracle.apps.xdo.common.pdf.util.PDFDocMerger.mergePDFDocs()
          since 5.0 
oracle.apps.xdo.template.FOProcessor.process()
          Use generate() 
oracle.apps.xdo.common.pdf.util.PDFDocMerger.setConfig(Hashtable)
          since 4.5 
oracle.apps.xdo.template.RTFProcessor.setExtractAttributeSet(int)
            

 


Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.