Interface IProjectDetails

All Superinterfaces:
IGeneralProjectDetails

public interface IProjectDetails extends IGeneralProjectDetails
This interface represents the details about the current application.
Since:
10.0
Author:
EmokeO
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aquima.interactions.portal.IApplication
    This method should not be used, but the other methods in this class.
    List<com.aquima.interactions.flow.IFlowDetails>
     
    com.aquima.interactions.foundation.text.ILanguage
     
    com.aquima.interactions.foundation.ApplicationID
     

    Methods inherited from interface com.blueriq.component.api.IGeneralProjectDetails

    getChannels, getLanguages
  • Method Details

    • getDefaultLanguage

      com.aquima.interactions.foundation.text.ILanguage getDefaultLanguage()
      Returns:
      the default language defined in the project
    • getId

      com.aquima.interactions.foundation.ApplicationID getId()
      Returns:
      the application id defined in the project
    • getAvailableFlows

      List<com.aquima.interactions.flow.IFlowDetails> getAvailableFlows()
      Returns:
      the available flows defined in the project
    • getApplication

      com.aquima.interactions.portal.IApplication getApplication()
      This method should not be used, but the other methods in this class. This method is only visible for backwards compatibility.
      Returns:
      the current application