Class AppDefinitionRepresentation
java.lang.Object
com.flowable.platform.service.app.AppDefinitionRepresentation
- Author:
- Luis Belloch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAppDefinitionRepresentation(CoreAppDefinition appDefinition, CoreAppModel appModel) -
Method Summary
Modifier and TypeMethodDescriptiongetI18n()getIcon()getId()getKey()getLabel()getOrder()getPages()getTheme()voidvoidvoidvoidvoidvoidsetLabelKey(String labelKey) voidvoidsetPages(List<PageDefinitionRepresentation> pages) voidvoidsetUrlSegment(String urlSegment)
-
Field Details
-
id
-
key
-
label
-
labelKey
-
icon
-
theme
-
order
-
pages
-
urlSegment
-
i18n
-
-
Constructor Details
-
AppDefinitionRepresentation
public AppDefinitionRepresentation() -
AppDefinitionRepresentation
-
-
Method Details
-
getId
-
setId
-
getKey
-
setKey
-
getLabel
-
setLabel
-
getLabelKey
-
setLabelKey
-
getIcon
-
setIcon
-
getTheme
-
setTheme
-
getOrder
-
setOrder
-
getPages
-
setPages
-
getUrlSegment
-
setUrlSegment
-
getI18n
-
setI18n
-