Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ideimpl.webupdate.UpdateBundle

Packages that use UpdateBundle
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.parser   

 

Uses of UpdateBundle in oracle.ideimpl.webupdate

 

Methods in oracle.ideimpl.webupdate that return UpdateBundle
 UpdateBundle UpdateInfo.getBundle()
           
 UpdateBundle LocalUpdateBundle.getBundle()
           

 

Methods in oracle.ideimpl.webupdate with parameters of type UpdateBundle
 void UpdateInfo.setBundle(UpdateBundle bundle)
           

 

Constructors in oracle.ideimpl.webupdate with parameters of type UpdateBundle
LocalUpdateBundle(UpdateBundle bundle)
           

 

Uses of UpdateBundle in oracle.ideimpl.webupdate.parser

 

Methods in oracle.ideimpl.webupdate.parser that return UpdateBundle
 UpdateBundle ParserResult.bundle()
          Returns the bundle created while parsing this bundle.

 

Methods in oracle.ideimpl.webupdate.parser that return types with arguments of type UpdateBundle
 java.util.Collection<UpdateBundle> UpdateCenterParser.parse(java.io.InputStream inputStream)
           

 

Methods in oracle.ideimpl.webupdate.parser with parameters of type UpdateBundle
 void UpdateXMLBuilder.appendUpdateBundle(org.w3c.dom.Document document, UpdateBundle bundle)
          Appends an update bundle to the specified center document.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.