- All Known Subinterfaces:
IProjectDetails
public interface IGeneralProjectDetails
A lightweight object that provides details about a project without having to load the full project.
- Since:
- 9.8
- Author:
- Petru Galanton
-
Method Summary 
List<com.aquima.interactions.metamodel.Channel>
List<com.aquima.interactions.foundation.text.ILanguage>
-
Method Details 
-
getChannels 
List<com.aquima.interactions.metamodel.Channel> getChannels()
- Returns:
- a list of channels defined in the project, never null
-
getLanguages 
List<com.aquima.interactions.foundation.text.ILanguage> getLanguages()
- Returns:
- a list of languages defined in the project, never null