Uses of Interface
com.flowable.platform.api.configuration.ThemeQuery
Package | Description |
---|---|
com.flowable.platform.api.configuration | |
com.flowable.platform.engine.impl.configuration |
-
Uses of ThemeQuery in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return ThemeQuery Modifier and Type Method Description ThemeQuery
ConfigurationService. createThemeQuery()
Create a query for querying themesThemeQuery
ThemeQuery. id(java.lang.String id)
Query for themes with the given idThemeQuery
ThemeQuery. name(java.lang.String name)
Query for themes with the given nameThemeQuery
ThemeQuery. tenantId(java.lang.String tenantId)
Query for themes in the given tenant -
Uses of ThemeQuery in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement ThemeQuery Modifier and Type Class Description class
ThemeQueryImpl
Methods in com.flowable.platform.engine.impl.configuration that return ThemeQuery Modifier and Type Method Description ThemeQuery
ConfigurationServiceImpl. createThemeQuery()
ThemeQuery
ThemeQueryImpl. id(java.lang.String id)
ThemeQuery
ThemeQueryImpl. name(java.lang.String name)
ThemeQuery
ThemeQueryImpl. tenantId(java.lang.String tenantId)