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

Packages that use IPentahoPublisher
org.pentaho.platform.engine.core.system   
org.pentaho.platform.engine.core.system.boot   
org.pentaho.platform.engine.services.metadata   
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.plugin.action.mondrian   
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.platform.repository.solution   
org.pentaho.platform.repository.subscription   
 

Uses of IPentahoPublisher in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement IPentahoPublisher
 class BasePublisher
           
 class GlobalListsPublisher
           
 class SettingsPublisher
           
 

Method parameters in org.pentaho.platform.engine.core.system with type arguments of type IPentahoPublisher
static void PentahoSystem.setAdministrationPlugins(List<IPentahoPublisher> administrationPlugins)
          Registers administrative capabilities that can be invoked later via PentahoSystem.publish(IPentahoSession, String)
 void SpringPentahoSystemProxy.setAdministrationPlugins(List<IPentahoPublisher> administrationPlugins)
           
 

Uses of IPentahoPublisher in org.pentaho.platform.engine.core.system.boot
 

Methods in org.pentaho.platform.engine.core.system.boot with parameters of type IPentahoPublisher
 void PentahoSystemBoot.addAdminAction(IPentahoPublisher adminAction)
          Adds an administrative action to the system.
 

Method parameters in org.pentaho.platform.engine.core.system.boot with type arguments of type IPentahoPublisher
 void PentahoSystemBoot.setAdminActions(List<IPentahoPublisher> adminActions)
           
 

Uses of IPentahoPublisher in org.pentaho.platform.engine.services.metadata
 

Classes in org.pentaho.platform.engine.services.metadata that implement IPentahoPublisher
 class MetadataPublisher
           
 

Uses of IPentahoPublisher in org.pentaho.platform.engine.services.solution
 

Classes in org.pentaho.platform.engine.services.solution that implement IPentahoPublisher
 class SolutionPublisher
           
 

Uses of IPentahoPublisher in org.pentaho.platform.plugin.action.mondrian
 

Classes in org.pentaho.platform.plugin.action.mondrian that implement IPentahoPublisher
 class MondrianCachePublisher
           
 

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

Classes in org.pentaho.platform.plugin.services.pluginmgr that implement IPentahoPublisher
 class PluginAdapter
           
 

Uses of IPentahoPublisher in org.pentaho.platform.repository.solution
 

Classes in org.pentaho.platform.repository.solution that implement IPentahoPublisher
 class CleanRepoPublisher
           
 

Uses of IPentahoPublisher in org.pentaho.platform.repository.subscription
 

Classes in org.pentaho.platform.repository.subscription that implement IPentahoPublisher
 class SubscriptionPublisher