Class AppDefinitionRepresentation
java.lang.Object
com.flowable.platform.service.app.AppDefinitionRepresentation
- Author:
- Luis Belloch
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAppDefinitionRepresentation
(CoreAppDefinition appDefinition, CoreAppModel appModel) -
Method Summary
Modifier and TypeMethodDescriptiongetI18n()
getIcon()
getId()
getKey()
getLabel()
getOrder()
getPages()
getTheme()
void
void
void
void
void
void
setLabelKey
(String labelKey) void
void
setPages
(List<PageDefinitionRepresentation> pages) void
void
setUrlSegment
(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
-