Interface CoreAppModel

All Superinterfaces:
AppModel
All Known Implementing Classes:
BaseCoreAppModel

public interface CoreAppModel extends AppModel
  • Method Details

    • getTheme

      String getTheme()
    • getIcon

      String getIcon()
    • getUsersAccess

      String getUsersAccess()
    • getGroupsAccess

      String getGroupsAccess()
    • getVariables

      Map<String,com.fasterxml.jackson.databind.JsonNode> getVariables()
    • getI18n

      Map<String,Map<String,String>> getI18n()
    • isFlowApp

      boolean isFlowApp()
    • getCreatorId

      String getCreatorId()
    • getType

      String getType()
    • getSubType

      String getSubType()
    • getState

      String getState()
    • getSubState

      String getSubState()
    • getUrl

      String getUrl()
    • getOrder

      int getOrder()
    • getPageModels

      List<CorePageModel> getPageModels()