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
public class ProjectDetails extends Object implements com.blueriq.component.api.IProjectDetails
This class represents the details about the current application.- Since:
- 8.0
- Author:
- Danny Roest
-
-
Constructor Summary
Constructors Constructor Description ProjectDetails(com.aquima.interactions.portal.IApplication application)
Creates application details.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aquima.interactions.portal.IApplication
getApplication()
This method should not be used, but the other methods in this class.List<com.aquima.interactions.flow.IFlowDetails>
getAvailableFlows()
List<com.aquima.interactions.metamodel.Channel>
getChannels()
com.aquima.interactions.foundation.text.ILanguage
getDefaultLanguage()
com.aquima.interactions.foundation.ApplicationID
getId()
List<com.aquima.interactions.foundation.text.ILanguage>
getLanguages()
-
-
-
Method Detail
-
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
public List<com.aquima.interactions.flow.IFlowDetails> getAvailableFlows()
- Specified by:
getAvailableFlows
in interfacecom.blueriq.component.api.IProjectDetails
-
getChannels
public List<com.aquima.interactions.metamodel.Channel> getChannels()
- Specified by:
getChannels
in interfacecom.blueriq.component.api.IGeneralProjectDetails
-
getLanguages
public List<com.aquima.interactions.foundation.text.ILanguage> 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
-
-