Uses of Class
com.flowable.platform.rest.service.api.configuration.ThemeResponse
| Package | Description |
|---|---|
| com.flowable.platform.rest.service.api.configuration |
-
Uses of ThemeResponse in com.flowable.platform.rest.service.api.configuration
Methods in com.flowable.platform.rest.service.api.configuration that return ThemeResponse Modifier and Type Method Description ThemeResponseThemeResource. getDefaultTheme(java.lang.String tenantId)ThemeResponseThemeResource. getTheme(java.lang.String themeId)Methods in com.flowable.platform.rest.service.api.configuration that return types with arguments of type ThemeResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ThemeResponse>ThemeResource. createTheme(ThemeCreateRequest request)java.util.List<ThemeResponse>ThemeResource. queryThemes(ThemeQueryRequest request)org.springframework.http.ResponseEntity<ThemeResponse>ThemeResource. updateTheme(java.lang.String themeId, ThemeUpdateRequest request)