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.objfac   
org.pentaho.platform.web.http.context   
 

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

Methods in org.pentaho.platform.api.engine that return IPentahoObjectFactory
 IPentahoObjectFactory IObjectFactoryCreator.getFactory()
          Deprecated.  
 

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.objfac
 

Classes in org.pentaho.platform.engine.core.system.objfac that implement IPentahoObjectFactory
 class AbstractSpringPentahoObjectFactory
          Framework for Spring-based object factories.
 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.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.