Class CurrentUserThemeEnhancer

java.lang.Object
com.flowable.platform.rest.service.api.configuration.CurrentUserThemeEnhancer
All Implemented Interfaces:
com.flowable.idm.dto.CurrentUserEnhancer

public class CurrentUserThemeEnhancer
extends java.lang.Object
implements com.flowable.idm.dto.CurrentUserEnhancer
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected ConfigurationService configurationService  
  • Constructor Summary

    Constructors 
    Constructor Description
    CurrentUserThemeEnhancer​(ConfigurationService configurationService)  
  • Method Summary

    Modifier and Type Method Description
    void enhanceCurrentUser​(com.flowable.idm.dto.CurrentUserResponse currentUserResponse)  
    protected Theme findDefaultTheme​(java.lang.String tenantId)  
    protected Theme findTheme​(java.lang.String themeName, java.lang.String tenantId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait