Interface ILocalApplication

All Superinterfaces:
IApplication
All Known Implementing Classes:
Application, PortalMessageApplication, ProcessEnabledApplication

public interface ILocalApplication extends IApplication
This application interface is implemented by application objects that can be used to initialize a portal session.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Method Details

    • getModel

      IModule getModel()
      This method returns an object containing the static application data. The getModule method is only intended for internal use.
      Returns:
      an object containing the static application data.
    • getResourceManager

      IResourceManager getResourceManager()
      This method returns the resource manager for the application.
      Returns:
      the resource manager for the application.
    • getFactoryManager

      IFactoryManager getFactoryManager()
      This method returns the factory manager for the application.
      Returns:
      the factory manager for the application.
    • getConnectionManager

      IConnectionManager getConnectionManager()
      This method returns the connection manager for the application.
      Returns:
      the connection manager for the application.