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

Packages that use IPentahoDefinableObjectFactory
org.pentaho.platform.engine.core.system.boot   
org.pentaho.platform.engine.core.system.objfac   
org.pentaho.test.platform.engine.core   
 

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

Constructors in org.pentaho.platform.engine.core.system.boot with parameters of type IPentahoDefinableObjectFactory
PentahoSystemBoot(String solutionPath, IPentahoDefinableObjectFactory factory)
           
PentahoSystemBoot(String solutionPath, String baseUrl, IPentahoDefinableObjectFactory factory)
           
 

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

Classes in org.pentaho.platform.engine.core.system.objfac that implement IPentahoDefinableObjectFactory
 class StandaloneObjectFactory
           
 

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

Constructors in org.pentaho.test.platform.engine.core with parameters of type IPentahoDefinableObjectFactory
MicroPlatform(String solutionPath, IPentahoDefinableObjectFactory factory)
           
MicroPlatform(String solutionPath, String baseUrl, IPentahoDefinableObjectFactory factory)