Class BaseCoreAppModel
java.lang.Object
com.flowable.app.engine.impl.deployer.BaseCoreAppModel
- All Implemented Interfaces:
CoreAppModel,AppModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected intprotected List<CorePageModel>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetI18n()getIcon()getKey()getName()intgetOrder()getState()getTheme()getType()getUrl()booleanvoidsetCreatorId(String creatorId) voidsetDescription(String description) voidsetFlowApp(boolean flowApp) voidsetGroupsAccess(String groupsAccess) voidvoidvoidvoidvoidsetOrder(int order) voidsetPageModels(List<CorePageModel> pageModels) voidvoidsetSubState(String subState) voidsetSubType(String subType) voidvoidvoidvoidsetUsersAccess(String usersAccess) voidsetVariables(Map<String, com.fasterxml.jackson.databind.JsonNode> variables)
-
Field Details
-
key
-
name
-
description
-
theme
-
icon
-
usersAccess
-
groupsAccess
-
variables
-
i18n
-
flowApp
protected boolean flowApp -
creatorId
-
type
-
subType
-
state
-
subState
-
url
-
order
protected int order -
pageModels
-
-
Constructor Details
-
BaseCoreAppModel
public BaseCoreAppModel()
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceAppModel
-
setDescription
-
getTheme
- Specified by:
getThemein interfaceCoreAppModel
-
setTheme
-
getIcon
- Specified by:
getIconin interfaceCoreAppModel
-
setIcon
-
getUsersAccess
- Specified by:
getUsersAccessin interfaceCoreAppModel
-
setUsersAccess
-
getGroupsAccess
- Specified by:
getGroupsAccessin interfaceCoreAppModel
-
setGroupsAccess
-
getVariables
- Specified by:
getVariablesin interfaceCoreAppModel
-
setVariables
-
getI18n
- Specified by:
getI18nin interfaceCoreAppModel
-
setI18n
-
isFlowApp
public boolean isFlowApp()- Specified by:
isFlowAppin interfaceCoreAppModel
-
setFlowApp
public void setFlowApp(boolean flowApp) -
getCreatorId
- Specified by:
getCreatorIdin interfaceCoreAppModel
-
setCreatorId
-
getType
- Specified by:
getTypein interfaceCoreAppModel
-
setType
-
getSubType
- Specified by:
getSubTypein interfaceCoreAppModel
-
setSubType
-
getState
- Specified by:
getStatein interfaceCoreAppModel
-
setState
-
getSubState
- Specified by:
getSubStatein interfaceCoreAppModel
-
setSubState
-
getUrl
- Specified by:
getUrlin interfaceCoreAppModel
-
setUrl
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceCoreAppModel
-
setOrder
public void setOrder(int order) -
getPageModels
- Specified by:
getPageModelsin interfaceCoreAppModel
-
setPageModels
-