Class ConfigurationServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
com.flowable.platform.engine.impl.configuration.ConfigurationServiceImpl
All Implemented Interfaces:
ConfigurationService

public class ConfigurationServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
implements ConfigurationService
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    commandExecutor

    Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigurationServiceImpl​(PlatformEngineConfiguration configuration)  
  • Method Summary

    Modifier and Type Method Description
    ConfigurationPropertyBuilder createConfigurationPropertyBuilder​(java.lang.String namespace, java.lang.String name)
    Create a builder for a configuration property.
    ConfigurationPropertyQuery createConfigurationPropertyQuery()
    Create a query for configuration properties
    ThemeBuilder createThemeBuilder​(java.lang.String themeName)
    Create a theme builder for theme with the given name
    ThemeQuery createThemeQuery()
    Create a query for querying themes
    void deleteTheme​(java.lang.String themeId)
    Delete the theme with the given id.
    java.lang.String getDefaultThemeName​(java.lang.String tenantId)
    Get the default theme name for the given tenant
    java.util.Map<java.lang.String,​java.lang.String> getLanguages()
    The Locale mapping from browser Locale key to the key that should be used for Work and the Form engine
    void setDefaultThemeName​(java.lang.String themeName, java.lang.String tenantId)
    Set the default theme name for the given tenant

    Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    getCommandExecutor, setCommandExecutor

    Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    getConfiguration

    Methods inherited from class java.lang.Object

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