Interface IProjectDetails
- All Superinterfaces:
IGeneralProjectDetails
This interface represents the details about the current application.
- Since:
- 10.0
- Author:
- EmokeO
-
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.portal.IApplicationThis method should not be used, but the other methods in this class.List<com.aquima.interactions.flow.IFlowDetails> com.aquima.interactions.foundation.text.ILanguagecom.aquima.interactions.foundation.ApplicationIDgetId()Methods inherited from interface 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
-