org.pentaho.platform.api.engine
Interface IPentahoInitializer

All Known Subinterfaces:
IDatasourceMgmtService, ISubscriptionRepository, IUserSettingService
All Known Implementing Classes:
AbstractPentahoAclVoter, ContentRepository, DatasourceMgmtService, DbBasedSolutionRepository, ExtensionDbBasedSolutionRepository, ExtensionFileBasedSolutionRepository, FileBasedSolutionRepository, PentahoAllowAllAclVoter, PentahoAllowAnonymousAclVoter, PentahoBasicAclVoter, PentahoUserOverridesVoter, PlatformPlugin, RuntimeRepository, SecurityAwareCwmSchemaFactory, SolutionEngine, SolutionRepositoryBase, SubscriptionRepository, UserSettingService

public interface IPentahoInitializer


Method Summary
 void init(IPentahoSession session)
          Simplifier for initialization of objects from the PentahoSystem object
 

Method Detail

init

void init(IPentahoSession session)
Simplifier for initialization of objects from the PentahoSystem object

Parameters:
session -