Class BaseCoreAppModel
java.lang.Object
com.flowable.app.engine.impl.deployer.BaseCoreAppModel
- All Implemented Interfaces:
CoreAppModel
,AppModel
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected boolean
protected String
protected String
protected String
protected String
protected int
protected List<CorePageModel>
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetI18n()
getIcon()
getKey()
getName()
int
getOrder()
getState()
getTheme()
getType()
getUrl()
boolean
void
setDescription
(String description) void
setFlowApp
(boolean flowApp) void
setGroupsAccess
(String groupsAccess) void
void
void
void
void
setOrder
(int order) void
setPageModels
(List<CorePageModel> pageModels) void
void
setSubState
(String subState) void
setSubType
(String subType) void
void
void
void
setUsersAccess
(String usersAccess) void
setVariables
(Map<String, com.fasterxml.jackson.databind.JsonNode> variables)
-
Field Details
-
key
-
name
-
description
-
theme
-
icon
-
usersAccess
-
groupsAccess
-
variables
-
i18n
-
flowApp
protected boolean flowApp -
type
-
subType
-
state
-
subState
-
url
-
order
protected int order -
pageModels
-
-
Constructor Details
-
BaseCoreAppModel
public BaseCoreAppModel()
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getDescription
- Specified by:
getDescription
in interfaceAppModel
-
setDescription
-
getTheme
- Specified by:
getTheme
in interfaceCoreAppModel
-
setTheme
-
getIcon
- Specified by:
getIcon
in interfaceCoreAppModel
-
setIcon
-
getUsersAccess
- Specified by:
getUsersAccess
in interfaceCoreAppModel
-
setUsersAccess
-
getGroupsAccess
- Specified by:
getGroupsAccess
in interfaceCoreAppModel
-
setGroupsAccess
-
getVariables
- Specified by:
getVariables
in interfaceCoreAppModel
-
setVariables
-
getI18n
- Specified by:
getI18n
in interfaceCoreAppModel
-
setI18n
-
isFlowApp
public boolean isFlowApp()- Specified by:
isFlowApp
in interfaceCoreAppModel
-
setFlowApp
public void setFlowApp(boolean flowApp) -
getType
- Specified by:
getType
in interfaceCoreAppModel
-
setType
-
getSubType
- Specified by:
getSubType
in interfaceCoreAppModel
-
setSubType
-
getState
- Specified by:
getState
in interfaceCoreAppModel
-
setState
-
getSubState
- Specified by:
getSubState
in interfaceCoreAppModel
-
setSubState
-
getUrl
- Specified by:
getUrl
in interfaceCoreAppModel
-
setUrl
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceCoreAppModel
-
setOrder
public void setOrder(int order) -
getPageModels
- Specified by:
getPageModels
in interfaceCoreAppModel
-
setPageModels
-