Uses of Interface
org.pentaho.platform.api.engine.IPentahoObjectFactory

Packages that use IPentahoObjectFactory
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.system   
org.pentaho.platform.engine.core.system.boot   
org.pentaho.platform.engine.core.system.objfac   
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.platform.web.http.context   
org.pentaho.test.platform.engine.core   
 

Uses of IPentahoObjectFactory in org.pentaho.platform.api.engine
 

Subinterfaces of IPentahoObjectFactory in org.pentaho.platform.api.engine
 interface IPentahoDefinableObjectFactory
          This class subclasses IPentahoObjectFactory and adds methods that enables the implementation to allow objects to be defined through public classes.
 

Uses of IPentahoObjectFactory in org.pentaho.platform.engine.core.system
 

Methods in org.pentaho.platform.engine.core.system that return IPentahoObjectFactory
static IPentahoObjectFactory PentahoSystem.getObjectFactory()
          Gets the factory that will create and manage Pentaho system objects.
 

Methods in org.pentaho.platform.engine.core.system with parameters of type IPentahoObjectFactory
static void PentahoSystem.setObjectFactory(IPentahoObjectFactory pentahoObjectFactory)
          Registers the factory that will create and manage Pentaho system objects.
 

Uses of IPentahoObjectFactory in org.pentaho.platform.engine.core.system.boot
 

Methods in org.pentaho.platform.engine.core.system.boot that return IPentahoObjectFactory
 IPentahoObjectFactory PentahoSystemBoot.getFactory()
          Gets the object factory for the Pentaho platform
 

Methods in org.pentaho.platform.engine.core.system.boot with parameters of type IPentahoObjectFactory
 void PentahoSystemBoot.setFactory(IPentahoObjectFactory factory)
          Sets the object factory for the Pentaho platform, This defaults to the StandaloneObjectFactory
 

Uses of IPentahoObjectFactory in org.pentaho.platform.engine.core.system.objfac
 

Classes in org.pentaho.platform.engine.core.system.objfac that implement IPentahoObjectFactory
 class AbstractSpringPentahoObjectFactory
          Framework for Spring-based object factories.
 class StandaloneObjectFactory
           
 class StandaloneSpringPentahoObjectFactory
          This factory implementation creates and uses a self-contained Spring ApplicationContext which is not tied to or accesible by any other parts of the application.
 

Uses of IPentahoObjectFactory in org.pentaho.platform.plugin.services.pluginmgr
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IPentahoObjectFactory
 IPentahoObjectFactory DefaultPluginManager.getBeanFactory()
           
 

Uses of IPentahoObjectFactory in org.pentaho.platform.web.http.context
 

Classes in org.pentaho.platform.web.http.context that implement IPentahoObjectFactory
 class WebSpringPentahoObjectFactory
          This factory implementation can be used in a web environment in which a Spring WebApplicationContext has already been created during initialization of the web application.
 

Uses of IPentahoObjectFactory in org.pentaho.test.platform.engine.core
 

Classes in org.pentaho.test.platform.engine.core that implement IPentahoObjectFactory
 class SimpleObjectFactory