Interface IGeneralProjectDetails

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 Link icon

    Modifier and Type
    Method
    Description
    List<com.aquima.interactions.metamodel.Channel>
     
    List<com.aquima.interactions.foundation.text.ILanguage>
     
  • Method Details Link icon

    • getChannels Link icon

      List<com.aquima.interactions.metamodel.Channel> getChannels()
      Returns:
      a list of channels defined in the project, never null
    • getLanguages Link icon

      List<com.aquima.interactions.foundation.text.ILanguage> getLanguages()
      Returns:
      a list of languages defined in the project, never null