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

Packages that use IContentInfo
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 IContentInfo in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IContentInfo
 IContentInfo IPluginManager.getContentInfoFromExtension(java.lang.String extension, IPentahoSession session)
           
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IContentInfo
 java.util.List<IContentInfo> IPlatformPlugin.getContentInfos()
          Returns a list of content info objects for this plug-in
 

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

Classes in org.pentaho.platform.engine.core.solution that implement IContentInfo
 class ContentInfo
           
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IContentInfo
 IContentInfo AbstractPluginManager.getContentInfoFromExtension(java.lang.String extension, IPentahoSession session)
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return types with arguments of type IContentInfo
 java.util.List<IContentInfo> PlatformPlugin.getContentInfos()
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr with parameters of type IContentInfo
 void PlatformPlugin.addContentInfo(IContentInfo contentInfo)
          Adds a content info type to this plug-in
 

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

Methods in org.pentaho.test.platform.engine.core that return IContentInfo
 IContentInfo PluginManagerAdapter.getContentInfoFromExtension(java.lang.String extension, IPentahoSession session)