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 interfaceIPentahoDefinableObjectFactoryDeprecated.Use the newIPentahoRegistrableObjectFactoryfacilities available in PentahoSysteminterfaceIPentahoRegistrableObjectFactorySupports 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 IPentahoObjectFactoryIPentahoSystem. getPentahoObjectFactory()Methods in org.pentaho.platform.api.engine with parameters of type IPentahoObjectFactory Modifier and Type Method Description voidIPentahoSystem. setPentahoObjectFactory(IPentahoObjectFactory pentahoObjectFactory)
-