Interface IProjectStarter


  • public interface IProjectStarter
    A project starter can be used to override the endpoint which starts an application.
    Since:
    10.0
    Author:
    Marius Orsan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getStartPath​(com.blueriq.component.api.IProjectReference applicationRequest, com.blueriq.component.api.IAquimaSession aquimaSession)
      Returns the path to the endpoint which displays the specified application.
    • Method Detail

      • getStartPath

        String getStartPath​(com.blueriq.component.api.IProjectReference applicationRequest,
                            com.blueriq.component.api.IAquimaSession aquimaSession)
        Returns the path to the endpoint which displays the specified application. The returned path should conform to the requirements of RedirectHelper.
        Parameters:
        applicationRequest - the application to start
        aquimaSession - the already started session for the application
        Returns:
        the path to the endpoint which displays the application