Interface IProjectReference

    • Method Detail

      • getProjectName

        String getProjectName()
      • getVersion

        String getVersion()
      • getLanguageCode

        String getLanguageCode()
      • getChannel

        String getChannel()
      • getAquimaUi

        String getAquimaUi()
      • getTestPath

        String getTestPath()
      • isDevtoolsEnabled

        boolean isDevtoolsEnabled()
      • toUrl

        String toUrl​(Map<String,​String[]> parameters)
        This method returns the url to start this project reference.
        Parameters:
        parameters - The additional paramaters that should be added to the url, may be null.
        Returns:
        The url to start this project reference, never null.
      • getAllParameters

        Map<String,​String[]> getAllParameters()
        This method returns all the parameters.
        Returns:
        a map all with the parameters
      • getParameters

        Map<String,​String[]> getParameters()
        This method returns the request parameters without the standard request parameters ("project", "flow", "version", "languageCode", "ui", "theme", "channel").
        Returns:
        a map with the parameters
      • getParameter

        String getParameter​(String name)
        This method returns the request parameter value. If the parameters contains multiple values, the first will be returned.
        Parameters:
        name - The name of the parameter.
        Returns:
        The single value parameter, may be null.
      • hasPrivateAccess

        boolean hasPrivateAccess()
        This method indicates if the project reference is private or not
        Returns:
        a boolean value