Package com.flowable.core.app.api
Interface CoreAppModel
- All Superinterfaces:
AppModel
- All Known Implementing Classes:
BaseCoreAppModel
-
Method Details
-
getTheme
String getTheme() -
getIcon
String getIcon() -
getUsersAccess
String getUsersAccess() -
getGroupsAccess
String getGroupsAccess() -
getVariables
-
getI18n
-
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()
-