Uses of Interface
org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Packages that use IPentahoObjectFactory Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoObjectFactory in org.pentaho.platform.api.engine
Subinterfaces of IPentahoObjectFactory in org.pentaho.platform.api.engine Modifier and Type Interface Description interface
IPentahoDefinableObjectFactory
Deprecated.Use the newIPentahoRegistrableObjectFactory
facilities available in PentahoSysteminterface
IPentahoRegistrableObjectFactory
Supports the registration of new implementations with the IPentahoObjectFactory at runtime.Methods in org.pentaho.platform.api.engine that return IPentahoObjectFactory Modifier and Type Method Description IPentahoObjectFactory
IPentahoSystem. getPentahoObjectFactory()
Methods in org.pentaho.platform.api.engine with parameters of type IPentahoObjectFactory Modifier and Type Method Description void
IPentahoSystem. setPentahoObjectFactory(IPentahoObjectFactory pentahoObjectFactory)
-