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

Packages that use IObjectCreator
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.solution   
org.pentaho.platform.engine.core.system.objfac   
org.pentaho.platform.plugin.services.pluginmgr   
 

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

Methods in org.pentaho.platform.api.engine that return IObjectCreator
 IObjectCreator IContentGeneratorInfo.getCreator()
           
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IObjectCreator
 List<IObjectCreator> IPluginSettings.getContentGeneratorsForType(String type, IPentahoSession session)
          Returns a list of object factories that can be used to create content generators for a given type.
 

Methods in org.pentaho.platform.api.engine with parameters of type IObjectCreator
 void IContentGeneratorInfo.setObjectCreator(IObjectCreator creator)
           
 

Uses of IObjectCreator in org.pentaho.platform.engine.core.solution
 

Methods in org.pentaho.platform.engine.core.solution that return IObjectCreator
 IObjectCreator ContentGeneratorInfo.getCreator()
           
 

Methods in org.pentaho.platform.engine.core.solution with parameters of type IObjectCreator
 void ContentGeneratorInfo.setObjectCreator(IObjectCreator creator)
           
 

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

Classes in org.pentaho.platform.engine.core.system.objfac that implement IObjectCreator
 class GlobalObjectCreator
          Deprecated.  
 class LocalObjectCreator
          Deprecated.  
 class ObjectCreator
          Deprecated.  
 class SessionObjectCreator
          Deprecated.  
 class ThreadObjectCreator
          Deprecated.  
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr that return types with arguments of type IObjectCreator
 List<IObjectCreator> PluginSettings.getContentGeneratorsForType(String type, IPentahoSession session)