Package | Description |
---|---|
com.flowable.platform.api.configuration | |
com.flowable.platform.engine.impl.configuration |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeBuilder.save()
Save the theme.
|
Theme |
ThemeQuery.singleResult()
Return a single
Theme |
Modifier and Type | Method and Description |
---|---|
List<Theme> |
ThemeQuery.list()
Return a list of
Theme (s) |
Modifier and Type | Class and Description |
---|---|
class |
ThemeImpl |
Modifier and Type | Method and Description |
---|---|
protected Theme |
ThemeQueryImpl.asTheme(ConfigurationProperty themeProperty) |
protected Theme |
ThemeAutoImporter.importTheme(ThemeAutoImporter.ThemeDocument themeDocument,
String tenantId,
boolean overwrite) |
Theme |
ThemeBuilderImpl.save() |
Theme |
ThemeQueryImpl.singleResult() |
Modifier and Type | Method and Description |
---|---|
protected List<Theme> |
ThemeAutoImporter.importDocument(ThemeAutoImporter.ThemeImportDocument document) |
protected List<Theme> |
ThemeAutoImporter.importThemes(Collection<ThemeAutoImporter.ThemeDocument> themeDocuments,
String tenantId,
boolean overwrite) |
List<Theme> |
ThemeQueryImpl.list() |