Package | Description |
---|---|
com.flowable.platform.api.configuration | |
com.flowable.platform.engine.impl.configuration |
Modifier and Type | Method and Description |
---|---|
ThemeQuery |
ConfigurationService.createThemeQuery()
Create a query for querying themes
|
ThemeQuery |
ThemeQuery.id(String id)
Query for themes with the given id
|
ThemeQuery |
ThemeQuery.name(String name)
Query for themes with the given name
|
ThemeQuery |
ThemeQuery.tenantId(String tenantId)
Query for themes in the given tenant
|
Modifier and Type | Class and Description |
---|---|
class |
ThemeQueryImpl |
Modifier and Type | Method and Description |
---|---|
ThemeQuery |
ConfigurationServiceImpl.createThemeQuery() |
ThemeQuery |
ThemeQueryImpl.id(String id) |
ThemeQuery |
ThemeQueryImpl.name(String name) |
ThemeQuery |
ThemeQueryImpl.tenantId(String tenantId) |