Uses of Class
org.pentaho.platform.api.engine.ObjectFactoryException

Packages that use ObjectFactoryException
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.system.objfac   
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.test.platform.engine.core   
 

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

Methods in org.pentaho.platform.api.engine that throw ObjectFactoryException
<T> T
IPentahoObjectFactory.get(Class<T> interfaceClass, IPentahoSession session)
          Retrieves an instance of a Pentaho BI Server API interface using the simple interface name (interfaceClass name without the package) as the object key.
<T> T
IPentahoObjectFactory.get(Class<T> interfaceClass, String key, IPentahoSession session)
          Retrieves an instance of a Pentaho BI Server API interface by the given object key.
 IContentGenerator IPluginManager.getContentGenerator(String id, IPentahoSession session)
           
 IContentGenerator IPluginManager.getContentGeneratorForType(String type, IPentahoSession session)
           
 

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

Methods in org.pentaho.platform.engine.core.system.objfac that throw ObjectFactoryException
<T> T
AbstractSpringPentahoObjectFactory.get(Class<T> interfaceClass, IPentahoSession session)
           
<T> T
StandaloneObjectFactory.get(Class<T> interfaceClass, IPentahoSession session)
           
<T> T
AbstractSpringPentahoObjectFactory.get(Class<T> interfaceClass, String key, IPentahoSession session)
           
<T> T
StandaloneObjectFactory.get(Class<T> interfaceClass, String key, IPentahoSession session)
           
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr that throw ObjectFactoryException
 IContentGenerator AbstractPluginManager.getContentGenerator(String id, IPentahoSession session)
           
 IContentGenerator AbstractPluginManager.getContentGeneratorForType(String type, IPentahoSession session)
           
 

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

Methods in org.pentaho.test.platform.engine.core that throw ObjectFactoryException
<T> T
SimpleObjectFactory.get(Class<T> interfaceClass, IPentahoSession session)
           
<T> T
SimpleObjectFactory.get(Class<T> interfaceClass, String key, IPentahoSession session)