Package com.flowable.core.app.api
Interface CoreAppModel
-
- All Superinterfaces:
AppModel
- All Known Implementing Classes:
BaseCoreAppModel
public interface CoreAppModel extends AppModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroupsAccess()
Map<String,Map<String,String>>
getI18n()
String
getIcon()
int
getOrder()
List<CorePageModel>
getPageModels()
String
getState()
String
getSubState()
String
getSubType()
String
getTheme()
String
getType()
String
getUrl()
String
getUsersAccess()
boolean
isFlowApp()
-
Methods inherited from interface org.flowable.app.api.repository.AppModel
getDescription, getKey, getName
-
-
-
-
Method Detail
-
getTheme
String getTheme()
-
getIcon
String getIcon()
-
getUsersAccess
String getUsersAccess()
-
getGroupsAccess
String getGroupsAccess()
-
isFlowApp
boolean isFlowApp()
-
getType
String getType()
-
getSubType
String getSubType()
-
getState
String getState()
-
getSubState
String getSubState()
-
getUrl
String getUrl()
-
getOrder
int getOrder()
-
getPageModels
List<CorePageModel> getPageModels()
-
-