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

Packages that use IContentGeneratorInfo
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.solution   
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.test.platform.engine.core   
 

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

Methods in org.pentaho.platform.api.engine that return IContentGeneratorInfo
 IContentGeneratorInfo IPluginManager.getContentGeneratorInfo(String id, IPentahoSession session)
           
 IContentGeneratorInfo IPluginManager.getDefaultContentGeneratorInfoForType(String type, IPentahoSession session)
           
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IContentGeneratorInfo
 List<IContentGeneratorInfo> IPluginManager.getContentGeneratorInfoForType(String type, IPentahoSession session)
          Returns a list of info objects that can be used to create content generators for a given type.
 List<IContentGeneratorInfo> IPlatformPlugin.getContentGenerators()
          Returns the list of content generators for this plug-in
 

Methods in org.pentaho.platform.api.engine with parameters of type IContentGeneratorInfo
 String IPluginManager.getPluginIdForContentGeneratorInfo(IContentGeneratorInfo contentGeneratorInfo)
          Returns the plugin (IPlatformPlugin) for the given IContentGeneratorInfo
 

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

Classes in org.pentaho.platform.engine.core.solution that implement IContentGeneratorInfo
 class ContentGeneratorInfo
           
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IContentGeneratorInfo
 IContentGeneratorInfo AbstractPluginManager.getContentGeneratorInfo(String id, IPentahoSession session)
           
 IContentGeneratorInfo AbstractPluginManager.getDefaultContentGeneratorInfoForType(String type, IPentahoSession session)
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return types with arguments of type IContentGeneratorInfo
 List<IContentGeneratorInfo> AbstractPluginManager.getContentGeneratorInfoForType(String type, IPentahoSession session)
           
 List<IContentGeneratorInfo> PlatformPlugin.getContentGenerators()
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr with parameters of type IContentGeneratorInfo
 void PlatformPlugin.addContentGenerator(IContentGeneratorInfo contentGenerator)
          Adds a content generator to this plug-in
 String DefaultPluginManager.getPluginIdForContentGeneratorInfo(IContentGeneratorInfo contentGeneratorInfo)
           
 

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

Methods in org.pentaho.test.platform.engine.core that return IContentGeneratorInfo
 IContentGeneratorInfo PluginManagerAdapter.getContentGeneratorInfo(String id, IPentahoSession session)
           
 IContentGeneratorInfo PluginManagerAdapter.getDefaultContentGeneratorInfoForType(String type, IPentahoSession session)
           
 

Methods in org.pentaho.test.platform.engine.core that return types with arguments of type IContentGeneratorInfo
 List<IContentGeneratorInfo> PluginManagerAdapter.getContentGeneratorInfoForType(String type, IPentahoSession session)
           
 

Methods in org.pentaho.test.platform.engine.core with parameters of type IContentGeneratorInfo
 String PluginManagerAdapter.getPluginIdForContentGeneratorInfo(IContentGeneratorInfo contentGeneratorInfo)