JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.flowable.platform.api.configuration
Theme
Contents
Description
Method Summary
Method Details
getId()
getTenantId()
getName()
getOptions()
Hide sidebar
Show sidebar
Interface Theme
All Known Implementing Classes:
ThemeImpl
public interface
Theme
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getId
()
The technical id of the theme.
String
getName
()
The name of the theme
Map
<
String
,
String
>
getOptions
()
The theme options
String
getTenantId
()
Method Details
getId
String
getId
()
The technical id of the theme.
getTenantId
String
getTenantId
()
getName
String
getName
()
The name of the theme
getOptions
Map
<
String
,
String
>
getOptions
()
The theme options