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   
 

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

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

Methods in org.pentaho.platform.api.engine that return types with arguments of type IContentInfo
 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(String extension, IPentahoSession session)
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return types with arguments of type IContentInfo
 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