Package com.aquima.web
Class ProjectDetails
java.lang.Object
com.aquima.web.ProjectDetails
- All Implemented Interfaces:
com.blueriq.component.api.IGeneralProjectDetails
,com.blueriq.component.api.IProjectDetails
This class represents the details about the current application.
- Since:
- 8.0
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsConstructorDescriptionProjectDetails
(com.aquima.interactions.portal.IApplication application) Creates application details. -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.portal.IApplication
This method should not be used, but the other methods in this class.List
<com.aquima.interactions.flow.IFlowDetails> List
<com.aquima.interactions.metamodel.Channel> com.aquima.interactions.foundation.text.ILanguage
com.aquima.interactions.foundation.ApplicationID
getId()
List
<com.aquima.interactions.foundation.text.ILanguage>
-
Constructor Details
-
Method Details
-
getDefaultLanguage
public com.aquima.interactions.foundation.text.ILanguage getDefaultLanguage()- Specified by:
getDefaultLanguage
in interfacecom.blueriq.component.api.IProjectDetails
-
getId
public com.aquima.interactions.foundation.ApplicationID getId()- Specified by:
getId
in interfacecom.blueriq.component.api.IProjectDetails
-
getAvailableFlows
- Specified by:
getAvailableFlows
in interfacecom.blueriq.component.api.IProjectDetails
-
getChannels
- Specified by:
getChannels
in interfacecom.blueriq.component.api.IGeneralProjectDetails
-
getLanguages
- Specified by:
getLanguages
in interfacecom.blueriq.component.api.IGeneralProjectDetails
-
getApplication
public 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.- Specified by:
getApplication
in interfacecom.blueriq.component.api.IProjectDetails
- Returns:
- the current application
-